Show / Hide Table of Contents

Class GoogleLocationsResource.SearchRequest

Search all of the possible locations that are a match to the specified request.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<SearchGoogleLocationsResponse>
MyBusinessBusinessInformationBaseServiceRequest<SearchGoogleLocationsResponse>
GoogleLocationsResource.SearchRequest
Implements
IClientServiceRequest<SearchGoogleLocationsResponse>
IClientServiceRequest
Inherited Members
MyBusinessBusinessInformationBaseServiceRequest<SearchGoogleLocationsResponse>.Xgafv
MyBusinessBusinessInformationBaseServiceRequest<SearchGoogleLocationsResponse>.AccessToken
MyBusinessBusinessInformationBaseServiceRequest<SearchGoogleLocationsResponse>.Alt
MyBusinessBusinessInformationBaseServiceRequest<SearchGoogleLocationsResponse>.Callback
MyBusinessBusinessInformationBaseServiceRequest<SearchGoogleLocationsResponse>.Fields
MyBusinessBusinessInformationBaseServiceRequest<SearchGoogleLocationsResponse>.Key
MyBusinessBusinessInformationBaseServiceRequest<SearchGoogleLocationsResponse>.OauthToken
MyBusinessBusinessInformationBaseServiceRequest<SearchGoogleLocationsResponse>.PrettyPrint
MyBusinessBusinessInformationBaseServiceRequest<SearchGoogleLocationsResponse>.QuotaUser
MyBusinessBusinessInformationBaseServiceRequest<SearchGoogleLocationsResponse>.UploadType
MyBusinessBusinessInformationBaseServiceRequest<SearchGoogleLocationsResponse>.UploadProtocol
ClientServiceRequest<SearchGoogleLocationsResponse>.Execute()
ClientServiceRequest<SearchGoogleLocationsResponse>.ExecuteAsStream()
ClientServiceRequest<SearchGoogleLocationsResponse>.ExecuteAsync()
ClientServiceRequest<SearchGoogleLocationsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<SearchGoogleLocationsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<SearchGoogleLocationsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<SearchGoogleLocationsResponse>.CreateRequest(bool?)
ClientServiceRequest<SearchGoogleLocationsResponse>.GenerateRequestUri()
ClientServiceRequest<SearchGoogleLocationsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<SearchGoogleLocationsResponse>.ETagAction
ClientServiceRequest<SearchGoogleLocationsResponse>.ModifyRequest
ClientServiceRequest<SearchGoogleLocationsResponse>.ValidateParameters
ClientServiceRequest<SearchGoogleLocationsResponse>.ApiVersion
ClientServiceRequest<SearchGoogleLocationsResponse>.RequestParameters
ClientServiceRequest<SearchGoogleLocationsResponse>.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.MyBusinessBusinessInformation.v1
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class GoogleLocationsResource.SearchRequest : MyBusinessBusinessInformationBaseServiceRequest<SearchGoogleLocationsResponse>, IClientServiceRequest<SearchGoogleLocationsResponse>, IClientServiceRequest

Constructors

SearchRequest(IClientService, SearchGoogleLocationsRequest)

Constructs a new Search request.

Declaration
public SearchRequest(IClientService service, SearchGoogleLocationsRequest body)
Parameters
Type Name Description
IClientService service
SearchGoogleLocationsRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Search parameter list.

Declaration
protected override void InitParameters()
Overrides
MyBusinessBusinessInformationBaseServiceRequest<SearchGoogleLocationsResponse>.InitParameters()

Implements

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