Class LocationsResource.GetLodgingRequest
Returns the Lodging of a specific location.
Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<Lodging>
LocationsResource.GetLodgingRequest
Implements
Google.Apis.Requests.IClientServiceRequest<Lodging>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.MyBusinessLodging.v1
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class GetLodgingRequest : MyBusinessLodgingBaseServiceRequest<Lodging>, IClientServiceRequest<Lodging>, IClientServiceRequest
Constructors
GetLodgingRequest(IClientService, String)
Constructs a new GetLodging request.
Declaration
public GetLodgingRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service | |
System.String | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.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 |
---|---|
System.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 |
---|---|
System.Object |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.RestPath
Methods
InitParameters()
Initializes GetLodging parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.MyBusinessLodging.v1.MyBusinessLodgingBaseServiceRequest<Google.Apis.MyBusinessLodging.v1.Data.Lodging>.InitParameters()
Implements
Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest