Show / Hide Table of Contents

Class AccountsResource.CustomersResource.EntitlementsResource.ListRequest

Lists Entitlements belonging to a customer. Possible error codes: * PERMISSION_DENIED: The customer doesn't belong to the reseller. * INVALID_ARGUMENT: Required request parameters are missing or invalid. Return value: A list of the customer's Entitlements.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. Requested page size. Server might return fewer results than requested. If unspecified, return at most 50 entitlements. The maximum value is 100; the server will coerce values above 100.

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

PageToken

Optional. A token for a page of results other than the first page. Obtained using ListEntitlementsResponse.next_page_token of the previous CloudChannelService.ListEntitlements call.

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

Parent

Required. The resource name of the reseller's customer account to list entitlements for. Parent uses the format: accounts/{account_id}/customers/{customer_id}

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
ClientServiceRequest<GoogleCloudChannelV1ListEntitlementsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListEntitlementsResponse>.InitParameters()

Implements

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