Represents a CloudChannelService
Inheritance
$protobuf.rpc.Service > protos.google.cloud.channel.v1.CloudChannelServicePackage
@google-cloud/channel!Constructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new CloudChannelService service.
Type | Name | Description |
---|---|---|
$protobuf.RPCImpl | rpcImpl |
RPC implementation |
boolean | requestDelimited |
Whether requests are length-delimited |
boolean | responseDelimited |
Whether responses are length-delimited |
Methods
activateEntitlement(request, callback)
public activateEntitlement(request: google.cloud.channel.v1.IActivateEntitlementRequest, callback: google.cloud.channel.v1.CloudChannelService.ActivateEntitlementCallback): void;
Calls ActivateEntitlement.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IActivateEntitlementRequest | request |
ActivateEntitlementRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.ActivateEntitlementCallback | callback |
Node-style callback called with the error, if any, and Operation |
Type | Description |
---|---|
void |
activateEntitlement(request)
public activateEntitlement(request: google.cloud.channel.v1.IActivateEntitlementRequest): Promise<google.longrunning.Operation>;
Calls ActivateEntitlement.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IActivateEntitlementRequest | request |
ActivateEntitlementRequest message or plain object |
Type | Description |
---|---|
Promise<google.longrunning.Operation> | Promise |
cancelEntitlement(request, callback)
public cancelEntitlement(request: google.cloud.channel.v1.ICancelEntitlementRequest, callback: google.cloud.channel.v1.CloudChannelService.CancelEntitlementCallback): void;
Calls CancelEntitlement.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ICancelEntitlementRequest | request |
CancelEntitlementRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.CancelEntitlementCallback | callback |
Node-style callback called with the error, if any, and Operation |
Type | Description |
---|---|
void |
cancelEntitlement(request)
public cancelEntitlement(request: google.cloud.channel.v1.ICancelEntitlementRequest): Promise<google.longrunning.Operation>;
Calls CancelEntitlement.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ICancelEntitlementRequest | request |
CancelEntitlementRequest message or plain object |
Type | Description |
---|---|
Promise<google.longrunning.Operation> | Promise |
changeOffer(request, callback)
public changeOffer(request: google.cloud.channel.v1.IChangeOfferRequest, callback: google.cloud.channel.v1.CloudChannelService.ChangeOfferCallback): void;
Calls ChangeOffer.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IChangeOfferRequest | request |
ChangeOfferRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.ChangeOfferCallback | callback |
Node-style callback called with the error, if any, and Operation |
Type | Description |
---|---|
void |
changeOffer(request)
public changeOffer(request: google.cloud.channel.v1.IChangeOfferRequest): Promise<google.longrunning.Operation>;
Calls ChangeOffer.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IChangeOfferRequest | request |
ChangeOfferRequest message or plain object |
Type | Description |
---|---|
Promise<google.longrunning.Operation> | Promise |
changeParameters(request, callback)
public changeParameters(request: google.cloud.channel.v1.IChangeParametersRequest, callback: google.cloud.channel.v1.CloudChannelService.ChangeParametersCallback): void;
Calls ChangeParameters.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IChangeParametersRequest | request |
ChangeParametersRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.ChangeParametersCallback | callback |
Node-style callback called with the error, if any, and Operation |
Type | Description |
---|---|
void |
changeParameters(request)
public changeParameters(request: google.cloud.channel.v1.IChangeParametersRequest): Promise<google.longrunning.Operation>;
Calls ChangeParameters.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IChangeParametersRequest | request |
ChangeParametersRequest message or plain object |
Type | Description |
---|---|
Promise<google.longrunning.Operation> | Promise |
changeRenewalSettings(request, callback)
public changeRenewalSettings(request: google.cloud.channel.v1.IChangeRenewalSettingsRequest, callback: google.cloud.channel.v1.CloudChannelService.ChangeRenewalSettingsCallback): void;
Calls ChangeRenewalSettings.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IChangeRenewalSettingsRequest | request |
ChangeRenewalSettingsRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.ChangeRenewalSettingsCallback | callback |
Node-style callback called with the error, if any, and Operation |
Type | Description |
---|---|
void |
changeRenewalSettings(request)
public changeRenewalSettings(request: google.cloud.channel.v1.IChangeRenewalSettingsRequest): Promise<google.longrunning.Operation>;
Calls ChangeRenewalSettings.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IChangeRenewalSettingsRequest | request |
ChangeRenewalSettingsRequest message or plain object |
Type | Description |
---|---|
Promise<google.longrunning.Operation> | Promise |
checkCloudIdentityAccountsExist(request, callback)
public checkCloudIdentityAccountsExist(request: google.cloud.channel.v1.ICheckCloudIdentityAccountsExistRequest, callback: google.cloud.channel.v1.CloudChannelService.CheckCloudIdentityAccountsExistCallback): void;
Calls CheckCloudIdentityAccountsExist.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ICheckCloudIdentityAccountsExistRequest | request |
CheckCloudIdentityAccountsExistRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.CheckCloudIdentityAccountsExistCallback | callback |
Node-style callback called with the error, if any, and CheckCloudIdentityAccountsExistResponse |
Type | Description |
---|---|
void |
checkCloudIdentityAccountsExist(request)
public checkCloudIdentityAccountsExist(request: google.cloud.channel.v1.ICheckCloudIdentityAccountsExistRequest): Promise<google.cloud.channel.v1.CheckCloudIdentityAccountsExistResponse>;
Calls CheckCloudIdentityAccountsExist.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ICheckCloudIdentityAccountsExistRequest | request |
CheckCloudIdentityAccountsExistRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.CheckCloudIdentityAccountsExistResponse> | Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): CloudChannelService;
Creates new CloudChannelService service using the specified rpc implementation.
Type | Name | Description |
---|---|---|
$protobuf.RPCImpl | rpcImpl |
RPC implementation |
boolean | requestDelimited |
Whether requests are length-delimited |
boolean | responseDelimited |
Whether responses are length-delimited |
Type | Description |
---|---|
CloudChannelService | RPC service. Useful where requests and/or responses are streamed. |
createChannelPartnerLink(request, callback)
public createChannelPartnerLink(request: google.cloud.channel.v1.ICreateChannelPartnerLinkRequest, callback: google.cloud.channel.v1.CloudChannelService.CreateChannelPartnerLinkCallback): void;
Calls CreateChannelPartnerLink.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ICreateChannelPartnerLinkRequest | request |
CreateChannelPartnerLinkRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.CreateChannelPartnerLinkCallback | callback |
Node-style callback called with the error, if any, and ChannelPartnerLink |
Type | Description |
---|---|
void |
createChannelPartnerLink(request)
public createChannelPartnerLink(request: google.cloud.channel.v1.ICreateChannelPartnerLinkRequest): Promise<google.cloud.channel.v1.ChannelPartnerLink>;
Calls CreateChannelPartnerLink.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ICreateChannelPartnerLinkRequest | request |
CreateChannelPartnerLinkRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.ChannelPartnerLink> | Promise |
createCustomer(request, callback)
public createCustomer(request: google.cloud.channel.v1.ICreateCustomerRequest, callback: google.cloud.channel.v1.CloudChannelService.CreateCustomerCallback): void;
Calls CreateCustomer.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ICreateCustomerRequest | request |
CreateCustomerRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.CreateCustomerCallback | callback |
Node-style callback called with the error, if any, and Customer |
Type | Description |
---|---|
void |
createCustomer(request)
public createCustomer(request: google.cloud.channel.v1.ICreateCustomerRequest): Promise<google.cloud.channel.v1.Customer>;
Calls CreateCustomer.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ICreateCustomerRequest | request |
CreateCustomerRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.Customer> | Promise |
createEntitlement(request, callback)
public createEntitlement(request: google.cloud.channel.v1.ICreateEntitlementRequest, callback: google.cloud.channel.v1.CloudChannelService.CreateEntitlementCallback): void;
Calls CreateEntitlement.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ICreateEntitlementRequest | request |
CreateEntitlementRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.CreateEntitlementCallback | callback |
Node-style callback called with the error, if any, and Operation |
Type | Description |
---|---|
void |
createEntitlement(request)
public createEntitlement(request: google.cloud.channel.v1.ICreateEntitlementRequest): Promise<google.longrunning.Operation>;
Calls CreateEntitlement.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ICreateEntitlementRequest | request |
CreateEntitlementRequest message or plain object |
Type | Description |
---|---|
Promise<google.longrunning.Operation> | Promise |
deleteCustomer(request, callback)
public deleteCustomer(request: google.cloud.channel.v1.IDeleteCustomerRequest, callback: google.cloud.channel.v1.CloudChannelService.DeleteCustomerCallback): void;
Calls DeleteCustomer.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IDeleteCustomerRequest | request |
DeleteCustomerRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.DeleteCustomerCallback | callback |
Node-style callback called with the error, if any, and Empty |
Type | Description |
---|---|
void |
deleteCustomer(request)
public deleteCustomer(request: google.cloud.channel.v1.IDeleteCustomerRequest): Promise<google.protobuf.Empty>;
Calls DeleteCustomer.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IDeleteCustomerRequest | request |
DeleteCustomerRequest message or plain object |
Type | Description |
---|---|
Promise<google.protobuf.Empty> | Promise |
getChannelPartnerLink(request, callback)
public getChannelPartnerLink(request: google.cloud.channel.v1.IGetChannelPartnerLinkRequest, callback: google.cloud.channel.v1.CloudChannelService.GetChannelPartnerLinkCallback): void;
Calls GetChannelPartnerLink.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IGetChannelPartnerLinkRequest | request |
GetChannelPartnerLinkRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.GetChannelPartnerLinkCallback | callback |
Node-style callback called with the error, if any, and ChannelPartnerLink |
Type | Description |
---|---|
void |
getChannelPartnerLink(request)
public getChannelPartnerLink(request: google.cloud.channel.v1.IGetChannelPartnerLinkRequest): Promise<google.cloud.channel.v1.ChannelPartnerLink>;
Calls GetChannelPartnerLink.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IGetChannelPartnerLinkRequest | request |
GetChannelPartnerLinkRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.ChannelPartnerLink> | Promise |
getCustomer(request, callback)
public getCustomer(request: google.cloud.channel.v1.IGetCustomerRequest, callback: google.cloud.channel.v1.CloudChannelService.GetCustomerCallback): void;
Calls GetCustomer.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IGetCustomerRequest | request |
GetCustomerRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.GetCustomerCallback | callback |
Node-style callback called with the error, if any, and Customer |
Type | Description |
---|---|
void |
getCustomer(request)
public getCustomer(request: google.cloud.channel.v1.IGetCustomerRequest): Promise<google.cloud.channel.v1.Customer>;
Calls GetCustomer.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IGetCustomerRequest | request |
GetCustomerRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.Customer> | Promise |
getEntitlement(request, callback)
public getEntitlement(request: google.cloud.channel.v1.IGetEntitlementRequest, callback: google.cloud.channel.v1.CloudChannelService.GetEntitlementCallback): void;
Calls GetEntitlement.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IGetEntitlementRequest | request |
GetEntitlementRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.GetEntitlementCallback | callback |
Node-style callback called with the error, if any, and Entitlement |
Type | Description |
---|---|
void |
getEntitlement(request)
public getEntitlement(request: google.cloud.channel.v1.IGetEntitlementRequest): Promise<google.cloud.channel.v1.Entitlement>;
Calls GetEntitlement.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IGetEntitlementRequest | request |
GetEntitlementRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.Entitlement> | Promise |
importCustomer(request, callback)
public importCustomer(request: google.cloud.channel.v1.IImportCustomerRequest, callback: google.cloud.channel.v1.CloudChannelService.ImportCustomerCallback): void;
Calls ImportCustomer.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IImportCustomerRequest | request |
ImportCustomerRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.ImportCustomerCallback | callback |
Node-style callback called with the error, if any, and Customer |
Type | Description |
---|---|
void |
importCustomer(request)
public importCustomer(request: google.cloud.channel.v1.IImportCustomerRequest): Promise<google.cloud.channel.v1.Customer>;
Calls ImportCustomer.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IImportCustomerRequest | request |
ImportCustomerRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.Customer> | Promise |
listChannelPartnerLinks(request, callback)
public listChannelPartnerLinks(request: google.cloud.channel.v1.IListChannelPartnerLinksRequest, callback: google.cloud.channel.v1.CloudChannelService.ListChannelPartnerLinksCallback): void;
Calls ListChannelPartnerLinks.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListChannelPartnerLinksRequest | request |
ListChannelPartnerLinksRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.ListChannelPartnerLinksCallback | callback |
Node-style callback called with the error, if any, and ListChannelPartnerLinksResponse |
Type | Description |
---|---|
void |
listChannelPartnerLinks(request)
public listChannelPartnerLinks(request: google.cloud.channel.v1.IListChannelPartnerLinksRequest): Promise<google.cloud.channel.v1.ListChannelPartnerLinksResponse>;
Calls ListChannelPartnerLinks.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListChannelPartnerLinksRequest | request |
ListChannelPartnerLinksRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.ListChannelPartnerLinksResponse> | Promise |
listCustomers(request, callback)
public listCustomers(request: google.cloud.channel.v1.IListCustomersRequest, callback: google.cloud.channel.v1.CloudChannelService.ListCustomersCallback): void;
Calls ListCustomers.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListCustomersRequest | request |
ListCustomersRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.ListCustomersCallback | callback |
Node-style callback called with the error, if any, and ListCustomersResponse |
Type | Description |
---|---|
void |
listCustomers(request)
public listCustomers(request: google.cloud.channel.v1.IListCustomersRequest): Promise<google.cloud.channel.v1.ListCustomersResponse>;
Calls ListCustomers.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListCustomersRequest | request |
ListCustomersRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.ListCustomersResponse> | Promise |
listEntitlements(request, callback)
public listEntitlements(request: google.cloud.channel.v1.IListEntitlementsRequest, callback: google.cloud.channel.v1.CloudChannelService.ListEntitlementsCallback): void;
Calls ListEntitlements.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListEntitlementsRequest | request |
ListEntitlementsRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.ListEntitlementsCallback | callback |
Node-style callback called with the error, if any, and ListEntitlementsResponse |
Type | Description |
---|---|
void |
listEntitlements(request)
public listEntitlements(request: google.cloud.channel.v1.IListEntitlementsRequest): Promise<google.cloud.channel.v1.ListEntitlementsResponse>;
Calls ListEntitlements.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListEntitlementsRequest | request |
ListEntitlementsRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.ListEntitlementsResponse> | Promise |
listOffers(request, callback)
public listOffers(request: google.cloud.channel.v1.IListOffersRequest, callback: google.cloud.channel.v1.CloudChannelService.ListOffersCallback): void;
Calls ListOffers.
Type | Name | Description |
---|---|---|
IListOffersRequest | request |
ListOffersRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.ListOffersCallback | callback |
Node-style callback called with the error, if any, and ListOffersResponse |
Type | Description |
---|---|
void |
listOffers(request)
public listOffers(request: google.cloud.channel.v1.IListOffersRequest): Promise<google.cloud.channel.v1.ListOffersResponse>;
Calls ListOffers.
Type | Name | Description |
---|---|---|
IListOffersRequest | request |
ListOffersRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.ListOffersResponse> | Promise |
listProducts(request, callback)
public listProducts(request: google.cloud.channel.v1.IListProductsRequest, callback: google.cloud.channel.v1.CloudChannelService.ListProductsCallback): void;
Calls ListProducts.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListProductsRequest | request |
ListProductsRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.ListProductsCallback | callback |
Node-style callback called with the error, if any, and ListProductsResponse |
Type | Description |
---|---|
void |
listProducts(request)
public listProducts(request: google.cloud.channel.v1.IListProductsRequest): Promise<google.cloud.channel.v1.ListProductsResponse>;
Calls ListProducts.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListProductsRequest | request |
ListProductsRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.ListProductsResponse> | Promise |
listPurchasableOffers(request, callback)
public listPurchasableOffers(request: google.cloud.channel.v1.IListPurchasableOffersRequest, callback: google.cloud.channel.v1.CloudChannelService.ListPurchasableOffersCallback): void;
Calls ListPurchasableOffers.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListPurchasableOffersRequest | request |
ListPurchasableOffersRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.ListPurchasableOffersCallback | callback |
Node-style callback called with the error, if any, and ListPurchasableOffersResponse |
Type | Description |
---|---|
void |
listPurchasableOffers(request)
public listPurchasableOffers(request: google.cloud.channel.v1.IListPurchasableOffersRequest): Promise<google.cloud.channel.v1.ListPurchasableOffersResponse>;
Calls ListPurchasableOffers.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListPurchasableOffersRequest | request |
ListPurchasableOffersRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.ListPurchasableOffersResponse> | Promise |
listPurchasableSkus(request, callback)
public listPurchasableSkus(request: google.cloud.channel.v1.IListPurchasableSkusRequest, callback: google.cloud.channel.v1.CloudChannelService.ListPurchasableSkusCallback): void;
Calls ListPurchasableSkus.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListPurchasableSkusRequest | request |
ListPurchasableSkusRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.ListPurchasableSkusCallback | callback |
Node-style callback called with the error, if any, and ListPurchasableSkusResponse |
Type | Description |
---|---|
void |
listPurchasableSkus(request)
public listPurchasableSkus(request: google.cloud.channel.v1.IListPurchasableSkusRequest): Promise<google.cloud.channel.v1.ListPurchasableSkusResponse>;
Calls ListPurchasableSkus.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListPurchasableSkusRequest | request |
ListPurchasableSkusRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.ListPurchasableSkusResponse> | Promise |
listSkus(request, callback)
public listSkus(request: google.cloud.channel.v1.IListSkusRequest, callback: google.cloud.channel.v1.CloudChannelService.ListSkusCallback): void;
Calls ListSkus.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListSkusRequest | request |
ListSkusRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.ListSkusCallback | callback |
Node-style callback called with the error, if any, and ListSkusResponse |
Type | Description |
---|---|
void |
listSkus(request)
public listSkus(request: google.cloud.channel.v1.IListSkusRequest): Promise<google.cloud.channel.v1.ListSkusResponse>;
Calls ListSkus.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListSkusRequest | request |
ListSkusRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.ListSkusResponse> | Promise |
listSubscribers(request, callback)
public listSubscribers(request: google.cloud.channel.v1.IListSubscribersRequest, callback: google.cloud.channel.v1.CloudChannelService.ListSubscribersCallback): void;
Calls ListSubscribers.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListSubscribersRequest | request |
ListSubscribersRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.ListSubscribersCallback | callback |
Node-style callback called with the error, if any, and ListSubscribersResponse |
Type | Description |
---|---|
void |
listSubscribers(request)
public listSubscribers(request: google.cloud.channel.v1.IListSubscribersRequest): Promise<google.cloud.channel.v1.ListSubscribersResponse>;
Calls ListSubscribers.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListSubscribersRequest | request |
ListSubscribersRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.ListSubscribersResponse> | Promise |
listTransferableOffers(request, callback)
public listTransferableOffers(request: google.cloud.channel.v1.IListTransferableOffersRequest, callback: google.cloud.channel.v1.CloudChannelService.ListTransferableOffersCallback): void;
Calls ListTransferableOffers.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListTransferableOffersRequest | request |
ListTransferableOffersRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.ListTransferableOffersCallback | callback |
Node-style callback called with the error, if any, and ListTransferableOffersResponse |
Type | Description |
---|---|
void |
listTransferableOffers(request)
public listTransferableOffers(request: google.cloud.channel.v1.IListTransferableOffersRequest): Promise<google.cloud.channel.v1.ListTransferableOffersResponse>;
Calls ListTransferableOffers.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListTransferableOffersRequest | request |
ListTransferableOffersRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.ListTransferableOffersResponse> | Promise |
listTransferableSkus(request, callback)
public listTransferableSkus(request: google.cloud.channel.v1.IListTransferableSkusRequest, callback: google.cloud.channel.v1.CloudChannelService.ListTransferableSkusCallback): void;
Calls ListTransferableSkus.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListTransferableSkusRequest | request |
ListTransferableSkusRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.ListTransferableSkusCallback | callback |
Node-style callback called with the error, if any, and ListTransferableSkusResponse |
Type | Description |
---|---|
void |
listTransferableSkus(request)
public listTransferableSkus(request: google.cloud.channel.v1.IListTransferableSkusRequest): Promise<google.cloud.channel.v1.ListTransferableSkusResponse>;
Calls ListTransferableSkus.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IListTransferableSkusRequest | request |
ListTransferableSkusRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.ListTransferableSkusResponse> | Promise |
lookupOffer(request, callback)
public lookupOffer(request: google.cloud.channel.v1.ILookupOfferRequest, callback: google.cloud.channel.v1.CloudChannelService.LookupOfferCallback): void;
Calls LookupOffer.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ILookupOfferRequest | request |
LookupOfferRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.LookupOfferCallback | callback |
Node-style callback called with the error, if any, and Offer |
Type | Description |
---|---|
void |
lookupOffer(request)
public lookupOffer(request: google.cloud.channel.v1.ILookupOfferRequest): Promise<google.cloud.channel.v1.Offer>;
Calls LookupOffer.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ILookupOfferRequest | request |
LookupOfferRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.Offer> | Promise |
provisionCloudIdentity(request, callback)
public provisionCloudIdentity(request: google.cloud.channel.v1.IProvisionCloudIdentityRequest, callback: google.cloud.channel.v1.CloudChannelService.ProvisionCloudIdentityCallback): void;
Calls ProvisionCloudIdentity.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IProvisionCloudIdentityRequest | request |
ProvisionCloudIdentityRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.ProvisionCloudIdentityCallback | callback |
Node-style callback called with the error, if any, and Operation |
Type | Description |
---|---|
void |
provisionCloudIdentity(request)
public provisionCloudIdentity(request: google.cloud.channel.v1.IProvisionCloudIdentityRequest): Promise<google.longrunning.Operation>;
Calls ProvisionCloudIdentity.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IProvisionCloudIdentityRequest | request |
ProvisionCloudIdentityRequest message or plain object |
Type | Description |
---|---|
Promise<google.longrunning.Operation> | Promise |
registerSubscriber(request, callback)
public registerSubscriber(request: google.cloud.channel.v1.IRegisterSubscriberRequest, callback: google.cloud.channel.v1.CloudChannelService.RegisterSubscriberCallback): void;
Calls RegisterSubscriber.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IRegisterSubscriberRequest | request |
RegisterSubscriberRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.RegisterSubscriberCallback | callback |
Node-style callback called with the error, if any, and RegisterSubscriberResponse |
Type | Description |
---|---|
void |
registerSubscriber(request)
public registerSubscriber(request: google.cloud.channel.v1.IRegisterSubscriberRequest): Promise<google.cloud.channel.v1.RegisterSubscriberResponse>;
Calls RegisterSubscriber.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IRegisterSubscriberRequest | request |
RegisterSubscriberRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.RegisterSubscriberResponse> | Promise |
startPaidService(request, callback)
public startPaidService(request: google.cloud.channel.v1.IStartPaidServiceRequest, callback: google.cloud.channel.v1.CloudChannelService.StartPaidServiceCallback): void;
Calls StartPaidService.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IStartPaidServiceRequest | request |
StartPaidServiceRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.StartPaidServiceCallback | callback |
Node-style callback called with the error, if any, and Operation |
Type | Description |
---|---|
void |
startPaidService(request)
public startPaidService(request: google.cloud.channel.v1.IStartPaidServiceRequest): Promise<google.longrunning.Operation>;
Calls StartPaidService.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IStartPaidServiceRequest | request |
StartPaidServiceRequest message or plain object |
Type | Description |
---|---|
Promise<google.longrunning.Operation> | Promise |
suspendEntitlement(request, callback)
public suspendEntitlement(request: google.cloud.channel.v1.ISuspendEntitlementRequest, callback: google.cloud.channel.v1.CloudChannelService.SuspendEntitlementCallback): void;
Calls SuspendEntitlement.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ISuspendEntitlementRequest | request |
SuspendEntitlementRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.SuspendEntitlementCallback | callback |
Node-style callback called with the error, if any, and Operation |
Type | Description |
---|---|
void |
suspendEntitlement(request)
public suspendEntitlement(request: google.cloud.channel.v1.ISuspendEntitlementRequest): Promise<google.longrunning.Operation>;
Calls SuspendEntitlement.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ISuspendEntitlementRequest | request |
SuspendEntitlementRequest message or plain object |
Type | Description |
---|---|
Promise<google.longrunning.Operation> | Promise |
transferEntitlements(request, callback)
public transferEntitlements(request: google.cloud.channel.v1.ITransferEntitlementsRequest, callback: google.cloud.channel.v1.CloudChannelService.TransferEntitlementsCallback): void;
Calls TransferEntitlements.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ITransferEntitlementsRequest | request |
TransferEntitlementsRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.TransferEntitlementsCallback | callback |
Node-style callback called with the error, if any, and Operation |
Type | Description |
---|---|
void |
transferEntitlements(request)
public transferEntitlements(request: google.cloud.channel.v1.ITransferEntitlementsRequest): Promise<google.longrunning.Operation>;
Calls TransferEntitlements.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ITransferEntitlementsRequest | request |
TransferEntitlementsRequest message or plain object |
Type | Description |
---|---|
Promise<google.longrunning.Operation> | Promise |
transferEntitlementsToGoogle(request, callback)
public transferEntitlementsToGoogle(request: google.cloud.channel.v1.ITransferEntitlementsToGoogleRequest, callback: google.cloud.channel.v1.CloudChannelService.TransferEntitlementsToGoogleCallback): void;
Calls TransferEntitlementsToGoogle.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ITransferEntitlementsToGoogleRequest | request |
TransferEntitlementsToGoogleRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.TransferEntitlementsToGoogleCallback | callback |
Node-style callback called with the error, if any, and Operation |
Type | Description |
---|---|
void |
transferEntitlementsToGoogle(request)
public transferEntitlementsToGoogle(request: google.cloud.channel.v1.ITransferEntitlementsToGoogleRequest): Promise<google.longrunning.Operation>;
Calls TransferEntitlementsToGoogle.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.ITransferEntitlementsToGoogleRequest | request |
TransferEntitlementsToGoogleRequest message or plain object |
Type | Description |
---|---|
Promise<google.longrunning.Operation> | Promise |
unregisterSubscriber(request, callback)
public unregisterSubscriber(request: google.cloud.channel.v1.IUnregisterSubscriberRequest, callback: google.cloud.channel.v1.CloudChannelService.UnregisterSubscriberCallback): void;
Calls UnregisterSubscriber.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IUnregisterSubscriberRequest | request |
UnregisterSubscriberRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.UnregisterSubscriberCallback | callback |
Node-style callback called with the error, if any, and UnregisterSubscriberResponse |
Type | Description |
---|---|
void |
unregisterSubscriber(request)
public unregisterSubscriber(request: google.cloud.channel.v1.IUnregisterSubscriberRequest): Promise<google.cloud.channel.v1.UnregisterSubscriberResponse>;
Calls UnregisterSubscriber.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IUnregisterSubscriberRequest | request |
UnregisterSubscriberRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.UnregisterSubscriberResponse> | Promise |
updateChannelPartnerLink(request, callback)
public updateChannelPartnerLink(request: google.cloud.channel.v1.IUpdateChannelPartnerLinkRequest, callback: google.cloud.channel.v1.CloudChannelService.UpdateChannelPartnerLinkCallback): void;
Calls UpdateChannelPartnerLink.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IUpdateChannelPartnerLinkRequest | request |
UpdateChannelPartnerLinkRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.UpdateChannelPartnerLinkCallback | callback |
Node-style callback called with the error, if any, and ChannelPartnerLink |
Type | Description |
---|---|
void |
updateChannelPartnerLink(request)
public updateChannelPartnerLink(request: google.cloud.channel.v1.IUpdateChannelPartnerLinkRequest): Promise<google.cloud.channel.v1.ChannelPartnerLink>;
Calls UpdateChannelPartnerLink.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IUpdateChannelPartnerLinkRequest | request |
UpdateChannelPartnerLinkRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.ChannelPartnerLink> | Promise |
updateCustomer(request, callback)
public updateCustomer(request: google.cloud.channel.v1.IUpdateCustomerRequest, callback: google.cloud.channel.v1.CloudChannelService.UpdateCustomerCallback): void;
Calls UpdateCustomer.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IUpdateCustomerRequest | request |
UpdateCustomerRequest message or plain object |
google.cloud.channel.v1.CloudChannelService.UpdateCustomerCallback | callback |
Node-style callback called with the error, if any, and Customer |
Type | Description |
---|---|
void |
updateCustomer(request)
public updateCustomer(request: google.cloud.channel.v1.IUpdateCustomerRequest): Promise<google.cloud.channel.v1.Customer>;
Calls UpdateCustomer.
Type | Name | Description |
---|---|---|
google.cloud.channel.v1.IUpdateCustomerRequest | request |
UpdateCustomerRequest message or plain object |
Type | Description |
---|---|
Promise<google.cloud.channel.v1.Customer> | Promise |