public sealed class CloudChannelServiceClientImpl : CloudChannelServiceClient
CloudChannelService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Remarks
CloudChannelService enables Google cloud resellers and distributors to manage their customers, channel partners, entitlements and reports.
Using this service:
- Resellers or distributors can manage a customer entity.
- Distributors can register an authorized reseller in their channel and then enable delegated admin access for the reseller.
- Resellers or distributors can manage entitlements for their customers.
The service primarily exposes the following resources:
[Customer][google.cloud.channel.v1.Customer]s: A Customer represents an entity managed by a reseller or distributor. A customer typically represents an enterprise. In an n-tier resale channel hierarchy, customers are generally represented as leaf nodes. Customers primarily have an Entitlement sub-resource discussed below.
[Entitlement][google.cloud.channel.v1.Entitlement]s: An Entitlement represents an entity which provides a customer means to start using a service. Entitlements are created or updated as a result of a successful fulfillment.
[ChannelPartnerLink][google.cloud.channel.v1.ChannelPartnerLink]s: A ChannelPartnerLink is an entity that identifies links between distributors and their indirect resellers in a channel.
Constructors
CloudChannelServiceClientImpl(CloudChannelService.CloudChannelServiceClient, CloudChannelServiceSettings)
public CloudChannelServiceClientImpl(CloudChannelService.CloudChannelServiceClient grpcClient, CloudChannelServiceSettings settings)
Constructs a client wrapper for the CloudChannelService service, with the specified gRPC client and settings.
Parameters | |
---|---|
Name | Description |
grpcClient | CloudChannelService.CloudChannelServiceClient The underlying gRPC client. |
settings | CloudChannelServiceSettings The base CloudChannelServiceSettings used within this client. |
Properties
ActivateEntitlementOperationsClient
public override OperationsClient ActivateEntitlementOperationsClient { get; }
The long-running operations client for ActivateEntitlement
.
Property Value | |
---|---|
Type | Description |
Google.LongRunning.OperationsClient |
CancelEntitlementOperationsClient
public override OperationsClient CancelEntitlementOperationsClient { get; }
The long-running operations client for CancelEntitlement
.
Property Value | |
---|---|
Type | Description |
Google.LongRunning.OperationsClient |
ChangeOfferOperationsClient
public override OperationsClient ChangeOfferOperationsClient { get; }
The long-running operations client for ChangeOffer
.
Property Value | |
---|---|
Type | Description |
Google.LongRunning.OperationsClient |
ChangeParametersOperationsClient
public override OperationsClient ChangeParametersOperationsClient { get; }
The long-running operations client for ChangeParameters
.
Property Value | |
---|---|
Type | Description |
Google.LongRunning.OperationsClient |
ChangeRenewalSettingsOperationsClient
public override OperationsClient ChangeRenewalSettingsOperationsClient { get; }
The long-running operations client for ChangeRenewalSettings
.
Property Value | |
---|---|
Type | Description |
Google.LongRunning.OperationsClient |
CreateEntitlementOperationsClient
public override OperationsClient CreateEntitlementOperationsClient { get; }
The long-running operations client for CreateEntitlement
.
Property Value | |
---|---|
Type | Description |
Google.LongRunning.OperationsClient |
GrpcClient
public override CloudChannelService.CloudChannelServiceClient GrpcClient { get; }
The underlying gRPC CloudChannelService client
Property Value | |
---|---|
Type | Description |
CloudChannelService.CloudChannelServiceClient |
ProvisionCloudIdentityOperationsClient
public override OperationsClient ProvisionCloudIdentityOperationsClient { get; }
The long-running operations client for ProvisionCloudIdentity
.
Property Value | |
---|---|
Type | Description |
Google.LongRunning.OperationsClient |
StartPaidServiceOperationsClient
public override OperationsClient StartPaidServiceOperationsClient { get; }
The long-running operations client for StartPaidService
.
Property Value | |
---|---|
Type | Description |
Google.LongRunning.OperationsClient |
SuspendEntitlementOperationsClient
public override OperationsClient SuspendEntitlementOperationsClient { get; }
The long-running operations client for SuspendEntitlement
.
Property Value | |
---|---|
Type | Description |
Google.LongRunning.OperationsClient |
TransferEntitlementsOperationsClient
public override OperationsClient TransferEntitlementsOperationsClient { get; }
The long-running operations client for TransferEntitlements
.
Property Value | |
---|---|
Type | Description |
Google.LongRunning.OperationsClient |
TransferEntitlementsToGoogleOperationsClient
public override OperationsClient TransferEntitlementsToGoogleOperationsClient { get; }
The long-running operations client for TransferEntitlementsToGoogle
.
Property Value | |
---|---|
Type | Description |
Google.LongRunning.OperationsClient |
Methods
ActivateEntitlement(ActivateEntitlementRequest, CallSettings)
public override Operation<Entitlement, OperationMetadata> ActivateEntitlement(ActivateEntitlementRequest request, CallSettings callSettings = null)
Activates a previously suspended entitlement. The entitlement must be in a suspended state for it to be activated. Entitlements suspended for pending ToS acceptance can't be activated using this method. An entitlement activation is a long-running operation and can result in updates to the state of the customer entitlement.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller or if the reseller account making the request and reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: Entitlement resource not found.
- SUSPENSION_NOT_RESELLER_INITIATED: Can't activate an entitlement that is pending TOS acceptance. Only reseller initiated suspensions can be activated.
- NOT_SUSPENDED: Can't activate entitlements that are already in ACTIVE state. Can only activate suspended entitlements.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | ActivateEntitlementRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.LongRunning.Operation<Entitlement, OperationMetadata> | The RPC response. |
ActivateEntitlementAsync(ActivateEntitlementRequest, CallSettings)
public override Task<Operation<Entitlement, OperationMetadata>> ActivateEntitlementAsync(ActivateEntitlementRequest request, CallSettings callSettings = null)
Activates a previously suspended entitlement. The entitlement must be in a suspended state for it to be activated. Entitlements suspended for pending ToS acceptance can't be activated using this method. An entitlement activation is a long-running operation and can result in updates to the state of the customer entitlement.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller or if the reseller account making the request and reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: Entitlement resource not found.
- SUSPENSION_NOT_RESELLER_INITIATED: Can't activate an entitlement that is pending TOS acceptance. Only reseller initiated suspensions can be activated.
- NOT_SUSPENDED: Can't activate entitlements that are already in ACTIVE state. Can only activate suspended entitlements.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | ActivateEntitlementRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<Google.LongRunning.Operation<Entitlement, OperationMetadata>> | A Task containing the RPC response. |
CancelEntitlement(CancelEntitlementRequest, CallSettings)
public override Operation<Empty, OperationMetadata> CancelEntitlement(CancelEntitlementRequest request, CallSettings callSettings = null)
Cancels a previously fulfilled entitlement. An entitlement cancellation is a long-running operation.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller or if the reseller account making the request and reseller account being queried for are different.
- FAILED_PRECONDITION: If there are any Google Cloud projects linked to the Google Cloud entitlement's Cloud Billing subaccount.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: Entitlement resource not found.
- DELETION_TYPE_NOT_ALLOWED: Cancel is only allowed for Google Workspace add-ons or entitlements for Google Cloud's development platform.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The response will contain google.protobuf.Empty on success. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | CancelEntitlementRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.LongRunning.Operation<Google.Protobuf.WellKnownTypes.Empty, OperationMetadata> | The RPC response. |
CancelEntitlementAsync(CancelEntitlementRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> CancelEntitlementAsync(CancelEntitlementRequest request, CallSettings callSettings = null)
Cancels a previously fulfilled entitlement. An entitlement cancellation is a long-running operation.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller or if the reseller account making the request and reseller account being queried for are different.
- FAILED_PRECONDITION: If there are any Google Cloud projects linked to the Google Cloud entitlement's Cloud Billing subaccount.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: Entitlement resource not found.
- DELETION_TYPE_NOT_ALLOWED: Cancel is only allowed for Google Workspace add-ons or entitlements for Google Cloud's development platform.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The response will contain google.protobuf.Empty on success. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | CancelEntitlementRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<Google.LongRunning.Operation<Google.Protobuf.WellKnownTypes.Empty, OperationMetadata>> | A Task containing the RPC response. |
ChangeOffer(ChangeOfferRequest, CallSettings)
public override Operation<Entitlement, OperationMetadata> ChangeOffer(ChangeOfferRequest request, CallSettings callSettings = null)
Updates the Offer for an existing customer entitlement.
An entitlement update is a long-running operation and results in updates to the entitlement as a result of fulfillment.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: Offer or Entitlement resource not found.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | ChangeOfferRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.LongRunning.Operation<Entitlement, OperationMetadata> | The RPC response. |
ChangeOfferAsync(ChangeOfferRequest, CallSettings)
public override Task<Operation<Entitlement, OperationMetadata>> ChangeOfferAsync(ChangeOfferRequest request, CallSettings callSettings = null)
Updates the Offer for an existing customer entitlement.
An entitlement update is a long-running operation and results in updates to the entitlement as a result of fulfillment.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: Offer or Entitlement resource not found.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | ChangeOfferRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<Google.LongRunning.Operation<Entitlement, OperationMetadata>> | A Task containing the RPC response. |
ChangeParameters(ChangeParametersRequest, CallSettings)
public override Operation<Entitlement, OperationMetadata> ChangeParameters(ChangeParametersRequest request, CallSettings callSettings = null)
Change parameters of the entitlement
An entitlement parameters update is a long-running operation and results in updates to the entitlement as a result of fulfillment.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request. For example, if the number of seats being changed to is greater than the allowed number of max seats for the resource. Or decreasing seats for a commitment based plan.
- NOT_FOUND: Entitlement resource not found.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | ChangeParametersRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.LongRunning.Operation<Entitlement, OperationMetadata> | The RPC response. |
ChangeParametersAsync(ChangeParametersRequest, CallSettings)
public override Task<Operation<Entitlement, OperationMetadata>> ChangeParametersAsync(ChangeParametersRequest request, CallSettings callSettings = null)
Change parameters of the entitlement
An entitlement parameters update is a long-running operation and results in updates to the entitlement as a result of fulfillment.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request. For example, if the number of seats being changed to is greater than the allowed number of max seats for the resource. Or decreasing seats for a commitment based plan.
- NOT_FOUND: Entitlement resource not found.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | ChangeParametersRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<Google.LongRunning.Operation<Entitlement, OperationMetadata>> | A Task containing the RPC response. |
ChangeRenewalSettings(ChangeRenewalSettingsRequest, CallSettings)
public override Operation<Entitlement, OperationMetadata> ChangeRenewalSettings(ChangeRenewalSettingsRequest request, CallSettings callSettings = null)
Updates the renewal settings for an existing customer entitlement.
An entitlement update is a long-running operation and results in updates to the entitlement as a result of fulfillment.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: Entitlement resource not found.
- NOT_COMMITMENT_PLAN: Renewal Settings are only applicable for a commitment plan. Can't enable or disable renewal for non-commitment plans.
- INTERNAL: Any non user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | ChangeRenewalSettingsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.LongRunning.Operation<Entitlement, OperationMetadata> | The RPC response. |
ChangeRenewalSettingsAsync(ChangeRenewalSettingsRequest, CallSettings)
public override Task<Operation<Entitlement, OperationMetadata>> ChangeRenewalSettingsAsync(ChangeRenewalSettingsRequest request, CallSettings callSettings = null)
Updates the renewal settings for an existing customer entitlement.
An entitlement update is a long-running operation and results in updates to the entitlement as a result of fulfillment.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: Entitlement resource not found.
- NOT_COMMITMENT_PLAN: Renewal Settings are only applicable for a commitment plan. Can't enable or disable renewal for non-commitment plans.
- INTERNAL: Any non user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | ChangeRenewalSettingsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<Google.LongRunning.Operation<Entitlement, OperationMetadata>> | A Task containing the RPC response. |
CheckCloudIdentityAccountsExist(CheckCloudIdentityAccountsExistRequest, CallSettings)
public override CheckCloudIdentityAccountsExistResponse CheckCloudIdentityAccountsExist(CheckCloudIdentityAccountsExistRequest request, CallSettings callSettings = null)
Confirms the existence of Cloud Identity accounts, based on the domain and whether the Cloud Identity accounts are owned by the reseller.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- INVALID_VALUE: Invalid domain value in the request.
Return Value: List of [CloudIdentityCustomerAccount][google.cloud.channel.v1.CloudIdentityCustomerAccount] resources for the domain. List may be empty.
Note: in the v1alpha1 version of the API, a NOT_FOUND error is returned if no [CloudIdentityCustomerAccount][google.cloud.channel.v1.CloudIdentityCustomerAccount] resources match the domain.
Parameters | |
---|---|
Name | Description |
request | CheckCloudIdentityAccountsExistRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
CheckCloudIdentityAccountsExistResponse | The RPC response. |
CheckCloudIdentityAccountsExistAsync(CheckCloudIdentityAccountsExistRequest, CallSettings)
public override Task<CheckCloudIdentityAccountsExistResponse> CheckCloudIdentityAccountsExistAsync(CheckCloudIdentityAccountsExistRequest request, CallSettings callSettings = null)
Confirms the existence of Cloud Identity accounts, based on the domain and whether the Cloud Identity accounts are owned by the reseller.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- INVALID_VALUE: Invalid domain value in the request.
Return Value: List of [CloudIdentityCustomerAccount][google.cloud.channel.v1.CloudIdentityCustomerAccount] resources for the domain. List may be empty.
Note: in the v1alpha1 version of the API, a NOT_FOUND error is returned if no [CloudIdentityCustomerAccount][google.cloud.channel.v1.CloudIdentityCustomerAccount] resources match the domain.
Parameters | |
---|---|
Name | Description |
request | CheckCloudIdentityAccountsExistRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<CheckCloudIdentityAccountsExistResponse> | A Task containing the RPC response. |
CreateChannelPartnerLink(CreateChannelPartnerLinkRequest, CallSettings)
public override ChannelPartnerLink CreateChannelPartnerLink(CreateChannelPartnerLinkRequest request, CallSettings callSettings = null)
Initiates a channel partner link between a distributor and a reseller or between resellers in an n-tier reseller channel. To accept the invite, the invited partner should follow the invite_link_uri provided in the response. If the link creation is accepted, a valid link is set up between the two involved parties. To call this method, you must be a distributor.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- ALREADY_EXISTS: If the ChannelPartnerLink sent in the request already exists.
- NOT_FOUND: If no Cloud Identity customer exists for domain provided.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Newly created [ChannelPartnerLink][google.cloud.channel.v1.ChannelPartnerLink] resource if successful, otherwise error is returned.
Parameters | |
---|---|
Name | Description |
request | CreateChannelPartnerLinkRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
ChannelPartnerLink | The RPC response. |
CreateChannelPartnerLinkAsync(CreateChannelPartnerLinkRequest, CallSettings)
public override Task<ChannelPartnerLink> CreateChannelPartnerLinkAsync(CreateChannelPartnerLinkRequest request, CallSettings callSettings = null)
Initiates a channel partner link between a distributor and a reseller or between resellers in an n-tier reseller channel. To accept the invite, the invited partner should follow the invite_link_uri provided in the response. If the link creation is accepted, a valid link is set up between the two involved parties. To call this method, you must be a distributor.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- ALREADY_EXISTS: If the ChannelPartnerLink sent in the request already exists.
- NOT_FOUND: If no Cloud Identity customer exists for domain provided.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Newly created [ChannelPartnerLink][google.cloud.channel.v1.ChannelPartnerLink] resource if successful, otherwise error is returned.
Parameters | |
---|---|
Name | Description |
request | CreateChannelPartnerLinkRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<ChannelPartnerLink> | A Task containing the RPC response. |
CreateCustomer(CreateCustomerRequest, CallSettings)
public override Customer CreateCustomer(CreateCustomerRequest request, CallSettings callSettings = null)
Creates a new [Customer][google.cloud.channel.v1.Customer] resource under the reseller or distributor account.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: It can happen in following scenarios -
- Missing or invalid required parameters in the request.
- Domain field value doesn't match the domain specified in primary email.
Return Value: If successful, the newly created [Customer][google.cloud.channel.v1.Customer] resource, otherwise returns an error.
Parameters | |
---|---|
Name | Description |
request | CreateCustomerRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Customer | The RPC response. |
CreateCustomerAsync(CreateCustomerRequest, CallSettings)
public override Task<Customer> CreateCustomerAsync(CreateCustomerRequest request, CallSettings callSettings = null)
Creates a new [Customer][google.cloud.channel.v1.Customer] resource under the reseller or distributor account.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: It can happen in following scenarios -
- Missing or invalid required parameters in the request.
- Domain field value doesn't match the domain specified in primary email.
Return Value: If successful, the newly created [Customer][google.cloud.channel.v1.Customer] resource, otherwise returns an error.
Parameters | |
---|---|
Name | Description |
request | CreateCustomerRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<Customer> | A Task containing the RPC response. |
CreateEntitlement(CreateEntitlementRequest, CallSettings)
public override Operation<Entitlement, OperationMetadata> CreateEntitlement(CreateEntitlementRequest request, CallSettings callSettings = null)
Creates an entitlement for a customer.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: It can happen in below scenarios -
- Missing or invalid required parameters in the request.
- Cannot purchase an entitlement if there is already an entitlement for customer, for a SKU from the same product family.
- INVALID_VALUE: Offer passed in isn't valid. Make sure OfferId is valid. If it is valid, then contact Google Channel support for further troubleshooting.
- NOT_FOUND: If the customer or offer resource is not found for the reseller.
- ALREADY_EXISTS: This failure can happen in the following cases:
- If the SKU has been already purchased for the customer.
- If the customer's primary email already exists. In this case retry after changing the customer's primary contact email.
- CONDITION_NOT_MET or FAILED_PRECONDITION: This failure can happen in the following cases:
- Purchasing a SKU that requires domain verification and the domain has not been verified.
- Purchasing an Add-On SKU like Vault or Drive without purchasing the pre-requisite SKU, such as Google Workspace Business Starter.
- Applicable only for developer accounts: reseller and resold domain. Must meet the following domain naming requirements:
- Domain names must start with goog-test.
- Resold domain names must include the reseller domain.
- INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel Support in this case.
- UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel Support in this case.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | CreateEntitlementRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.LongRunning.Operation<Entitlement, OperationMetadata> | The RPC response. |
CreateEntitlementAsync(CreateEntitlementRequest, CallSettings)
public override Task<Operation<Entitlement, OperationMetadata>> CreateEntitlementAsync(CreateEntitlementRequest request, CallSettings callSettings = null)
Creates an entitlement for a customer.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: It can happen in below scenarios -
- Missing or invalid required parameters in the request.
- Cannot purchase an entitlement if there is already an entitlement for customer, for a SKU from the same product family.
- INVALID_VALUE: Offer passed in isn't valid. Make sure OfferId is valid. If it is valid, then contact Google Channel support for further troubleshooting.
- NOT_FOUND: If the customer or offer resource is not found for the reseller.
- ALREADY_EXISTS: This failure can happen in the following cases:
- If the SKU has been already purchased for the customer.
- If the customer's primary email already exists. In this case retry after changing the customer's primary contact email.
- CONDITION_NOT_MET or FAILED_PRECONDITION: This failure can happen in the following cases:
- Purchasing a SKU that requires domain verification and the domain has not been verified.
- Purchasing an Add-On SKU like Vault or Drive without purchasing the pre-requisite SKU, such as Google Workspace Business Starter.
- Applicable only for developer accounts: reseller and resold domain. Must meet the following domain naming requirements:
- Domain names must start with goog-test.
- Resold domain names must include the reseller domain.
- INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel Support in this case.
- UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel Support in this case.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | CreateEntitlementRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<Google.LongRunning.Operation<Entitlement, OperationMetadata>> | A Task containing the RPC response. |
DeleteCustomer(DeleteCustomerRequest, CallSettings)
public override void DeleteCustomer(DeleteCustomerRequest request, CallSettings callSettings = null)
Deletes the given [Customer][google.cloud.channel.v1.Customer] permanently and irreversibly.
Possible Error Codes:
- PERMISSION_DENIED: If the account making the request does not own this customer.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- FAILED_PRECONDITION: If the customer has existing entitlements.
- NOT_FOUND: No [Customer][google.cloud.channel.v1.Customer] resource found for the name specified in the request.
Parameters | |
---|---|
Name | Description |
request | DeleteCustomerRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
DeleteCustomerAsync(DeleteCustomerRequest, CallSettings)
public override Task DeleteCustomerAsync(DeleteCustomerRequest request, CallSettings callSettings = null)
Deletes the given [Customer][google.cloud.channel.v1.Customer] permanently and irreversibly.
Possible Error Codes:
- PERMISSION_DENIED: If the account making the request does not own this customer.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- FAILED_PRECONDITION: If the customer has existing entitlements.
- NOT_FOUND: No [Customer][google.cloud.channel.v1.Customer] resource found for the name specified in the request.
Parameters | |
---|---|
Name | Description |
request | DeleteCustomerRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task | A Task containing the RPC response. |
GetChannelPartnerLink(GetChannelPartnerLinkRequest, CallSettings)
public override ChannelPartnerLink GetChannelPartnerLink(GetChannelPartnerLinkRequest request, CallSettings callSettings = null)
Returns a requested [ChannelPartnerLink][google.cloud.channel.v1.ChannelPartnerLink] resource. To call this method, you must be a distributor.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: ChannelPartnerLink resource not found. Results due invalid channel partner link name.
Return Value: [ChannelPartnerLink][google.cloud.channel.v1.ChannelPartnerLink] resource if found, otherwise returns an error.
Parameters | |
---|---|
Name | Description |
request | GetChannelPartnerLinkRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
ChannelPartnerLink | The RPC response. |
GetChannelPartnerLinkAsync(GetChannelPartnerLinkRequest, CallSettings)
public override Task<ChannelPartnerLink> GetChannelPartnerLinkAsync(GetChannelPartnerLinkRequest request, CallSettings callSettings = null)
Returns a requested [ChannelPartnerLink][google.cloud.channel.v1.ChannelPartnerLink] resource. To call this method, you must be a distributor.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: ChannelPartnerLink resource not found. Results due invalid channel partner link name.
Return Value: [ChannelPartnerLink][google.cloud.channel.v1.ChannelPartnerLink] resource if found, otherwise returns an error.
Parameters | |
---|---|
Name | Description |
request | GetChannelPartnerLinkRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<ChannelPartnerLink> | A Task containing the RPC response. |
GetCustomer(GetCustomerRequest, CallSettings)
public override Customer GetCustomer(GetCustomerRequest request, CallSettings callSettings = null)
Returns a requested [Customer][google.cloud.channel.v1.Customer] resource.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: If the customer resource doesn't exist. Usually the result of an invalid name parameter.
Return Value: [Customer][google.cloud.channel.v1.Customer] resource if found, error otherwise.
Parameters | |
---|---|
Name | Description |
request | GetCustomerRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Customer | The RPC response. |
GetCustomerAsync(GetCustomerRequest, CallSettings)
public override Task<Customer> GetCustomerAsync(GetCustomerRequest request, CallSettings callSettings = null)
Returns a requested [Customer][google.cloud.channel.v1.Customer] resource.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: If the customer resource doesn't exist. Usually the result of an invalid name parameter.
Return Value: [Customer][google.cloud.channel.v1.Customer] resource if found, error otherwise.
Parameters | |
---|---|
Name | Description |
request | GetCustomerRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<Customer> | A Task containing the RPC response. |
GetEntitlement(GetEntitlementRequest, CallSettings)
public override Entitlement GetEntitlement(GetEntitlementRequest request, CallSettings callSettings = null)
Returns a requested [Entitlement][google.cloud.channel.v1.Entitlement] resource.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: If the entitlement is not found for the customer.
Return Value: If found, the requested [Entitlement][google.cloud.channel.v1.Entitlement] resource, otherwise returns an error.
Parameters | |
---|---|
Name | Description |
request | GetEntitlementRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Entitlement | The RPC response. |
GetEntitlementAsync(GetEntitlementRequest, CallSettings)
public override Task<Entitlement> GetEntitlementAsync(GetEntitlementRequest request, CallSettings callSettings = null)
Returns a requested [Entitlement][google.cloud.channel.v1.Entitlement] resource.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: If the entitlement is not found for the customer.
Return Value: If found, the requested [Entitlement][google.cloud.channel.v1.Entitlement] resource, otherwise returns an error.
Parameters | |
---|---|
Name | Description |
request | GetEntitlementRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<Entitlement> | A Task containing the RPC response. |
ListChannelPartnerLinks(ListChannelPartnerLinksRequest, CallSettings)
public override PagedEnumerable<ListChannelPartnerLinksResponse, ChannelPartnerLink> ListChannelPartnerLinks(ListChannelPartnerLinksRequest request, CallSettings callSettings = null)
List [ChannelPartnerLink][google.cloud.channel.v1.ChannelPartnerLink]s belonging to a distributor. To call this method, you must be a distributor.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Return Value: If successful, returns the list of [ChannelPartnerLink][google.cloud.channel.v1.ChannelPartnerLink] resources for the distributor account, otherwise returns an error.
Parameters | |
---|---|
Name | Description |
request | ListChannelPartnerLinksRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerable<ListChannelPartnerLinksResponse, ChannelPartnerLink> | A pageable sequence of ChannelPartnerLink resources. |
ListChannelPartnerLinksAsync(ListChannelPartnerLinksRequest, CallSettings)
public override PagedAsyncEnumerable<ListChannelPartnerLinksResponse, ChannelPartnerLink> ListChannelPartnerLinksAsync(ListChannelPartnerLinksRequest request, CallSettings callSettings = null)
List [ChannelPartnerLink][google.cloud.channel.v1.ChannelPartnerLink]s belonging to a distributor. To call this method, you must be a distributor.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Return Value: If successful, returns the list of [ChannelPartnerLink][google.cloud.channel.v1.ChannelPartnerLink] resources for the distributor account, otherwise returns an error.
Parameters | |
---|---|
Name | Description |
request | ListChannelPartnerLinksRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerable<ListChannelPartnerLinksResponse, ChannelPartnerLink> | A pageable asynchronous sequence of ChannelPartnerLink resources. |
ListCustomers(ListCustomersRequest, CallSettings)
public override PagedEnumerable<ListCustomersResponse, Customer> ListCustomers(ListCustomersRequest request, CallSettings callSettings = null)
List downstream [Customer][google.cloud.channel.v1.Customer]s.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Return Value: List of [Customer][google.cloud.channel.v1.Customer]s pertaining to the reseller or empty list if there are none.
Parameters | |
---|---|
Name | Description |
request | ListCustomersRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerable<ListCustomersResponse, Customer> | A pageable sequence of Customer resources. |
ListCustomersAsync(ListCustomersRequest, CallSettings)
public override PagedAsyncEnumerable<ListCustomersResponse, Customer> ListCustomersAsync(ListCustomersRequest request, CallSettings callSettings = null)
List downstream [Customer][google.cloud.channel.v1.Customer]s.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Return Value: List of [Customer][google.cloud.channel.v1.Customer]s pertaining to the reseller or empty list if there are none.
Parameters | |
---|---|
Name | Description |
request | ListCustomersRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerable<ListCustomersResponse, Customer> | A pageable asynchronous sequence of Customer resources. |
ListEntitlements(ListEntitlementsRequest, CallSettings)
public override PagedEnumerable<ListEntitlementsResponse, Entitlement> ListEntitlements(ListEntitlementsRequest request, CallSettings callSettings = null)
List [Entitlement][google.cloud.channel.v1.Entitlement]s belonging to a customer.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Return Value: List of [Entitlement][google.cloud.channel.v1.Entitlement]s belonging to the customer, or empty list if there are none.
Parameters | |
---|---|
Name | Description |
request | ListEntitlementsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerable<ListEntitlementsResponse, Entitlement> | A pageable sequence of Entitlement resources. |
ListEntitlementsAsync(ListEntitlementsRequest, CallSettings)
public override PagedAsyncEnumerable<ListEntitlementsResponse, Entitlement> ListEntitlementsAsync(ListEntitlementsRequest request, CallSettings callSettings = null)
List [Entitlement][google.cloud.channel.v1.Entitlement]s belonging to a customer.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Return Value: List of [Entitlement][google.cloud.channel.v1.Entitlement]s belonging to the customer, or empty list if there are none.
Parameters | |
---|---|
Name | Description |
request | ListEntitlementsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerable<ListEntitlementsResponse, Entitlement> | A pageable asynchronous sequence of Entitlement resources. |
ListOffers(ListOffersRequest, CallSettings)
public override PagedEnumerable<ListOffersResponse, Offer> ListOffers(ListOffersRequest request, CallSettings callSettings = null)
Lists the Offers the reseller can sell.
Possible Error Codes:
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Parameters | |
---|---|
Name | Description |
request | ListOffersRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerable<ListOffersResponse, Offer> | A pageable sequence of Offer resources. |
ListOffersAsync(ListOffersRequest, CallSettings)
public override PagedAsyncEnumerable<ListOffersResponse, Offer> ListOffersAsync(ListOffersRequest request, CallSettings callSettings = null)
Lists the Offers the reseller can sell.
Possible Error Codes:
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Parameters | |
---|---|
Name | Description |
request | ListOffersRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerable<ListOffersResponse, Offer> | A pageable asynchronous sequence of Offer resources. |
ListProducts(ListProductsRequest, CallSettings)
public override PagedEnumerable<ListProductsResponse, Product> ListProducts(ListProductsRequest request, CallSettings callSettings = null)
Lists the Products the reseller is authorized to sell.
Possible Error Codes:
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Parameters | |
---|---|
Name | Description |
request | ListProductsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerable<ListProductsResponse, Product> | A pageable sequence of Product resources. |
ListProductsAsync(ListProductsRequest, CallSettings)
public override PagedAsyncEnumerable<ListProductsResponse, Product> ListProductsAsync(ListProductsRequest request, CallSettings callSettings = null)
Lists the Products the reseller is authorized to sell.
Possible Error Codes:
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Parameters | |
---|---|
Name | Description |
request | ListProductsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerable<ListProductsResponse, Product> | A pageable asynchronous sequence of Product resources. |
ListPurchasableOffers(ListPurchasableOffersRequest, CallSettings)
public override PagedEnumerable<ListPurchasableOffersResponse, PurchasableOffer> ListPurchasableOffers(ListPurchasableOffersRequest request, CallSettings callSettings = null)
Lists the Purchasable Offers for the following cases:
- Offers that can be newly purchased for a customer
- Offers that can be changed to, for an entitlement.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Parameters | |
---|---|
Name | Description |
request | ListPurchasableOffersRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerable<ListPurchasableOffersResponse, PurchasableOffer> | A pageable sequence of PurchasableOffer resources. |
ListPurchasableOffersAsync(ListPurchasableOffersRequest, CallSettings)
public override PagedAsyncEnumerable<ListPurchasableOffersResponse, PurchasableOffer> ListPurchasableOffersAsync(ListPurchasableOffersRequest request, CallSettings callSettings = null)
Lists the Purchasable Offers for the following cases:
- Offers that can be newly purchased for a customer
- Offers that can be changed to, for an entitlement.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Parameters | |
---|---|
Name | Description |
request | ListPurchasableOffersRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerable<ListPurchasableOffersResponse, PurchasableOffer> | A pageable asynchronous sequence of PurchasableOffer resources. |
ListPurchasableSkus(ListPurchasableSkusRequest, CallSettings)
public override PagedEnumerable<ListPurchasableSkusResponse, PurchasableSku> ListPurchasableSkus(ListPurchasableSkusRequest request, CallSettings callSettings = null)
Lists the Purchasable SKUs for following cases:
- SKUs that can be newly purchased for a customer
- SKUs that can be upgraded/downgraded to, for an entitlement.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Parameters | |
---|---|
Name | Description |
request | ListPurchasableSkusRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerable<ListPurchasableSkusResponse, PurchasableSku> | A pageable sequence of PurchasableSku resources. |
ListPurchasableSkusAsync(ListPurchasableSkusRequest, CallSettings)
public override PagedAsyncEnumerable<ListPurchasableSkusResponse, PurchasableSku> ListPurchasableSkusAsync(ListPurchasableSkusRequest request, CallSettings callSettings = null)
Lists the Purchasable SKUs for following cases:
- SKUs that can be newly purchased for a customer
- SKUs that can be upgraded/downgraded to, for an entitlement.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Parameters | |
---|---|
Name | Description |
request | ListPurchasableSkusRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerable<ListPurchasableSkusResponse, PurchasableSku> | A pageable asynchronous sequence of PurchasableSku resources. |
ListSkus(ListSkusRequest, CallSettings)
public override PagedEnumerable<ListSkusResponse, Sku> ListSkus(ListSkusRequest request, CallSettings callSettings = null)
Lists the SKUs for a product the reseller is authorized to sell.
Possible Error Codes:
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Parameters | |
---|---|
Name | Description |
request | ListSkusRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerable<ListSkusResponse, Sku> | A pageable sequence of Sku resources. |
ListSkusAsync(ListSkusRequest, CallSettings)
public override PagedAsyncEnumerable<ListSkusResponse, Sku> ListSkusAsync(ListSkusRequest request, CallSettings callSettings = null)
Lists the SKUs for a product the reseller is authorized to sell.
Possible Error Codes:
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Parameters | |
---|---|
Name | Description |
request | ListSkusRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerable<ListSkusResponse, Sku> | A pageable asynchronous sequence of Sku resources. |
ListSubscribers(ListSubscribersRequest, CallSettings)
public override PagedEnumerable<ListSubscribersResponse, string> ListSubscribers(ListSubscribersRequest request, CallSettings callSettings = null)
Lists service accounts with subscriber privileges on the Cloud Pub/Sub topic created for this Channel Services account.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being provided are different, or if the account is not a super admin.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: If the topic resource doesn't exist.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel 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 service email addresses if successful, otherwise error is returned.
Parameters | |
---|---|
Name | Description |
request | ListSubscribersRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerable<ListSubscribersResponse, String> | A pageable sequence of String resources. |
ListSubscribersAsync(ListSubscribersRequest, CallSettings)
public override PagedAsyncEnumerable<ListSubscribersResponse, string> ListSubscribersAsync(ListSubscribersRequest request, CallSettings callSettings = null)
Lists service accounts with subscriber privileges on the Cloud Pub/Sub topic created for this Channel Services account.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being provided are different, or if the account is not a super admin.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: If the topic resource doesn't exist.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel 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 service email addresses if successful, otherwise error is returned.
Parameters | |
---|---|
Name | Description |
request | ListSubscribersRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerable<ListSubscribersResponse, String> | A pageable asynchronous sequence of String resources. |
ListTransferableOffers(ListTransferableOffersRequest, CallSettings)
public override PagedEnumerable<ListTransferableOffersResponse, TransferableOffer> ListTransferableOffers(ListTransferableOffersRequest request, CallSettings callSettings = null)
List [TransferableOffer][google.cloud.channel.v1.TransferableOffer]s of a customer based on Cloud Identity ID or Customer Name in the request.
This method is used when a reseller gets the entitlement information of a customer that is not owned. The reseller should provide the customer's Cloud Identity ID or Customer Name.
Possible Error Codes:
- PERMISSION_DENIED: Appears because of one of the following:
- If the customer doesn't belong to the reseller and no auth token or invalid auth token is supplied.
- If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Return Value: List of [TransferableOffer][google.cloud.channel.v1.TransferableOffer] for the given customer and SKU.
Parameters | |
---|---|
Name | Description |
request | ListTransferableOffersRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerable<ListTransferableOffersResponse, TransferableOffer> | A pageable sequence of TransferableOffer resources. |
ListTransferableOffersAsync(ListTransferableOffersRequest, CallSettings)
public override PagedAsyncEnumerable<ListTransferableOffersResponse, TransferableOffer> ListTransferableOffersAsync(ListTransferableOffersRequest request, CallSettings callSettings = null)
List [TransferableOffer][google.cloud.channel.v1.TransferableOffer]s of a customer based on Cloud Identity ID or Customer Name in the request.
This method is used when a reseller gets the entitlement information of a customer that is not owned. The reseller should provide the customer's Cloud Identity ID or Customer Name.
Possible Error Codes:
- PERMISSION_DENIED: Appears because of one of the following:
- If the customer doesn't belong to the reseller and no auth token or invalid auth token is supplied.
- If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Return Value: List of [TransferableOffer][google.cloud.channel.v1.TransferableOffer] for the given customer and SKU.
Parameters | |
---|---|
Name | Description |
request | ListTransferableOffersRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerable<ListTransferableOffersResponse, TransferableOffer> | A pageable asynchronous sequence of TransferableOffer resources. |
ListTransferableSkus(ListTransferableSkusRequest, CallSettings)
public override PagedEnumerable<ListTransferableSkusResponse, TransferableSku> ListTransferableSkus(ListTransferableSkusRequest request, CallSettings callSettings = null)
List [TransferableSku][google.cloud.channel.v1.TransferableSku]s of a customer based on Cloud Identity ID or Customer Name in the request.
This method is used when a reseller lists the entitlements information of a customer that is not owned. The reseller should provide the customer's Cloud Identity ID or Customer Name.
Possible Error Codes:
- PERMISSION_DENIED: Appears because of one of the following -
- The customer doesn't belong to the reseller and no auth token.
- The supplied auth token is invalid.
- The reseller account making the request and the queries reseller account are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Return Value: List of [TransferableSku][google.cloud.channel.v1.TransferableSku] for the given customer.
Parameters | |
---|---|
Name | Description |
request | ListTransferableSkusRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerable<ListTransferableSkusResponse, TransferableSku> | A pageable sequence of TransferableSku resources. |
ListTransferableSkusAsync(ListTransferableSkusRequest, CallSettings)
public override PagedAsyncEnumerable<ListTransferableSkusResponse, TransferableSku> ListTransferableSkusAsync(ListTransferableSkusRequest request, CallSettings callSettings = null)
List [TransferableSku][google.cloud.channel.v1.TransferableSku]s of a customer based on Cloud Identity ID or Customer Name in the request.
This method is used when a reseller lists the entitlements information of a customer that is not owned. The reseller should provide the customer's Cloud Identity ID or Customer Name.
Possible Error Codes:
- PERMISSION_DENIED: Appears because of one of the following -
- The customer doesn't belong to the reseller and no auth token.
- The supplied auth token is invalid.
- The reseller account making the request and the queries reseller account are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
Return Value: List of [TransferableSku][google.cloud.channel.v1.TransferableSku] for the given customer.
Parameters | |
---|---|
Name | Description |
request | ListTransferableSkusRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerable<ListTransferableSkusResponse, TransferableSku> | A pageable asynchronous sequence of TransferableSku resources. |
ProvisionCloudIdentity(ProvisionCloudIdentityRequest, CallSettings)
public override Operation<Customer, OperationMetadata> ProvisionCloudIdentity(ProvisionCloudIdentityRequest request, CallSettings callSettings = null)
Creates a Cloud Identity for the given customer using the customer's information or the information provided here, if present.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: If the customer is not found for the reseller.
- ALREADY_EXISTS: If the customer's primary email already exists. In this case, retry after changing the customer's primary contact email.
- INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support in this case.
- UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support in this case.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | ProvisionCloudIdentityRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.LongRunning.Operation<Customer, OperationMetadata> | The RPC response. |
ProvisionCloudIdentityAsync(ProvisionCloudIdentityRequest, CallSettings)
public override Task<Operation<Customer, OperationMetadata>> ProvisionCloudIdentityAsync(ProvisionCloudIdentityRequest request, CallSettings callSettings = null)
Creates a Cloud Identity for the given customer using the customer's information or the information provided here, if present.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: If the customer is not found for the reseller.
- ALREADY_EXISTS: If the customer's primary email already exists. In this case, retry after changing the customer's primary contact email.
- INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support in this case.
- UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support in this case.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | ProvisionCloudIdentityRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<Google.LongRunning.Operation<Customer, OperationMetadata>> | A Task containing the RPC response. |
RegisterSubscriber(RegisterSubscriberRequest, CallSettings)
public override RegisterSubscriberResponse RegisterSubscriber(RegisterSubscriberRequest request, CallSettings callSettings = null)
Registers a service account with subscriber privileges on the Cloud Pub/Sub topic created for this Channel Services account. Once you create a subscriber, you will get the events as per [SubscriberEvent][google.cloud.channel.v1.SubscriberEvent]
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being provided are different, or if the impersonated user is not a super admin.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Topic name with service email address registered if successful, otherwise error is returned.
Parameters | |
---|---|
Name | Description |
request | RegisterSubscriberRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
RegisterSubscriberResponse | The RPC response. |
RegisterSubscriberAsync(RegisterSubscriberRequest, CallSettings)
public override Task<RegisterSubscriberResponse> RegisterSubscriberAsync(RegisterSubscriberRequest request, CallSettings callSettings = null)
Registers a service account with subscriber privileges on the Cloud Pub/Sub topic created for this Channel Services account. Once you create a subscriber, you will get the events as per [SubscriberEvent][google.cloud.channel.v1.SubscriberEvent]
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being provided are different, or if the impersonated user is not a super admin.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Topic name with service email address registered if successful, otherwise error is returned.
Parameters | |
---|---|
Name | Description |
request | RegisterSubscriberRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<RegisterSubscriberResponse> | A Task containing the RPC response. |
StartPaidService(StartPaidServiceRequest, CallSettings)
public override Operation<Entitlement, OperationMetadata> StartPaidService(StartPaidServiceRequest request, CallSettings callSettings = null)
Starts paid service for a trial entitlement.
Starts paid service for a trial entitlement immediately. This method is only applicable if a plan has already been set up for a trial entitlement but has some trial days remaining.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: Entitlement resource not found.
- FAILED_PRECONDITION/NOT_IN_TRIAL: This method only works for entitlement on trial plans.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | StartPaidServiceRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.LongRunning.Operation<Entitlement, OperationMetadata> | The RPC response. |
StartPaidServiceAsync(StartPaidServiceRequest, CallSettings)
public override Task<Operation<Entitlement, OperationMetadata>> StartPaidServiceAsync(StartPaidServiceRequest request, CallSettings callSettings = null)
Starts paid service for a trial entitlement.
Starts paid service for a trial entitlement immediately. This method is only applicable if a plan has already been set up for a trial entitlement but has some trial days remaining.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: Entitlement resource not found.
- FAILED_PRECONDITION/NOT_IN_TRIAL: This method only works for entitlement on trial plans.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | StartPaidServiceRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<Google.LongRunning.Operation<Entitlement, OperationMetadata>> | A Task containing the RPC response. |
SuspendEntitlement(SuspendEntitlementRequest, CallSettings)
public override Operation<Entitlement, OperationMetadata> SuspendEntitlement(SuspendEntitlementRequest request, CallSettings callSettings = null)
Suspends a previously fulfilled entitlement. An entitlement suspension is a long-running operation.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: Entitlement resource not found.
- NOT_ACTIVE: Entitlement is not active.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | SuspendEntitlementRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.LongRunning.Operation<Entitlement, OperationMetadata> | The RPC response. |
SuspendEntitlementAsync(SuspendEntitlementRequest, CallSettings)
public override Task<Operation<Entitlement, OperationMetadata>> SuspendEntitlementAsync(SuspendEntitlementRequest request, CallSettings callSettings = null)
Suspends a previously fulfilled entitlement. An entitlement suspension is a long-running operation.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: Entitlement resource not found.
- NOT_ACTIVE: Entitlement is not active.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | SuspendEntitlementRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<Google.LongRunning.Operation<Entitlement, OperationMetadata>> | A Task containing the RPC response. |
TransferEntitlements(TransferEntitlementsRequest, CallSettings)
public override Operation<TransferEntitlementsResponse, OperationMetadata> TransferEntitlements(TransferEntitlementsRequest request, CallSettings callSettings = null)
Transfers customer entitlements to new reseller.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: If the customer or offer resource is not found for the reseller.
- ALREADY_EXISTS: If the SKU has been already transferred for the customer.
- CONDITION_NOT_MET or FAILED_PRECONDITION: This failure can happen in the following cases:
- Transferring a SKU that requires domain verification and the domain has not been verified.
- Transferring an Add-On SKU like Vault or Drive without transferring the pre-requisite SKU, such as G Suite Basic.
- Applicable only for developer accounts: reseller and resold domain must follow the domain naming convention as follows:
- Domain names must start with goog-test.
- Resold domain names must include the reseller domain.
- All transferring entitlements must be specified.
- INTERNAL: Any non-user error related to a technical issue in the backend. Please contact Cloud Channel Support in this case.
- UNKNOWN: Any non-user error related to a technical issue in the backend. Please contact Cloud Channel Support in this case.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | TransferEntitlementsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.LongRunning.Operation<TransferEntitlementsResponse, OperationMetadata> | The RPC response. |
TransferEntitlementsAsync(TransferEntitlementsRequest, CallSettings)
public override Task<Operation<TransferEntitlementsResponse, OperationMetadata>> TransferEntitlementsAsync(TransferEntitlementsRequest request, CallSettings callSettings = null)
Transfers customer entitlements to new reseller.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: If the customer or offer resource is not found for the reseller.
- ALREADY_EXISTS: If the SKU has been already transferred for the customer.
- CONDITION_NOT_MET or FAILED_PRECONDITION: This failure can happen in the following cases:
- Transferring a SKU that requires domain verification and the domain has not been verified.
- Transferring an Add-On SKU like Vault or Drive without transferring the pre-requisite SKU, such as G Suite Basic.
- Applicable only for developer accounts: reseller and resold domain must follow the domain naming convention as follows:
- Domain names must start with goog-test.
- Resold domain names must include the reseller domain.
- All transferring entitlements must be specified.
- INTERNAL: Any non-user error related to a technical issue in the backend. Please contact Cloud Channel Support in this case.
- UNKNOWN: Any non-user error related to a technical issue in the backend. Please contact Cloud Channel Support in this case.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | TransferEntitlementsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<Google.LongRunning.Operation<TransferEntitlementsResponse, OperationMetadata>> | A Task containing the RPC response. |
TransferEntitlementsToGoogle(TransferEntitlementsToGoogleRequest, CallSettings)
public override Operation<Empty, OperationMetadata> TransferEntitlementsToGoogle(TransferEntitlementsToGoogleRequest request, CallSettings callSettings = null)
Transfers customer entitlements from current reseller to Google.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: If the customer or offer resource is not found for the reseller.
- ALREADY_EXISTS: If the SKU has been already transferred for the customer.
- CONDITION_NOT_MET or FAILED_PRECONDITION: This failure can happen in the following cases:
- Transferring a SKU that requires domain verification and the domain has not been verified.
- Transferring an Add-On SKU like Vault or Drive without purchasing the pre-requisite SKU, such as G Suite Basic.
- Applicable only for developer accounts: reseller and resold domain must follow the domain naming convention as follows:
- Domain names must start with goog-test.
- Resold domain names must include the reseller domain.
- INTERNAL: Any non-user error related to a technical issue in the backend. Please contact Cloud Channel Support in this case.
- UNKNOWN: Any non-user error related to a technical issue in the backend. Please contact Cloud Channel Support in this case.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The response will contain google.protobuf.Empty on success. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | TransferEntitlementsToGoogleRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Google.LongRunning.Operation<Google.Protobuf.WellKnownTypes.Empty, OperationMetadata> | The RPC response. |
TransferEntitlementsToGoogleAsync(TransferEntitlementsToGoogleRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> TransferEntitlementsToGoogleAsync(TransferEntitlementsToGoogleRequest request, CallSettings callSettings = null)
Transfers customer entitlements from current reseller to Google.
Possible Error Codes:
- PERMISSION_DENIED: If the customer doesn't belong to the reseller.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: If the customer or offer resource is not found for the reseller.
- ALREADY_EXISTS: If the SKU has been already transferred for the customer.
- CONDITION_NOT_MET or FAILED_PRECONDITION: This failure can happen in the following cases:
- Transferring a SKU that requires domain verification and the domain has not been verified.
- Transferring an Add-On SKU like Vault or Drive without purchasing the pre-requisite SKU, such as G Suite Basic.
- Applicable only for developer accounts: reseller and resold domain must follow the domain naming convention as follows:
- Domain names must start with goog-test.
- Resold domain names must include the reseller domain.
- INTERNAL: Any non-user error related to a technical issue in the backend. Please contact Cloud Channel Support in this case.
- UNKNOWN: Any non-user error related to a technical issue in the backend. Please contact Cloud Channel Support in this case.
Return Value: Long Running Operation ID.
To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The response will contain google.protobuf.Empty on success. The Operation metadata will contain an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata].
Parameters | |
---|---|
Name | Description |
request | TransferEntitlementsToGoogleRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<Google.LongRunning.Operation<Google.Protobuf.WellKnownTypes.Empty, OperationMetadata>> | A Task containing the RPC response. |
UnregisterSubscriber(UnregisterSubscriberRequest, CallSettings)
public override UnregisterSubscriberResponse UnregisterSubscriber(UnregisterSubscriberRequest request, CallSettings callSettings = null)
Unregisters a service account with subscriber privileges on the Cloud Pub/Sub topic created for this Channel Services account. If there are no more service account left with sunbscriber privileges, the topic will be deleted. You can check this by calling ListSubscribers api.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being provided are different, or if the impersonated user is not a super admin.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: If the topic resource doesn't exist.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Topic name from which service email address has been unregistered if successful, otherwise error is returned. If the service email was already not associated with the topic, the success response will be returned.
Parameters | |
---|---|
Name | Description |
request | UnregisterSubscriberRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
UnregisterSubscriberResponse | The RPC response. |
UnregisterSubscriberAsync(UnregisterSubscriberRequest, CallSettings)
public override Task<UnregisterSubscriberResponse> UnregisterSubscriberAsync(UnregisterSubscriberRequest request, CallSettings callSettings = null)
Unregisters a service account with subscriber privileges on the Cloud Pub/Sub topic created for this Channel Services account. If there are no more service account left with sunbscriber privileges, the topic will be deleted. You can check this by calling ListSubscribers api.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being provided are different, or if the impersonated user is not a super admin.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: If the topic resource doesn't exist.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: Topic name from which service email address has been unregistered if successful, otherwise error is returned. If the service email was already not associated with the topic, the success response will be returned.
Parameters | |
---|---|
Name | Description |
request | UnregisterSubscriberRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<UnregisterSubscriberResponse> | A Task containing the RPC response. |
UpdateChannelPartnerLink(UpdateChannelPartnerLinkRequest, CallSettings)
public override ChannelPartnerLink UpdateChannelPartnerLink(UpdateChannelPartnerLinkRequest request, CallSettings callSettings = null)
Updates a channel partner link. A distributor calls this method to change a link's status. For example, suspend a partner link. To call this method, you must be a distributor.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: It can happen in following scenarios -
- Missing or invalid required parameters in the request.
- Updating link state from invited to active or suspended.
- Sending reseller_cloud_identity_id, invite_url or name in update mask.
- NOT_FOUND: ChannelPartnerLink resource not found.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: If successful, the updated [ChannelPartnerLink][google.cloud.channel.v1.ChannelPartnerLink] resource, otherwise returns an error.
Parameters | |
---|---|
Name | Description |
request | UpdateChannelPartnerLinkRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
ChannelPartnerLink | The RPC response. |
UpdateChannelPartnerLinkAsync(UpdateChannelPartnerLinkRequest, CallSettings)
public override Task<ChannelPartnerLink> UpdateChannelPartnerLinkAsync(UpdateChannelPartnerLinkRequest request, CallSettings callSettings = null)
Updates a channel partner link. A distributor calls this method to change a link's status. For example, suspend a partner link. To call this method, you must be a distributor.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: It can happen in following scenarios -
- Missing or invalid required parameters in the request.
- Updating link state from invited to active or suspended.
- Sending reseller_cloud_identity_id, invite_url or name in update mask.
- NOT_FOUND: ChannelPartnerLink resource not found.
- INTERNAL: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
- UNKNOWN: Any non-user error related to a technical issue in the backend. In this case, contact Cloud Channel support.
Return Value: If successful, the updated [ChannelPartnerLink][google.cloud.channel.v1.ChannelPartnerLink] resource, otherwise returns an error.
Parameters | |
---|---|
Name | Description |
request | UpdateChannelPartnerLinkRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<ChannelPartnerLink> | A Task containing the RPC response. |
UpdateCustomer(UpdateCustomerRequest, CallSettings)
public override Customer UpdateCustomer(UpdateCustomerRequest request, CallSettings callSettings = null)
Updates an existing [Customer][google.cloud.channel.v1.Customer] resource belonging to the reseller or distributor.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: No [Customer][google.cloud.channel.v1.Customer] resource found for the name specified in the request.
Return Value: If successful, the updated [Customer][google.cloud.channel.v1.Customer] resource, otherwise returns an error.
Parameters | |
---|---|
Name | Description |
request | UpdateCustomerRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Customer | The RPC response. |
UpdateCustomerAsync(UpdateCustomerRequest, CallSettings)
public override Task<Customer> UpdateCustomerAsync(UpdateCustomerRequest request, CallSettings callSettings = null)
Updates an existing [Customer][google.cloud.channel.v1.Customer] resource belonging to the reseller or distributor.
Possible Error Codes:
- PERMISSION_DENIED: If the reseller account making the request and the reseller account being queried for are different.
- INVALID_ARGUMENT: Missing or invalid required parameters in the request.
- NOT_FOUND: No [Customer][google.cloud.channel.v1.Customer] resource found for the name specified in the request.
Return Value: If successful, the updated [Customer][google.cloud.channel.v1.Customer] resource, otherwise returns an error.
Parameters | |
---|---|
Name | Description |
request | UpdateCustomerRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<Customer> | A Task containing the RPC response. |