AccountsCustomersEntitlementsResource class

Constructors

AccountsCustomersEntitlementsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activate(GoogleCloudChannelV1ActivateEntitlementRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Activates a previously suspended entitlement.
cancel(GoogleCloudChannelV1CancelEntitlementRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Cancels a previously fulfilled entitlement.
changeOffer(GoogleCloudChannelV1ChangeOfferRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Updates the Offer for an existing customer entitlement.
changeParameters(GoogleCloudChannelV1ChangeParametersRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Change parameters of the entitlement.
changeRenewalSettings(GoogleCloudChannelV1ChangeRenewalSettingsRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Updates the renewal settings for an existing customer entitlement.
create(GoogleCloudChannelV1CreateEntitlementRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Creates an entitlement for a customer.
get(String name, {String? $fields}) Future<GoogleCloudChannelV1Entitlement>
Returns the requested Entitlement resource.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudChannelV1ListEntitlementsResponse>
Lists Entitlements belonging to a customer.
listEntitlementChanges(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudChannelV1ListEntitlementChangesResponse>
List entitlement history.
lookupOffer(String entitlement, {String? $fields}) Future<GoogleCloudChannelV1Offer>
Returns the requested Offer resource.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startPaidService(GoogleCloudChannelV1StartPaidServiceRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Starts paid service for a trial entitlement.
suspend(GoogleCloudChannelV1SuspendEntitlementRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Suspends a previously fulfilled entitlement.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited