Class HttpJsonCloudChannelServiceStub (3.62.0)

public class HttpJsonCloudChannelServiceStub extends CloudChannelServiceStub

REST stub implementation for the CloudChannelService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > CloudChannelServiceStub > HttpJsonCloudChannelServiceStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonCloudChannelServiceStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonCloudChannelServiceStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonCloudChannelServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
HttpJsonCloudChannelServiceStub
Exceptions
Type Description
IOException

create(CloudChannelServiceStubSettings settings)

public static final HttpJsonCloudChannelServiceStub create(CloudChannelServiceStubSettings settings)
Parameter
Name Description
settings CloudChannelServiceStubSettings
Returns
Type Description
HttpJsonCloudChannelServiceStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonCloudChannelServiceStub(CloudChannelServiceStubSettings settings, ClientContext clientContext)

protected HttpJsonCloudChannelServiceStub(CloudChannelServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonCloudChannelServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings CloudChannelServiceStubSettings
clientContext ClientContext

HttpJsonCloudChannelServiceStub(CloudChannelServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonCloudChannelServiceStub(CloudChannelServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonCloudChannelServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings CloudChannelServiceStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

activateEntitlementCallable()

public UnaryCallable<ActivateEntitlementRequest,Operation> activateEntitlementCallable()
Overrides

activateEntitlementOperationCallable()

public OperationCallable<ActivateEntitlementRequest,Entitlement,OperationMetadata> activateEntitlementOperationCallable()
Overrides

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

cancelEntitlementCallable()

public UnaryCallable<CancelEntitlementRequest,Operation> cancelEntitlementCallable()
Overrides

cancelEntitlementOperationCallable()

public OperationCallable<CancelEntitlementRequest,Empty,OperationMetadata> cancelEntitlementOperationCallable()
Overrides

changeOfferCallable()

public UnaryCallable<ChangeOfferRequest,Operation> changeOfferCallable()
Returns
Type Description
UnaryCallable<ChangeOfferRequest,Operation>
Overrides

changeOfferOperationCallable()

public OperationCallable<ChangeOfferRequest,Entitlement,OperationMetadata> changeOfferOperationCallable()
Overrides

changeParametersCallable()

public UnaryCallable<ChangeParametersRequest,Operation> changeParametersCallable()
Returns
Type Description
UnaryCallable<ChangeParametersRequest,Operation>
Overrides

changeParametersOperationCallable()

public OperationCallable<ChangeParametersRequest,Entitlement,OperationMetadata> changeParametersOperationCallable()
Overrides

changeRenewalSettingsCallable()

public UnaryCallable<ChangeRenewalSettingsRequest,Operation> changeRenewalSettingsCallable()
Overrides

changeRenewalSettingsOperationCallable()

public OperationCallable<ChangeRenewalSettingsRequest,Entitlement,OperationMetadata> changeRenewalSettingsOperationCallable()
Overrides

checkCloudIdentityAccountsExistCallable()

public UnaryCallable<CheckCloudIdentityAccountsExistRequest,CheckCloudIdentityAccountsExistResponse> checkCloudIdentityAccountsExistCallable()
Overrides

close()

public final void close()
Overrides

createChannelPartnerLinkCallable()

public UnaryCallable<CreateChannelPartnerLinkRequest,ChannelPartnerLink> createChannelPartnerLinkCallable()
Overrides

createChannelPartnerRepricingConfigCallable()

public UnaryCallable<CreateChannelPartnerRepricingConfigRequest,ChannelPartnerRepricingConfig> createChannelPartnerRepricingConfigCallable()
Overrides

createCustomerCallable()

public UnaryCallable<CreateCustomerRequest,Customer> createCustomerCallable()
Returns
Type Description
UnaryCallable<CreateCustomerRequest,Customer>
Overrides

createCustomerRepricingConfigCallable()

public UnaryCallable<CreateCustomerRepricingConfigRequest,CustomerRepricingConfig> createCustomerRepricingConfigCallable()
Overrides

createEntitlementCallable()

public UnaryCallable<CreateEntitlementRequest,Operation> createEntitlementCallable()
Overrides

createEntitlementOperationCallable()

public OperationCallable<CreateEntitlementRequest,Entitlement,OperationMetadata> createEntitlementOperationCallable()
Overrides

deleteChannelPartnerRepricingConfigCallable()

public UnaryCallable<DeleteChannelPartnerRepricingConfigRequest,Empty> deleteChannelPartnerRepricingConfigCallable()
Overrides

deleteCustomerCallable()

public UnaryCallable<DeleteCustomerRequest,Empty> deleteCustomerCallable()
Returns
Type Description
UnaryCallable<DeleteCustomerRequest,Empty>
Overrides

deleteCustomerRepricingConfigCallable()

public UnaryCallable<DeleteCustomerRepricingConfigRequest,Empty> deleteCustomerRepricingConfigCallable()
Overrides

getChannelPartnerLinkCallable()

public UnaryCallable<GetChannelPartnerLinkRequest,ChannelPartnerLink> getChannelPartnerLinkCallable()
Overrides

getChannelPartnerRepricingConfigCallable()

public UnaryCallable<GetChannelPartnerRepricingConfigRequest,ChannelPartnerRepricingConfig> getChannelPartnerRepricingConfigCallable()
Overrides

getCustomerCallable()

public UnaryCallable<GetCustomerRequest,Customer> getCustomerCallable()
Returns
Type Description
UnaryCallable<GetCustomerRequest,Customer>
Overrides

getCustomerRepricingConfigCallable()

public UnaryCallable<GetCustomerRepricingConfigRequest,CustomerRepricingConfig> getCustomerRepricingConfigCallable()
Overrides

getEntitlementCallable()

public UnaryCallable<GetEntitlementRequest,Entitlement> getEntitlementCallable()
Returns
Type Description
UnaryCallable<GetEntitlementRequest,Entitlement>
Overrides

getHttpJsonOperationsStub()

public HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns
Type Description
HttpJsonOperationsStub
Overrides

importCustomerCallable()

public UnaryCallable<ImportCustomerRequest,Customer> importCustomerCallable()
Returns
Type Description
UnaryCallable<ImportCustomerRequest,Customer>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listChannelPartnerLinksCallable()

public UnaryCallable<ListChannelPartnerLinksRequest,ListChannelPartnerLinksResponse> listChannelPartnerLinksCallable()
Overrides

listChannelPartnerLinksPagedCallable()

public UnaryCallable<ListChannelPartnerLinksRequest,CloudChannelServiceClient.ListChannelPartnerLinksPagedResponse> listChannelPartnerLinksPagedCallable()
Overrides

listChannelPartnerRepricingConfigsCallable()

public UnaryCallable<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse> listChannelPartnerRepricingConfigsCallable()
Overrides

listChannelPartnerRepricingConfigsPagedCallable()

public UnaryCallable<ListChannelPartnerRepricingConfigsRequest,CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPagedResponse> listChannelPartnerRepricingConfigsPagedCallable()
Overrides

listCustomerRepricingConfigsCallable()

public UnaryCallable<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse> listCustomerRepricingConfigsCallable()
Overrides

listCustomerRepricingConfigsPagedCallable()

public UnaryCallable<ListCustomerRepricingConfigsRequest,CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse> listCustomerRepricingConfigsPagedCallable()
Overrides

listCustomersCallable()

public UnaryCallable<ListCustomersRequest,ListCustomersResponse> listCustomersCallable()
Overrides

listCustomersPagedCallable()

public UnaryCallable<ListCustomersRequest,CloudChannelServiceClient.ListCustomersPagedResponse> listCustomersPagedCallable()
Overrides

listEntitlementChangesCallable()

public UnaryCallable<ListEntitlementChangesRequest,ListEntitlementChangesResponse> listEntitlementChangesCallable()
Overrides

listEntitlementChangesPagedCallable()

public UnaryCallable<ListEntitlementChangesRequest,CloudChannelServiceClient.ListEntitlementChangesPagedResponse> listEntitlementChangesPagedCallable()
Overrides

listEntitlementsCallable()

public UnaryCallable<ListEntitlementsRequest,ListEntitlementsResponse> listEntitlementsCallable()
Overrides

listEntitlementsPagedCallable()

public UnaryCallable<ListEntitlementsRequest,CloudChannelServiceClient.ListEntitlementsPagedResponse> listEntitlementsPagedCallable()
Overrides

listOffersCallable()

public UnaryCallable<ListOffersRequest,ListOffersResponse> listOffersCallable()
Overrides

listOffersPagedCallable()

public UnaryCallable<ListOffersRequest,CloudChannelServiceClient.ListOffersPagedResponse> listOffersPagedCallable()
Overrides

listProductsCallable()

public UnaryCallable<ListProductsRequest,ListProductsResponse> listProductsCallable()
Overrides

listProductsPagedCallable()

public UnaryCallable<ListProductsRequest,CloudChannelServiceClient.ListProductsPagedResponse> listProductsPagedCallable()
Overrides

listPurchasableOffersCallable()

public UnaryCallable<ListPurchasableOffersRequest,ListPurchasableOffersResponse> listPurchasableOffersCallable()
Overrides

listPurchasableOffersPagedCallable()

public UnaryCallable<ListPurchasableOffersRequest,CloudChannelServiceClient.ListPurchasableOffersPagedResponse> listPurchasableOffersPagedCallable()
Overrides

listPurchasableSkusCallable()

public UnaryCallable<ListPurchasableSkusRequest,ListPurchasableSkusResponse> listPurchasableSkusCallable()
Overrides

listPurchasableSkusPagedCallable()

public UnaryCallable<ListPurchasableSkusRequest,CloudChannelServiceClient.ListPurchasableSkusPagedResponse> listPurchasableSkusPagedCallable()
Overrides

listSkuGroupBillableSkusCallable()

public UnaryCallable<ListSkuGroupBillableSkusRequest,ListSkuGroupBillableSkusResponse> listSkuGroupBillableSkusCallable()
Overrides

listSkuGroupBillableSkusPagedCallable()

public UnaryCallable<ListSkuGroupBillableSkusRequest,CloudChannelServiceClient.ListSkuGroupBillableSkusPagedResponse> listSkuGroupBillableSkusPagedCallable()
Overrides

listSkuGroupsCallable()

public UnaryCallable<ListSkuGroupsRequest,ListSkuGroupsResponse> listSkuGroupsCallable()
Overrides

listSkuGroupsPagedCallable()

public UnaryCallable<ListSkuGroupsRequest,CloudChannelServiceClient.ListSkuGroupsPagedResponse> listSkuGroupsPagedCallable()
Overrides

listSkusCallable()

public UnaryCallable<ListSkusRequest,ListSkusResponse> listSkusCallable()
Returns
Type Description
UnaryCallable<ListSkusRequest,ListSkusResponse>
Overrides

listSkusPagedCallable()

public UnaryCallable<ListSkusRequest,CloudChannelServiceClient.ListSkusPagedResponse> listSkusPagedCallable()
Overrides

listSubscribersCallable()

public UnaryCallable<ListSubscribersRequest,ListSubscribersResponse> listSubscribersCallable()
Overrides

listSubscribersPagedCallable()

public UnaryCallable<ListSubscribersRequest,CloudChannelServiceClient.ListSubscribersPagedResponse> listSubscribersPagedCallable()
Overrides

listTransferableOffersCallable()

public UnaryCallable<ListTransferableOffersRequest,ListTransferableOffersResponse> listTransferableOffersCallable()
Overrides

listTransferableOffersPagedCallable()

public UnaryCallable<ListTransferableOffersRequest,CloudChannelServiceClient.ListTransferableOffersPagedResponse> listTransferableOffersPagedCallable()
Overrides

listTransferableSkusCallable()

public UnaryCallable<ListTransferableSkusRequest,ListTransferableSkusResponse> listTransferableSkusCallable()
Overrides

listTransferableSkusPagedCallable()

public UnaryCallable<ListTransferableSkusRequest,CloudChannelServiceClient.ListTransferableSkusPagedResponse> listTransferableSkusPagedCallable()
Overrides

lookupOfferCallable()

public UnaryCallable<LookupOfferRequest,Offer> lookupOfferCallable()
Returns
Type Description
UnaryCallable<LookupOfferRequest,Offer>
Overrides

provisionCloudIdentityCallable()

public UnaryCallable<ProvisionCloudIdentityRequest,Operation> provisionCloudIdentityCallable()
Overrides

provisionCloudIdentityOperationCallable()

public OperationCallable<ProvisionCloudIdentityRequest,Customer,OperationMetadata> provisionCloudIdentityOperationCallable()
Overrides

queryEligibleBillingAccountsCallable()

public UnaryCallable<QueryEligibleBillingAccountsRequest,QueryEligibleBillingAccountsResponse> queryEligibleBillingAccountsCallable()
Overrides

registerSubscriberCallable()

public UnaryCallable<RegisterSubscriberRequest,RegisterSubscriberResponse> registerSubscriberCallable()
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

startPaidServiceCallable()

public UnaryCallable<StartPaidServiceRequest,Operation> startPaidServiceCallable()
Returns
Type Description
UnaryCallable<StartPaidServiceRequest,Operation>
Overrides

startPaidServiceOperationCallable()

public OperationCallable<StartPaidServiceRequest,Entitlement,OperationMetadata> startPaidServiceOperationCallable()
Overrides

suspendEntitlementCallable()

public UnaryCallable<SuspendEntitlementRequest,Operation> suspendEntitlementCallable()
Overrides

suspendEntitlementOperationCallable()

public OperationCallable<SuspendEntitlementRequest,Entitlement,OperationMetadata> suspendEntitlementOperationCallable()
Overrides

transferEntitlementsCallable()

public UnaryCallable<TransferEntitlementsRequest,Operation> transferEntitlementsCallable()
Overrides

transferEntitlementsOperationCallable()

public OperationCallable<TransferEntitlementsRequest,TransferEntitlementsResponse,OperationMetadata> transferEntitlementsOperationCallable()
Overrides

transferEntitlementsToGoogleCallable()

public UnaryCallable<TransferEntitlementsToGoogleRequest,Operation> transferEntitlementsToGoogleCallable()
Overrides

transferEntitlementsToGoogleOperationCallable()

public OperationCallable<TransferEntitlementsToGoogleRequest,Empty,OperationMetadata> transferEntitlementsToGoogleOperationCallable()
Overrides

unregisterSubscriberCallable()

public UnaryCallable<UnregisterSubscriberRequest,UnregisterSubscriberResponse> unregisterSubscriberCallable()
Overrides

updateChannelPartnerLinkCallable()

public UnaryCallable<UpdateChannelPartnerLinkRequest,ChannelPartnerLink> updateChannelPartnerLinkCallable()
Overrides

updateChannelPartnerRepricingConfigCallable()

public UnaryCallable<UpdateChannelPartnerRepricingConfigRequest,ChannelPartnerRepricingConfig> updateChannelPartnerRepricingConfigCallable()
Overrides

updateCustomerCallable()

public UnaryCallable<UpdateCustomerRequest,Customer> updateCustomerCallable()
Returns
Type Description
UnaryCallable<UpdateCustomerRequest,Customer>
Overrides

updateCustomerRepricingConfigCallable()

public UnaryCallable<UpdateCustomerRepricingConfigRequest,CustomerRepricingConfig> updateCustomerRepricingConfigCallable()
Overrides