Package com.google.cloud.channel.v1
Class CloudChannelServiceGrpc.CloudChannelServiceImplBase
- java.lang.Object
-
- com.google.cloud.channel.v1.CloudChannelServiceGrpc.CloudChannelServiceImplBase
-
- All Implemented Interfaces:
CloudChannelServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- CloudChannelServiceGrpc
public abstract static class CloudChannelServiceGrpc.CloudChannelServiceImplBase extends Object implements io.grpc.BindableService, CloudChannelServiceGrpc.AsyncService
Base class for the server implementation of the service CloudChannelService.CloudChannelService lets Google cloud resellers and distributors manage their customers, channel partners, entitlements, and reports. Using this service: 1. Resellers and distributors can manage a customer entity. 2. Distributors can register an authorized reseller in their channel and provide them with delegated admin access. 3. Resellers and distributors can manage customer entitlements. CloudChannelService exposes the following resources: - [Customer][google.cloud.channel.v1.Customer]s: An entity-usually an enterprise-managed by a reseller or distributor. - [Entitlement][google.cloud.channel.v1.Entitlement]s: An entity that provides a customer with the means to use a service. Entitlements are created or updated as a result of a successful fulfillment. - [ChannelPartnerLink][google.cloud.channel.v1.ChannelPartnerLink]s: An entity that identifies links between distributors and their indirect resellers in a channel.
-
-
Constructor Summary
Constructors Constructor Description CloudChannelServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.channel.v1.CloudChannelServiceGrpc.AsyncService
activateEntitlement, cancelEntitlement, changeOffer, changeParameters, changeRenewalSettings, checkCloudIdentityAccountsExist, createChannelPartnerLink, createChannelPartnerRepricingConfig, createCustomer, createCustomerRepricingConfig, createEntitlement, deleteChannelPartnerRepricingConfig, deleteCustomer, deleteCustomerRepricingConfig, getChannelPartnerLink, getChannelPartnerRepricingConfig, getCustomer, getCustomerRepricingConfig, getEntitlement, importCustomer, listChannelPartnerLinks, listChannelPartnerRepricingConfigs, listCustomerRepricingConfigs, listCustomers, listEntitlementChanges, listEntitlements, listOffers, listProducts, listPurchasableOffers, listPurchasableSkus, listSkuGroupBillableSkus, listSkuGroups, listSkus, listSubscribers, listTransferableOffers, listTransferableSkus, lookupOffer, provisionCloudIdentity, queryEligibleBillingAccounts, registerSubscriber, startPaidService, suspendEntitlement, transferEntitlements, transferEntitlementsToGoogle, unregisterSubscriber, updateChannelPartnerLink, updateChannelPartnerRepricingConfig, updateCustomer, updateCustomerRepricingConfig
-
-