Show / Hide Table of Contents

Class EnterprisesResource.StructuresResource.RoomsResource.GetRequest

Gets a room managed by the enterprise.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SmartDeviceManagement.v1.Data.GoogleHomeEnterpriseSdmV1Room>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SmartDeviceManagement.v1.Data.GoogleHomeEnterpriseSdmV1Room>.MethodName

Name

The name of the room requested. For example: "enterprises/XYZ/structures/ABC/rooms/123".

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SmartDeviceManagement.v1.Data.GoogleHomeEnterpriseSdmV1Room>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
SmartDeviceManagementBaseServiceRequest<GoogleHomeEnterpriseSdmV1Room>.InitParameters()

Implements

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