Show / Hide Table of Contents

Class EnterprisesResource.StructuresResource.GetRequest

Gets a structure managed by the enterprise.

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

Name

The name of the structure requested. For example: "enterprises/XYZ/structures/ABC".

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.GoogleHomeEnterpriseSdmV1Structure>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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