Show / Hide Table of Contents

Class AccountsResource.CustomersResource.EntitlementsResource.ListEntitlementChangesRequest

List entitlement history. Possible error codes: * PERMISSION_DENIED: The reseller account making the request and the provided reseller account are different. * INVALID_ARGUMENT: Missing or invalid required fields in the request. * NOT_FOUND: The parent resource doesn't exist. Usually the result of an invalid name parameter. * INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact CloudChannel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support. Return value: List of EntitlementChanges.

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

Constructors

ListEntitlementChangesRequest(IClientService, string)

Constructs a new ListEntitlementChanges request.

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

Properties

Filter

Optional. Filters applied to the list results.

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
ClientServiceRequest<GoogleCloudChannelV1ListEntitlementChangesResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of entitlement changes to return. The service may return fewer than this value. If unspecified, returns at most 10 entitlement changes. The maximum value is 50; the server will coerce values above 50.

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

PageToken

Optional. A page token, received from a previous CloudChannelService.ListEntitlementChanges call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to CloudChannelService.ListEntitlementChanges must match the call that provided the page token.

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

Parent

Required. The resource name of the entitlement for which to list entitlement changes. The - wildcard may be used to match entitlements across a customer. Formats: * accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id} * accounts/{account_id}/customers/{customer_id}/entitlements/-

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

Methods

InitParameters()

Initializes ListEntitlementChanges parameter list.

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

Implements

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