Constructor
new CloudChannelService(rpcImpl, requestDelimitedopt, responseDelimitedopt)
Constructs a new CloudChannelService service.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
rpcImpl |
$protobuf.RPCImpl |
RPC implementation |
||
requestDelimited |
boolean |
<optional> |
false |
Whether requests are length-delimited |
responseDelimited |
boolean |
<optional> |
false |
Whether responses are length-delimited |
Extends
- $protobuf.rpc.Service
Methods
activateEntitlement(request, callback) → {undefined}
Calls ActivateEntitlement.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IActivateEntitlementRequest |
ActivateEntitlementRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ActivateEntitlementCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
activateEntitlement(request) → {Promise.<google.longrunning.Operation>}
Calls ActivateEntitlement.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IActivateEntitlementRequest |
ActivateEntitlementRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
cancelEntitlement(request, callback) → {undefined}
Calls CancelEntitlement.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ICancelEntitlementRequest |
CancelEntitlementRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.CancelEntitlementCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
cancelEntitlement(request) → {Promise.<google.longrunning.Operation>}
Calls CancelEntitlement.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ICancelEntitlementRequest |
CancelEntitlementRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
changeOffer(request, callback) → {undefined}
Calls ChangeOffer.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IChangeOfferRequest |
ChangeOfferRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ChangeOfferCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
changeOffer(request) → {Promise.<google.longrunning.Operation>}
Calls ChangeOffer.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IChangeOfferRequest |
ChangeOfferRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
changeParameters(request, callback) → {undefined}
Calls ChangeParameters.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IChangeParametersRequest |
ChangeParametersRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ChangeParametersCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
changeParameters(request) → {Promise.<google.longrunning.Operation>}
Calls ChangeParameters.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IChangeParametersRequest |
ChangeParametersRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
changeRenewalSettings(request, callback) → {undefined}
Calls ChangeRenewalSettings.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IChangeRenewalSettingsRequest |
ChangeRenewalSettingsRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ChangeRenewalSettingsCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
changeRenewalSettings(request) → {Promise.<google.longrunning.Operation>}
Calls ChangeRenewalSettings.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IChangeRenewalSettingsRequest |
ChangeRenewalSettingsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
checkCloudIdentityAccountsExist(request, callback) → {undefined}
Calls CheckCloudIdentityAccountsExist.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ICheckCloudIdentityAccountsExistRequest |
CheckCloudIdentityAccountsExistRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.CheckCloudIdentityAccountsExistCallback |
Node-style callback called with the error, if any, and CheckCloudIdentityAccountsExistResponse |
Returns:
Type | Description |
---|---|
undefined |
checkCloudIdentityAccountsExist(request) → {Promise.<google.cloud.channel.v1.CheckCloudIdentityAccountsExistResponse>}
Calls CheckCloudIdentityAccountsExist.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ICheckCloudIdentityAccountsExistRequest |
CheckCloudIdentityAccountsExistRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.CheckCloudIdentityAccountsExistResponse> |
Promise |
createChannelPartnerLink(request, callback) → {undefined}
Calls CreateChannelPartnerLink.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ICreateChannelPartnerLinkRequest |
CreateChannelPartnerLinkRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.CreateChannelPartnerLinkCallback |
Node-style callback called with the error, if any, and ChannelPartnerLink |
Returns:
Type | Description |
---|---|
undefined |
createChannelPartnerLink(request) → {Promise.<google.cloud.channel.v1.ChannelPartnerLink>}
Calls CreateChannelPartnerLink.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ICreateChannelPartnerLinkRequest |
CreateChannelPartnerLinkRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ChannelPartnerLink> |
Promise |
createChannelPartnerRepricingConfig(request, callback) → {undefined}
Calls CreateChannelPartnerRepricingConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ICreateChannelPartnerRepricingConfigRequest |
CreateChannelPartnerRepricingConfigRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.CreateChannelPartnerRepricingConfigCallback |
Node-style callback called with the error, if any, and ChannelPartnerRepricingConfig |
Returns:
Type | Description |
---|---|
undefined |
createChannelPartnerRepricingConfig(request) → {Promise.<google.cloud.channel.v1.ChannelPartnerRepricingConfig>}
Calls CreateChannelPartnerRepricingConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ICreateChannelPartnerRepricingConfigRequest |
CreateChannelPartnerRepricingConfigRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ChannelPartnerRepricingConfig> |
Promise |
createCustomer(request, callback) → {undefined}
Calls CreateCustomer.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ICreateCustomerRequest |
CreateCustomerRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.CreateCustomerCallback |
Node-style callback called with the error, if any, and Customer |
Returns:
Type | Description |
---|---|
undefined |
createCustomer(request) → {Promise.<google.cloud.channel.v1.Customer>}
Calls CreateCustomer.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ICreateCustomerRequest |
CreateCustomerRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.Customer> |
Promise |
createCustomerRepricingConfig(request, callback) → {undefined}
Calls CreateCustomerRepricingConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ICreateCustomerRepricingConfigRequest |
CreateCustomerRepricingConfigRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.CreateCustomerRepricingConfigCallback |
Node-style callback called with the error, if any, and CustomerRepricingConfig |
Returns:
Type | Description |
---|---|
undefined |
createCustomerRepricingConfig(request) → {Promise.<google.cloud.channel.v1.CustomerRepricingConfig>}
Calls CreateCustomerRepricingConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ICreateCustomerRepricingConfigRequest |
CreateCustomerRepricingConfigRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.CustomerRepricingConfig> |
Promise |
createEntitlement(request, callback) → {undefined}
Calls CreateEntitlement.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ICreateEntitlementRequest |
CreateEntitlementRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.CreateEntitlementCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
createEntitlement(request) → {Promise.<google.longrunning.Operation>}
Calls CreateEntitlement.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ICreateEntitlementRequest |
CreateEntitlementRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
deleteChannelPartnerRepricingConfig(request, callback) → {undefined}
Calls DeleteChannelPartnerRepricingConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IDeleteChannelPartnerRepricingConfigRequest |
DeleteChannelPartnerRepricingConfigRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.DeleteChannelPartnerRepricingConfigCallback |
Node-style callback called with the error, if any, and Empty |
Returns:
Type | Description |
---|---|
undefined |
deleteChannelPartnerRepricingConfig(request) → {Promise.<google.protobuf.Empty>}
Calls DeleteChannelPartnerRepricingConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IDeleteChannelPartnerRepricingConfigRequest |
DeleteChannelPartnerRepricingConfigRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.protobuf.Empty> |
Promise |
deleteCustomer(request, callback) → {undefined}
Calls DeleteCustomer.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IDeleteCustomerRequest |
DeleteCustomerRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.DeleteCustomerCallback |
Node-style callback called with the error, if any, and Empty |
Returns:
Type | Description |
---|---|
undefined |
deleteCustomer(request) → {Promise.<google.protobuf.Empty>}
Calls DeleteCustomer.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IDeleteCustomerRequest |
DeleteCustomerRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.protobuf.Empty> |
Promise |
deleteCustomerRepricingConfig(request, callback) → {undefined}
Calls DeleteCustomerRepricingConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IDeleteCustomerRepricingConfigRequest |
DeleteCustomerRepricingConfigRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.DeleteCustomerRepricingConfigCallback |
Node-style callback called with the error, if any, and Empty |
Returns:
Type | Description |
---|---|
undefined |
deleteCustomerRepricingConfig(request) → {Promise.<google.protobuf.Empty>}
Calls DeleteCustomerRepricingConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IDeleteCustomerRepricingConfigRequest |
DeleteCustomerRepricingConfigRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.protobuf.Empty> |
Promise |
getChannelPartnerLink(request, callback) → {undefined}
Calls GetChannelPartnerLink.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IGetChannelPartnerLinkRequest |
GetChannelPartnerLinkRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.GetChannelPartnerLinkCallback |
Node-style callback called with the error, if any, and ChannelPartnerLink |
Returns:
Type | Description |
---|---|
undefined |
getChannelPartnerLink(request) → {Promise.<google.cloud.channel.v1.ChannelPartnerLink>}
Calls GetChannelPartnerLink.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IGetChannelPartnerLinkRequest |
GetChannelPartnerLinkRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ChannelPartnerLink> |
Promise |
getChannelPartnerRepricingConfig(request, callback) → {undefined}
Calls GetChannelPartnerRepricingConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IGetChannelPartnerRepricingConfigRequest |
GetChannelPartnerRepricingConfigRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.GetChannelPartnerRepricingConfigCallback |
Node-style callback called with the error, if any, and ChannelPartnerRepricingConfig |
Returns:
Type | Description |
---|---|
undefined |
getChannelPartnerRepricingConfig(request) → {Promise.<google.cloud.channel.v1.ChannelPartnerRepricingConfig>}
Calls GetChannelPartnerRepricingConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IGetChannelPartnerRepricingConfigRequest |
GetChannelPartnerRepricingConfigRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ChannelPartnerRepricingConfig> |
Promise |
getCustomer(request, callback) → {undefined}
Calls GetCustomer.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IGetCustomerRequest |
GetCustomerRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.GetCustomerCallback |
Node-style callback called with the error, if any, and Customer |
Returns:
Type | Description |
---|---|
undefined |
getCustomer(request) → {Promise.<google.cloud.channel.v1.Customer>}
Calls GetCustomer.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IGetCustomerRequest |
GetCustomerRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.Customer> |
Promise |
getCustomerRepricingConfig(request, callback) → {undefined}
Calls GetCustomerRepricingConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IGetCustomerRepricingConfigRequest |
GetCustomerRepricingConfigRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.GetCustomerRepricingConfigCallback |
Node-style callback called with the error, if any, and CustomerRepricingConfig |
Returns:
Type | Description |
---|---|
undefined |
getCustomerRepricingConfig(request) → {Promise.<google.cloud.channel.v1.CustomerRepricingConfig>}
Calls GetCustomerRepricingConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IGetCustomerRepricingConfigRequest |
GetCustomerRepricingConfigRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.CustomerRepricingConfig> |
Promise |
getEntitlement(request, callback) → {undefined}
Calls GetEntitlement.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IGetEntitlementRequest |
GetEntitlementRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.GetEntitlementCallback |
Node-style callback called with the error, if any, and Entitlement |
Returns:
Type | Description |
---|---|
undefined |
getEntitlement(request) → {Promise.<google.cloud.channel.v1.Entitlement>}
Calls GetEntitlement.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IGetEntitlementRequest |
GetEntitlementRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.Entitlement> |
Promise |
importCustomer(request, callback) → {undefined}
Calls ImportCustomer.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IImportCustomerRequest |
ImportCustomerRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ImportCustomerCallback |
Node-style callback called with the error, if any, and Customer |
Returns:
Type | Description |
---|---|
undefined |
importCustomer(request) → {Promise.<google.cloud.channel.v1.Customer>}
Calls ImportCustomer.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IImportCustomerRequest |
ImportCustomerRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.Customer> |
Promise |
listChannelPartnerLinks(request, callback) → {undefined}
Calls ListChannelPartnerLinks.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListChannelPartnerLinksRequest |
ListChannelPartnerLinksRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ListChannelPartnerLinksCallback |
Node-style callback called with the error, if any, and ListChannelPartnerLinksResponse |
Returns:
Type | Description |
---|---|
undefined |
listChannelPartnerLinks(request) → {Promise.<google.cloud.channel.v1.ListChannelPartnerLinksResponse>}
Calls ListChannelPartnerLinks.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListChannelPartnerLinksRequest |
ListChannelPartnerLinksRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ListChannelPartnerLinksResponse> |
Promise |
listChannelPartnerRepricingConfigs(request, callback) → {undefined}
Calls ListChannelPartnerRepricingConfigs.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListChannelPartnerRepricingConfigsRequest |
ListChannelPartnerRepricingConfigsRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ListChannelPartnerRepricingConfigsCallback |
Node-style callback called with the error, if any, and ListChannelPartnerRepricingConfigsResponse |
Returns:
Type | Description |
---|---|
undefined |
listChannelPartnerRepricingConfigs(request) → {Promise.<google.cloud.channel.v1.ListChannelPartnerRepricingConfigsResponse>}
Calls ListChannelPartnerRepricingConfigs.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListChannelPartnerRepricingConfigsRequest |
ListChannelPartnerRepricingConfigsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ListChannelPartnerRepricingConfigsResponse> |
Promise |
listCustomerRepricingConfigs(request, callback) → {undefined}
Calls ListCustomerRepricingConfigs.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListCustomerRepricingConfigsRequest |
ListCustomerRepricingConfigsRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ListCustomerRepricingConfigsCallback |
Node-style callback called with the error, if any, and ListCustomerRepricingConfigsResponse |
Returns:
Type | Description |
---|---|
undefined |
listCustomerRepricingConfigs(request) → {Promise.<google.cloud.channel.v1.ListCustomerRepricingConfigsResponse>}
Calls ListCustomerRepricingConfigs.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListCustomerRepricingConfigsRequest |
ListCustomerRepricingConfigsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ListCustomerRepricingConfigsResponse> |
Promise |
listCustomers(request, callback) → {undefined}
Calls ListCustomers.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListCustomersRequest |
ListCustomersRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ListCustomersCallback |
Node-style callback called with the error, if any, and ListCustomersResponse |
Returns:
Type | Description |
---|---|
undefined |
listCustomers(request) → {Promise.<google.cloud.channel.v1.ListCustomersResponse>}
Calls ListCustomers.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListCustomersRequest |
ListCustomersRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ListCustomersResponse> |
Promise |
listEntitlementChanges(request, callback) → {undefined}
Calls ListEntitlementChanges.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListEntitlementChangesRequest |
ListEntitlementChangesRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ListEntitlementChangesCallback |
Node-style callback called with the error, if any, and ListEntitlementChangesResponse |
Returns:
Type | Description |
---|---|
undefined |
listEntitlementChanges(request) → {Promise.<google.cloud.channel.v1.ListEntitlementChangesResponse>}
Calls ListEntitlementChanges.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListEntitlementChangesRequest |
ListEntitlementChangesRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ListEntitlementChangesResponse> |
Promise |
listEntitlements(request, callback) → {undefined}
Calls ListEntitlements.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListEntitlementsRequest |
ListEntitlementsRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ListEntitlementsCallback |
Node-style callback called with the error, if any, and ListEntitlementsResponse |
Returns:
Type | Description |
---|---|
undefined |
listEntitlements(request) → {Promise.<google.cloud.channel.v1.ListEntitlementsResponse>}
Calls ListEntitlements.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListEntitlementsRequest |
ListEntitlementsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ListEntitlementsResponse> |
Promise |
listOffers(request, callback) → {undefined}
Calls ListOffers.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListOffersRequest |
ListOffersRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ListOffersCallback |
Node-style callback called with the error, if any, and ListOffersResponse |
Returns:
Type | Description |
---|---|
undefined |
listOffers(request) → {Promise.<google.cloud.channel.v1.ListOffersResponse>}
Calls ListOffers.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListOffersRequest |
ListOffersRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ListOffersResponse> |
Promise |
listProducts(request, callback) → {undefined}
Calls ListProducts.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListProductsRequest |
ListProductsRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ListProductsCallback |
Node-style callback called with the error, if any, and ListProductsResponse |
Returns:
Type | Description |
---|---|
undefined |
listProducts(request) → {Promise.<google.cloud.channel.v1.ListProductsResponse>}
Calls ListProducts.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListProductsRequest |
ListProductsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ListProductsResponse> |
Promise |
listPurchasableOffers(request, callback) → {undefined}
Calls ListPurchasableOffers.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListPurchasableOffersRequest |
ListPurchasableOffersRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ListPurchasableOffersCallback |
Node-style callback called with the error, if any, and ListPurchasableOffersResponse |
Returns:
Type | Description |
---|---|
undefined |
listPurchasableOffers(request) → {Promise.<google.cloud.channel.v1.ListPurchasableOffersResponse>}
Calls ListPurchasableOffers.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListPurchasableOffersRequest |
ListPurchasableOffersRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ListPurchasableOffersResponse> |
Promise |
listPurchasableSkus(request, callback) → {undefined}
Calls ListPurchasableSkus.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListPurchasableSkusRequest |
ListPurchasableSkusRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ListPurchasableSkusCallback |
Node-style callback called with the error, if any, and ListPurchasableSkusResponse |
Returns:
Type | Description |
---|---|
undefined |
listPurchasableSkus(request) → {Promise.<google.cloud.channel.v1.ListPurchasableSkusResponse>}
Calls ListPurchasableSkus.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListPurchasableSkusRequest |
ListPurchasableSkusRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ListPurchasableSkusResponse> |
Promise |
listSkuGroupBillableSkus(request, callback) → {undefined}
Calls ListSkuGroupBillableSkus.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListSkuGroupBillableSkusRequest |
ListSkuGroupBillableSkusRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ListSkuGroupBillableSkusCallback |
Node-style callback called with the error, if any, and ListSkuGroupBillableSkusResponse |
Returns:
Type | Description |
---|---|
undefined |
listSkuGroupBillableSkus(request) → {Promise.<google.cloud.channel.v1.ListSkuGroupBillableSkusResponse>}
Calls ListSkuGroupBillableSkus.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListSkuGroupBillableSkusRequest |
ListSkuGroupBillableSkusRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ListSkuGroupBillableSkusResponse> |
Promise |
listSkuGroups(request, callback) → {undefined}
Calls ListSkuGroups.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListSkuGroupsRequest |
ListSkuGroupsRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ListSkuGroupsCallback |
Node-style callback called with the error, if any, and ListSkuGroupsResponse |
Returns:
Type | Description |
---|---|
undefined |
listSkuGroups(request) → {Promise.<google.cloud.channel.v1.ListSkuGroupsResponse>}
Calls ListSkuGroups.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListSkuGroupsRequest |
ListSkuGroupsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ListSkuGroupsResponse> |
Promise |
listSkus(request, callback) → {undefined}
Calls ListSkus.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListSkusRequest |
ListSkusRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ListSkusCallback |
Node-style callback called with the error, if any, and ListSkusResponse |
Returns:
Type | Description |
---|---|
undefined |
listSkus(request) → {Promise.<google.cloud.channel.v1.ListSkusResponse>}
Calls ListSkus.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListSkusRequest |
ListSkusRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ListSkusResponse> |
Promise |
listSubscribers(request, callback) → {undefined}
Calls ListSubscribers.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListSubscribersRequest |
ListSubscribersRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ListSubscribersCallback |
Node-style callback called with the error, if any, and ListSubscribersResponse |
Returns:
Type | Description |
---|---|
undefined |
listSubscribers(request) → {Promise.<google.cloud.channel.v1.ListSubscribersResponse>}
Calls ListSubscribers.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListSubscribersRequest |
ListSubscribersRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ListSubscribersResponse> |
Promise |
listTransferableOffers(request, callback) → {undefined}
Calls ListTransferableOffers.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListTransferableOffersRequest |
ListTransferableOffersRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ListTransferableOffersCallback |
Node-style callback called with the error, if any, and ListTransferableOffersResponse |
Returns:
Type | Description |
---|---|
undefined |
listTransferableOffers(request) → {Promise.<google.cloud.channel.v1.ListTransferableOffersResponse>}
Calls ListTransferableOffers.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListTransferableOffersRequest |
ListTransferableOffersRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ListTransferableOffersResponse> |
Promise |
listTransferableSkus(request, callback) → {undefined}
Calls ListTransferableSkus.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListTransferableSkusRequest |
ListTransferableSkusRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ListTransferableSkusCallback |
Node-style callback called with the error, if any, and ListTransferableSkusResponse |
Returns:
Type | Description |
---|---|
undefined |
listTransferableSkus(request) → {Promise.<google.cloud.channel.v1.ListTransferableSkusResponse>}
Calls ListTransferableSkus.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IListTransferableSkusRequest |
ListTransferableSkusRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ListTransferableSkusResponse> |
Promise |
lookupOffer(request, callback) → {undefined}
Calls LookupOffer.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ILookupOfferRequest |
LookupOfferRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.LookupOfferCallback |
Node-style callback called with the error, if any, and Offer |
Returns:
Type | Description |
---|---|
undefined |
lookupOffer(request) → {Promise.<google.cloud.channel.v1.Offer>}
Calls LookupOffer.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ILookupOfferRequest |
LookupOfferRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.Offer> |
Promise |
provisionCloudIdentity(request, callback) → {undefined}
Calls ProvisionCloudIdentity.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IProvisionCloudIdentityRequest |
ProvisionCloudIdentityRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.ProvisionCloudIdentityCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
provisionCloudIdentity(request) → {Promise.<google.longrunning.Operation>}
Calls ProvisionCloudIdentity.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IProvisionCloudIdentityRequest |
ProvisionCloudIdentityRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
queryEligibleBillingAccounts(request, callback) → {undefined}
Calls QueryEligibleBillingAccounts.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IQueryEligibleBillingAccountsRequest |
QueryEligibleBillingAccountsRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.QueryEligibleBillingAccountsCallback |
Node-style callback called with the error, if any, and QueryEligibleBillingAccountsResponse |
Returns:
Type | Description |
---|---|
undefined |
queryEligibleBillingAccounts(request) → {Promise.<google.cloud.channel.v1.QueryEligibleBillingAccountsResponse>}
Calls QueryEligibleBillingAccounts.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IQueryEligibleBillingAccountsRequest |
QueryEligibleBillingAccountsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.QueryEligibleBillingAccountsResponse> |
Promise |
registerSubscriber(request, callback) → {undefined}
Calls RegisterSubscriber.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IRegisterSubscriberRequest |
RegisterSubscriberRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.RegisterSubscriberCallback |
Node-style callback called with the error, if any, and RegisterSubscriberResponse |
Returns:
Type | Description |
---|---|
undefined |
registerSubscriber(request) → {Promise.<google.cloud.channel.v1.RegisterSubscriberResponse>}
Calls RegisterSubscriber.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IRegisterSubscriberRequest |
RegisterSubscriberRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.RegisterSubscriberResponse> |
Promise |
startPaidService(request, callback) → {undefined}
Calls StartPaidService.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IStartPaidServiceRequest |
StartPaidServiceRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.StartPaidServiceCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
startPaidService(request) → {Promise.<google.longrunning.Operation>}
Calls StartPaidService.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IStartPaidServiceRequest |
StartPaidServiceRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
suspendEntitlement(request, callback) → {undefined}
Calls SuspendEntitlement.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ISuspendEntitlementRequest |
SuspendEntitlementRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.SuspendEntitlementCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
suspendEntitlement(request) → {Promise.<google.longrunning.Operation>}
Calls SuspendEntitlement.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ISuspendEntitlementRequest |
SuspendEntitlementRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
transferEntitlements(request, callback) → {undefined}
Calls TransferEntitlements.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ITransferEntitlementsRequest |
TransferEntitlementsRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.TransferEntitlementsCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
transferEntitlements(request) → {Promise.<google.longrunning.Operation>}
Calls TransferEntitlements.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ITransferEntitlementsRequest |
TransferEntitlementsRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
transferEntitlementsToGoogle(request, callback) → {undefined}
Calls TransferEntitlementsToGoogle.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ITransferEntitlementsToGoogleRequest |
TransferEntitlementsToGoogleRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.TransferEntitlementsToGoogleCallback |
Node-style callback called with the error, if any, and Operation |
Returns:
Type | Description |
---|---|
undefined |
transferEntitlementsToGoogle(request) → {Promise.<google.longrunning.Operation>}
Calls TransferEntitlementsToGoogle.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.ITransferEntitlementsToGoogleRequest |
TransferEntitlementsToGoogleRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.longrunning.Operation> |
Promise |
unregisterSubscriber(request, callback) → {undefined}
Calls UnregisterSubscriber.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IUnregisterSubscriberRequest |
UnregisterSubscriberRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.UnregisterSubscriberCallback |
Node-style callback called with the error, if any, and UnregisterSubscriberResponse |
Returns:
Type | Description |
---|---|
undefined |
unregisterSubscriber(request) → {Promise.<google.cloud.channel.v1.UnregisterSubscriberResponse>}
Calls UnregisterSubscriber.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IUnregisterSubscriberRequest |
UnregisterSubscriberRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.UnregisterSubscriberResponse> |
Promise |
updateChannelPartnerLink(request, callback) → {undefined}
Calls UpdateChannelPartnerLink.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IUpdateChannelPartnerLinkRequest |
UpdateChannelPartnerLinkRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.UpdateChannelPartnerLinkCallback |
Node-style callback called with the error, if any, and ChannelPartnerLink |
Returns:
Type | Description |
---|---|
undefined |
updateChannelPartnerLink(request) → {Promise.<google.cloud.channel.v1.ChannelPartnerLink>}
Calls UpdateChannelPartnerLink.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IUpdateChannelPartnerLinkRequest |
UpdateChannelPartnerLinkRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ChannelPartnerLink> |
Promise |
updateChannelPartnerRepricingConfig(request, callback) → {undefined}
Calls UpdateChannelPartnerRepricingConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IUpdateChannelPartnerRepricingConfigRequest |
UpdateChannelPartnerRepricingConfigRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.UpdateChannelPartnerRepricingConfigCallback |
Node-style callback called with the error, if any, and ChannelPartnerRepricingConfig |
Returns:
Type | Description |
---|---|
undefined |
updateChannelPartnerRepricingConfig(request) → {Promise.<google.cloud.channel.v1.ChannelPartnerRepricingConfig>}
Calls UpdateChannelPartnerRepricingConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IUpdateChannelPartnerRepricingConfigRequest |
UpdateChannelPartnerRepricingConfigRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.ChannelPartnerRepricingConfig> |
Promise |
updateCustomer(request, callback) → {undefined}
Calls UpdateCustomer.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IUpdateCustomerRequest |
UpdateCustomerRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.UpdateCustomerCallback |
Node-style callback called with the error, if any, and Customer |
Returns:
Type | Description |
---|---|
undefined |
updateCustomer(request) → {Promise.<google.cloud.channel.v1.Customer>}
Calls UpdateCustomer.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IUpdateCustomerRequest |
UpdateCustomerRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.Customer> |
Promise |
updateCustomerRepricingConfig(request, callback) → {undefined}
Calls UpdateCustomerRepricingConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IUpdateCustomerRepricingConfigRequest |
UpdateCustomerRepricingConfigRequest message or plain object |
callback |
google.cloud.channel.v1.CloudChannelService.UpdateCustomerRepricingConfigCallback |
Node-style callback called with the error, if any, and CustomerRepricingConfig |
Returns:
Type | Description |
---|---|
undefined |
updateCustomerRepricingConfig(request) → {Promise.<google.cloud.channel.v1.CustomerRepricingConfig>}
Calls UpdateCustomerRepricingConfig.
Parameters:
Name | Type | Description |
---|---|---|
request |
google.cloud.channel.v1.IUpdateCustomerRepricingConfigRequest |
UpdateCustomerRepricingConfigRequest message or plain object |
Returns:
Type | Description |
---|---|
Promise.<google.cloud.channel.v1.CustomerRepricingConfig> |
Promise |
(static) create(rpcImpl, requestDelimitedopt, responseDelimitedopt) → {CloudChannelService}
Creates new CloudChannelService service using the specified rpc implementation.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
rpcImpl |
$protobuf.RPCImpl |
RPC implementation |
||
requestDelimited |
boolean |
<optional> |
false |
Whether requests are length-delimited |
responseDelimited |
boolean |
<optional> |
false |
Whether responses are length-delimited |
Returns:
Type | Description |
---|---|
CloudChannelService |
RPC service. Useful where requests and/or responses are streamed. |
Type Definitions
ActivateEntitlementCallback(error, responseopt)
Callback as used by activateEntitlement.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
CancelEntitlementCallback(error, responseopt)
Callback as used by cancelEntitlement.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
ChangeOfferCallback(error, responseopt)
Callback as used by changeOffer.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
ChangeParametersCallback(error, responseopt)
Callback as used by changeParameters.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
ChangeRenewalSettingsCallback(error, responseopt)
Callback as used by changeRenewalSettings.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
CheckCloudIdentityAccountsExistCallback(error, responseopt)
Callback as used by checkCloudIdentityAccountsExist.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.CheckCloudIdentityAccountsExistResponse |
<optional> |
CheckCloudIdentityAccountsExistResponse |
CreateChannelPartnerLinkCallback(error, responseopt)
Callback as used by createChannelPartnerLink.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ChannelPartnerLink |
<optional> |
ChannelPartnerLink |
CreateChannelPartnerRepricingConfigCallback(error, responseopt)
Callback as used by createChannelPartnerRepricingConfig.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ChannelPartnerRepricingConfig |
<optional> |
ChannelPartnerRepricingConfig |
CreateCustomerCallback(error, responseopt)
Callback as used by createCustomer.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.Customer |
<optional> |
Customer |
CreateCustomerRepricingConfigCallback(error, responseopt)
Callback as used by createCustomerRepricingConfig.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.CustomerRepricingConfig |
<optional> |
CustomerRepricingConfig |
CreateEntitlementCallback(error, responseopt)
Callback as used by createEntitlement.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
DeleteChannelPartnerRepricingConfigCallback(error, responseopt)
Callback as used by deleteChannelPartnerRepricingConfig.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.protobuf.Empty |
<optional> |
Empty |
DeleteCustomerCallback(error, responseopt)
Callback as used by deleteCustomer.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.protobuf.Empty |
<optional> |
Empty |
DeleteCustomerRepricingConfigCallback(error, responseopt)
Callback as used by deleteCustomerRepricingConfig.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.protobuf.Empty |
<optional> |
Empty |
GetChannelPartnerLinkCallback(error, responseopt)
Callback as used by getChannelPartnerLink.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ChannelPartnerLink |
<optional> |
ChannelPartnerLink |
GetChannelPartnerRepricingConfigCallback(error, responseopt)
Callback as used by getChannelPartnerRepricingConfig.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ChannelPartnerRepricingConfig |
<optional> |
ChannelPartnerRepricingConfig |
GetCustomerCallback(error, responseopt)
Callback as used by getCustomer.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.Customer |
<optional> |
Customer |
GetCustomerRepricingConfigCallback(error, responseopt)
Callback as used by getCustomerRepricingConfig.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.CustomerRepricingConfig |
<optional> |
CustomerRepricingConfig |
GetEntitlementCallback(error, responseopt)
Callback as used by getEntitlement.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.Entitlement |
<optional> |
Entitlement |
ImportCustomerCallback(error, responseopt)
Callback as used by importCustomer.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.Customer |
<optional> |
Customer |
ListChannelPartnerLinksCallback(error, responseopt)
Callback as used by listChannelPartnerLinks.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ListChannelPartnerLinksResponse |
<optional> |
ListChannelPartnerLinksResponse |
ListChannelPartnerRepricingConfigsCallback(error, responseopt)
Callback as used by listChannelPartnerRepricingConfigs.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ListChannelPartnerRepricingConfigsResponse |
<optional> |
ListChannelPartnerRepricingConfigsResponse |
ListCustomerRepricingConfigsCallback(error, responseopt)
Callback as used by listCustomerRepricingConfigs.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ListCustomerRepricingConfigsResponse |
<optional> |
ListCustomerRepricingConfigsResponse |
ListCustomersCallback(error, responseopt)
Callback as used by listCustomers.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ListCustomersResponse |
<optional> |
ListCustomersResponse |
ListEntitlementChangesCallback(error, responseopt)
Callback as used by listEntitlementChanges.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ListEntitlementChangesResponse |
<optional> |
ListEntitlementChangesResponse |
ListEntitlementsCallback(error, responseopt)
Callback as used by listEntitlements.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ListEntitlementsResponse |
<optional> |
ListEntitlementsResponse |
ListOffersCallback(error, responseopt)
Callback as used by listOffers.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ListOffersResponse |
<optional> |
ListOffersResponse |
ListProductsCallback(error, responseopt)
Callback as used by listProducts.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ListProductsResponse |
<optional> |
ListProductsResponse |
ListPurchasableOffersCallback(error, responseopt)
Callback as used by listPurchasableOffers.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ListPurchasableOffersResponse |
<optional> |
ListPurchasableOffersResponse |
ListPurchasableSkusCallback(error, responseopt)
Callback as used by listPurchasableSkus.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ListPurchasableSkusResponse |
<optional> |
ListPurchasableSkusResponse |
ListSkuGroupBillableSkusCallback(error, responseopt)
Callback as used by listSkuGroupBillableSkus.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ListSkuGroupBillableSkusResponse |
<optional> |
ListSkuGroupBillableSkusResponse |
ListSkuGroupsCallback(error, responseopt)
Callback as used by listSkuGroups.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ListSkuGroupsResponse |
<optional> |
ListSkuGroupsResponse |
ListSkusCallback(error, responseopt)
Callback as used by listSkus.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ListSkusResponse |
<optional> |
ListSkusResponse |
ListSubscribersCallback(error, responseopt)
Callback as used by listSubscribers.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ListSubscribersResponse |
<optional> |
ListSubscribersResponse |
ListTransferableOffersCallback(error, responseopt)
Callback as used by listTransferableOffers.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ListTransferableOffersResponse |
<optional> |
ListTransferableOffersResponse |
ListTransferableSkusCallback(error, responseopt)
Callback as used by listTransferableSkus.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ListTransferableSkusResponse |
<optional> |
ListTransferableSkusResponse |
LookupOfferCallback(error, responseopt)
Callback as used by lookupOffer.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.Offer |
<optional> |
Offer |
ProvisionCloudIdentityCallback(error, responseopt)
Callback as used by provisionCloudIdentity.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
QueryEligibleBillingAccountsCallback(error, responseopt)
Callback as used by queryEligibleBillingAccounts.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.QueryEligibleBillingAccountsResponse |
<optional> |
QueryEligibleBillingAccountsResponse |
RegisterSubscriberCallback(error, responseopt)
Callback as used by registerSubscriber.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.RegisterSubscriberResponse |
<optional> |
RegisterSubscriberResponse |
StartPaidServiceCallback(error, responseopt)
Callback as used by startPaidService.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
SuspendEntitlementCallback(error, responseopt)
Callback as used by suspendEntitlement.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
TransferEntitlementsCallback(error, responseopt)
Callback as used by transferEntitlements.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
TransferEntitlementsToGoogleCallback(error, responseopt)
Callback as used by transferEntitlementsToGoogle.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.longrunning.Operation |
<optional> |
Operation |
UnregisterSubscriberCallback(error, responseopt)
Callback as used by unregisterSubscriber.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.UnregisterSubscriberResponse |
<optional> |
UnregisterSubscriberResponse |
UpdateChannelPartnerLinkCallback(error, responseopt)
Callback as used by updateChannelPartnerLink.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ChannelPartnerLink |
<optional> |
ChannelPartnerLink |
UpdateChannelPartnerRepricingConfigCallback(error, responseopt)
Callback as used by updateChannelPartnerRepricingConfig.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.ChannelPartnerRepricingConfig |
<optional> |
ChannelPartnerRepricingConfig |
UpdateCustomerCallback(error, responseopt)
Callback as used by updateCustomer.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.Customer |
<optional> |
Customer |
UpdateCustomerRepricingConfigCallback(error, responseopt)
Callback as used by updateCustomerRepricingConfig.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.cloud.channel.v1.CustomerRepricingConfig |
<optional> |
CustomerRepricingConfig |