Package com.google.cloud.channel.v1
Class CloudChannelServiceGrpc
- java.lang.Object
-
- com.google.cloud.channel.v1.CloudChannelServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/channel/v1/service.proto") public final class CloudChannelServiceGrpc extends Object
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CloudChannelServiceGrpc.AsyncService
CloudChannelService lets Google cloud resellers and distributors manage their customers, channel partners, entitlements, and reports.static class
CloudChannelServiceGrpc.CloudChannelServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service CloudChannelService.static class
CloudChannelServiceGrpc.CloudChannelServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service CloudChannelService.static class
CloudChannelServiceGrpc.CloudChannelServiceImplBase
Base class for the server implementation of the service CloudChannelService.static class
CloudChannelServiceGrpc.CloudChannelServiceStub
A stub to allow clients to do asynchronous rpc calls to service CloudChannelService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListCustomersMethod
public static io.grpc.MethodDescriptor<ListCustomersRequest,ListCustomersResponse> getListCustomersMethod()
-
getGetCustomerMethod
public static io.grpc.MethodDescriptor<GetCustomerRequest,Customer> getGetCustomerMethod()
-
getCheckCloudIdentityAccountsExistMethod
public static io.grpc.MethodDescriptor<CheckCloudIdentityAccountsExistRequest,CheckCloudIdentityAccountsExistResponse> getCheckCloudIdentityAccountsExistMethod()
-
getCreateCustomerMethod
public static io.grpc.MethodDescriptor<CreateCustomerRequest,Customer> getCreateCustomerMethod()
-
getUpdateCustomerMethod
public static io.grpc.MethodDescriptor<UpdateCustomerRequest,Customer> getUpdateCustomerMethod()
-
getDeleteCustomerMethod
public static io.grpc.MethodDescriptor<DeleteCustomerRequest,com.google.protobuf.Empty> getDeleteCustomerMethod()
-
getImportCustomerMethod
public static io.grpc.MethodDescriptor<ImportCustomerRequest,Customer> getImportCustomerMethod()
-
getProvisionCloudIdentityMethod
public static io.grpc.MethodDescriptor<ProvisionCloudIdentityRequest,com.google.longrunning.Operation> getProvisionCloudIdentityMethod()
-
getListEntitlementsMethod
public static io.grpc.MethodDescriptor<ListEntitlementsRequest,ListEntitlementsResponse> getListEntitlementsMethod()
-
getListTransferableSkusMethod
public static io.grpc.MethodDescriptor<ListTransferableSkusRequest,ListTransferableSkusResponse> getListTransferableSkusMethod()
-
getListTransferableOffersMethod
public static io.grpc.MethodDescriptor<ListTransferableOffersRequest,ListTransferableOffersResponse> getListTransferableOffersMethod()
-
getGetEntitlementMethod
public static io.grpc.MethodDescriptor<GetEntitlementRequest,Entitlement> getGetEntitlementMethod()
-
getCreateEntitlementMethod
public static io.grpc.MethodDescriptor<CreateEntitlementRequest,com.google.longrunning.Operation> getCreateEntitlementMethod()
-
getChangeParametersMethod
public static io.grpc.MethodDescriptor<ChangeParametersRequest,com.google.longrunning.Operation> getChangeParametersMethod()
-
getChangeRenewalSettingsMethod
public static io.grpc.MethodDescriptor<ChangeRenewalSettingsRequest,com.google.longrunning.Operation> getChangeRenewalSettingsMethod()
-
getChangeOfferMethod
public static io.grpc.MethodDescriptor<ChangeOfferRequest,com.google.longrunning.Operation> getChangeOfferMethod()
-
getStartPaidServiceMethod
public static io.grpc.MethodDescriptor<StartPaidServiceRequest,com.google.longrunning.Operation> getStartPaidServiceMethod()
-
getSuspendEntitlementMethod
public static io.grpc.MethodDescriptor<SuspendEntitlementRequest,com.google.longrunning.Operation> getSuspendEntitlementMethod()
-
getCancelEntitlementMethod
public static io.grpc.MethodDescriptor<CancelEntitlementRequest,com.google.longrunning.Operation> getCancelEntitlementMethod()
-
getActivateEntitlementMethod
public static io.grpc.MethodDescriptor<ActivateEntitlementRequest,com.google.longrunning.Operation> getActivateEntitlementMethod()
-
getTransferEntitlementsMethod
public static io.grpc.MethodDescriptor<TransferEntitlementsRequest,com.google.longrunning.Operation> getTransferEntitlementsMethod()
-
getTransferEntitlementsToGoogleMethod
public static io.grpc.MethodDescriptor<TransferEntitlementsToGoogleRequest,com.google.longrunning.Operation> getTransferEntitlementsToGoogleMethod()
-
getListChannelPartnerLinksMethod
public static io.grpc.MethodDescriptor<ListChannelPartnerLinksRequest,ListChannelPartnerLinksResponse> getListChannelPartnerLinksMethod()
-
getGetChannelPartnerLinkMethod
public static io.grpc.MethodDescriptor<GetChannelPartnerLinkRequest,ChannelPartnerLink> getGetChannelPartnerLinkMethod()
-
getCreateChannelPartnerLinkMethod
public static io.grpc.MethodDescriptor<CreateChannelPartnerLinkRequest,ChannelPartnerLink> getCreateChannelPartnerLinkMethod()
-
getUpdateChannelPartnerLinkMethod
public static io.grpc.MethodDescriptor<UpdateChannelPartnerLinkRequest,ChannelPartnerLink> getUpdateChannelPartnerLinkMethod()
-
getGetCustomerRepricingConfigMethod
public static io.grpc.MethodDescriptor<GetCustomerRepricingConfigRequest,CustomerRepricingConfig> getGetCustomerRepricingConfigMethod()
-
getListCustomerRepricingConfigsMethod
public static io.grpc.MethodDescriptor<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse> getListCustomerRepricingConfigsMethod()
-
getCreateCustomerRepricingConfigMethod
public static io.grpc.MethodDescriptor<CreateCustomerRepricingConfigRequest,CustomerRepricingConfig> getCreateCustomerRepricingConfigMethod()
-
getUpdateCustomerRepricingConfigMethod
public static io.grpc.MethodDescriptor<UpdateCustomerRepricingConfigRequest,CustomerRepricingConfig> getUpdateCustomerRepricingConfigMethod()
-
getDeleteCustomerRepricingConfigMethod
public static io.grpc.MethodDescriptor<DeleteCustomerRepricingConfigRequest,com.google.protobuf.Empty> getDeleteCustomerRepricingConfigMethod()
-
getGetChannelPartnerRepricingConfigMethod
public static io.grpc.MethodDescriptor<GetChannelPartnerRepricingConfigRequest,ChannelPartnerRepricingConfig> getGetChannelPartnerRepricingConfigMethod()
-
getListChannelPartnerRepricingConfigsMethod
public static io.grpc.MethodDescriptor<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse> getListChannelPartnerRepricingConfigsMethod()
-
getCreateChannelPartnerRepricingConfigMethod
public static io.grpc.MethodDescriptor<CreateChannelPartnerRepricingConfigRequest,ChannelPartnerRepricingConfig> getCreateChannelPartnerRepricingConfigMethod()
-
getUpdateChannelPartnerRepricingConfigMethod
public static io.grpc.MethodDescriptor<UpdateChannelPartnerRepricingConfigRequest,ChannelPartnerRepricingConfig> getUpdateChannelPartnerRepricingConfigMethod()
-
getDeleteChannelPartnerRepricingConfigMethod
public static io.grpc.MethodDescriptor<DeleteChannelPartnerRepricingConfigRequest,com.google.protobuf.Empty> getDeleteChannelPartnerRepricingConfigMethod()
-
getListSkuGroupsMethod
public static io.grpc.MethodDescriptor<ListSkuGroupsRequest,ListSkuGroupsResponse> getListSkuGroupsMethod()
-
getListSkuGroupBillableSkusMethod
public static io.grpc.MethodDescriptor<ListSkuGroupBillableSkusRequest,ListSkuGroupBillableSkusResponse> getListSkuGroupBillableSkusMethod()
-
getLookupOfferMethod
public static io.grpc.MethodDescriptor<LookupOfferRequest,Offer> getLookupOfferMethod()
-
getListProductsMethod
public static io.grpc.MethodDescriptor<ListProductsRequest,ListProductsResponse> getListProductsMethod()
-
getListSkusMethod
public static io.grpc.MethodDescriptor<ListSkusRequest,ListSkusResponse> getListSkusMethod()
-
getListOffersMethod
public static io.grpc.MethodDescriptor<ListOffersRequest,ListOffersResponse> getListOffersMethod()
-
getListPurchasableSkusMethod
public static io.grpc.MethodDescriptor<ListPurchasableSkusRequest,ListPurchasableSkusResponse> getListPurchasableSkusMethod()
-
getListPurchasableOffersMethod
public static io.grpc.MethodDescriptor<ListPurchasableOffersRequest,ListPurchasableOffersResponse> getListPurchasableOffersMethod()
-
getQueryEligibleBillingAccountsMethod
public static io.grpc.MethodDescriptor<QueryEligibleBillingAccountsRequest,QueryEligibleBillingAccountsResponse> getQueryEligibleBillingAccountsMethod()
-
getRegisterSubscriberMethod
public static io.grpc.MethodDescriptor<RegisterSubscriberRequest,RegisterSubscriberResponse> getRegisterSubscriberMethod()
-
getUnregisterSubscriberMethod
public static io.grpc.MethodDescriptor<UnregisterSubscriberRequest,UnregisterSubscriberResponse> getUnregisterSubscriberMethod()
-
getListSubscribersMethod
public static io.grpc.MethodDescriptor<ListSubscribersRequest,ListSubscribersResponse> getListSubscribersMethod()
-
getListEntitlementChangesMethod
public static io.grpc.MethodDescriptor<ListEntitlementChangesRequest,ListEntitlementChangesResponse> getListEntitlementChangesMethod()
-
newStub
public static CloudChannelServiceGrpc.CloudChannelServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CloudChannelServiceGrpc.CloudChannelServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CloudChannelServiceGrpc.CloudChannelServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(CloudChannelServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-