Show / Hide Table of Contents

Class EnterprisesResource.DevicesResource.ListRequest

Lists devices managed by the enterprise.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>
SmartDeviceManagementBaseServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>
EnterprisesResource.DevicesResource.ListRequest
Implements
IClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>
IClientServiceRequest
Inherited Members
SmartDeviceManagementBaseServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.Xgafv
SmartDeviceManagementBaseServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.AccessToken
SmartDeviceManagementBaseServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.Alt
SmartDeviceManagementBaseServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.Callback
SmartDeviceManagementBaseServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.Fields
SmartDeviceManagementBaseServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.Key
SmartDeviceManagementBaseServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.OauthToken
SmartDeviceManagementBaseServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.PrettyPrint
SmartDeviceManagementBaseServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.QuotaUser
SmartDeviceManagementBaseServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.UploadType
SmartDeviceManagementBaseServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.UploadProtocol
ClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.Execute()
ClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.ExecuteAsync()
ClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.GetBody()
ClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.ETagAction
ClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.ModifyRequest
ClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.ValidateParameters
ClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.ApiVersion
ClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.RequestParameters
ClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>.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.DevicesResource.ListRequest : SmartDeviceManagementBaseServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>, IClientServiceRequest<GoogleHomeEnterpriseSdmV1ListDevicesResponse>, 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 devices. Filters can be done on: Device custom name (substring match): 'customName=wing'

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

Parent

The parent enterprise to list devices 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.GoogleHomeEnterpriseSdmV1ListDevicesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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