Show / Hide Table of Contents

Class CustomersResource.ReportsResource.CountDevicesPerReleaseChannelRequest

Get a count of devices per channel.

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

Constructors

CountDevicesPerReleaseChannelRequest(IClientService, string)

Constructs a new CountDevicesPerReleaseChannel request.

Declaration
public CountDevicesPerReleaseChannelRequest(IClientService service, string customer)
Parameters
Type Name Description
IClientService service
string customer

Properties

Customer

Required. Obfuscated customer ID prefixed with "customers/C" or "customers/my_customer".

Declaration
[RequestParameter("customer", RequestParameterType.Path)]
public virtual string Customer { get; }
Property Value
Type Description
string

DateDay

Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

Declaration
[RequestParameter("date.day", RequestParameterType.Query)]
public virtual int? DateDay { get; set; }
Property Value
Type Description
int?

DateMonth

Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

Declaration
[RequestParameter("date.month", RequestParameterType.Query)]
public virtual int? DateMonth { get; set; }
Property Value
Type Description
int?

DateYear

Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

Declaration
[RequestParameter("date.year", RequestParameterType.Query)]
public virtual int? DateYear { get; set; }
Property Value
Type Description
int?

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse>.RestPath

Methods

InitParameters()

Initializes CountDevicesPerReleaseChannel parameter list.

Declaration
protected override void InitParameters()
Overrides
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse>.InitParameters()

Implements

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