Show / Hide Table of Contents

Class PlacesResource.SearchTextRequest

Text query based place search.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchTextResponse>
PlacesResource.SearchTextRequest
Implements
IClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>
IClientServiceRequest
Inherited Members
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.Xgafv
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.AccessToken
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.Alt
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.Callback
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.Fields
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.Key
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.OauthToken
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.PrettyPrint
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.QuotaUser
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.UploadType
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.UploadProtocol
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.Execute()
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.ExecuteAsync()
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.ETagAction
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.ModifyRequest
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.ValidateParameters
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.ApiVersion
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.RequestParameters
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MapsPlaces.v1
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class PlacesResource.SearchTextRequest : MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchTextResponse>, IClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>, IClientServiceRequest

Constructors

SearchTextRequest(IClientService, GoogleMapsPlacesV1SearchTextRequest)

Constructs a new SearchText request.

Declaration
public SearchTextRequest(IClientService service, GoogleMapsPlacesV1SearchTextRequest body)
Parameters
Type Name Description
IClientService service
GoogleMapsPlacesV1SearchTextRequest body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.GetBody()

InitParameters()

Initializes SearchText parameter list.

Declaration
protected override void InitParameters()
Overrides
MapsPlacesBaseServiceRequest<GoogleMapsPlacesV1SearchTextResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX