Show / Hide Table of Contents

Class LocationsResource.LodgingResource.GetGoogleUpdatedRequest

Returns the Google updated Lodging of a specific location.

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

Constructors

GetGoogleUpdatedRequest(IClientService, string)

Constructs a new GetGoogleUpdated request.

Declaration
public GetGoogleUpdatedRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. Google identifier for this location in the form: locations/{location_id}/lodging

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

ReadMask

Required. The specific fields to return. Use "*" to include all fields. Repeated field items cannot be individually specified.

Declaration
[RequestParameter("readMask", RequestParameterType.Query)]
public virtual object ReadMask { get; set; }
Property Value
Type Description
object

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes GetGoogleUpdated parameter list.

Declaration
protected override void InitParameters()
Overrides
MyBusinessLodgingBaseServiceRequest<GetGoogleUpdatedLodgingResponse>.InitParameters()

Implements

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