Show / Hide Table of Contents

Class LocationsResource.UpdateLodgingRequest

Updates the Lodging of a specific location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Lodging>
MyBusinessLodgingBaseServiceRequest<Lodging>
LocationsResource.UpdateLodgingRequest
Implements
IClientServiceRequest<Lodging>
IClientServiceRequest
Inherited Members
MyBusinessLodgingBaseServiceRequest<Lodging>.Xgafv
MyBusinessLodgingBaseServiceRequest<Lodging>.AccessToken
MyBusinessLodgingBaseServiceRequest<Lodging>.Alt
MyBusinessLodgingBaseServiceRequest<Lodging>.Callback
MyBusinessLodgingBaseServiceRequest<Lodging>.Fields
MyBusinessLodgingBaseServiceRequest<Lodging>.Key
MyBusinessLodgingBaseServiceRequest<Lodging>.OauthToken
MyBusinessLodgingBaseServiceRequest<Lodging>.PrettyPrint
MyBusinessLodgingBaseServiceRequest<Lodging>.QuotaUser
MyBusinessLodgingBaseServiceRequest<Lodging>.UploadType
MyBusinessLodgingBaseServiceRequest<Lodging>.UploadProtocol
ClientServiceRequest<Lodging>.Execute()
ClientServiceRequest<Lodging>.ExecuteAsStream()
ClientServiceRequest<Lodging>.ExecuteAsync()
ClientServiceRequest<Lodging>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Lodging>.ExecuteAsStreamAsync()
ClientServiceRequest<Lodging>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Lodging>.CreateRequest(bool?)
ClientServiceRequest<Lodging>.GenerateRequestUri()
ClientServiceRequest<Lodging>.GetDefaultETagAction(string)
ClientServiceRequest<Lodging>.ETagAction
ClientServiceRequest<Lodging>.ModifyRequest
ClientServiceRequest<Lodging>.ValidateParameters
ClientServiceRequest<Lodging>.ApiVersion
ClientServiceRequest<Lodging>.RequestParameters
ClientServiceRequest<Lodging>.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.UpdateLodgingRequest : MyBusinessLodgingBaseServiceRequest<Lodging>, IClientServiceRequest<Lodging>, IClientServiceRequest

Constructors

UpdateLodgingRequest(IClientService, Lodging, string)

Constructs a new UpdateLodging request.

Declaration
public UpdateLodgingRequest(IClientService service, Lodging body, string name)
Parameters
Type Name Description
IClientService service
Lodging body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Lodging>.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

RestPath

Gets the REST path.

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

UpdateMask

Required. The specific fields to update. Use "*" to update all fields, which may include unsetting empty fields in the request. Repeated field items cannot be individually updated.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes UpdateLodging parameter list.

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

Implements

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