Show / Hide Table of Contents

Class EnterprisesResource.StructuresResource.ListRequest

Lists structures managed by the enterprise.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Optional filter to list structures.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

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.GoogleHomeEnterpriseSdmV1ListStructuresResponse>.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.GoogleHomeEnterpriseSdmV1ListStructuresResponse>.MethodName

Parent

The parent enterprise to list structures under. E.g. "enterprises/XYZ".

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { 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.GoogleHomeEnterpriseSdmV1ListStructuresResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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