- 3.57.0 (latest)
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.1
- 3.5.1
- 3.3.1
public class CloudChannelServiceStubSettings extends StubSettings<CloudChannelServiceStubSettings>
Settings class to configure an instance of CloudChannelServiceStub.
The default instance has everything set to sensible defaults:
- The default service address (cloudchannel.googleapis.com) and default port (443) are used.
- Credentials are acquired automatically through Application Default Credentials.
- Retries are configured for idempotent methods but not for non-idempotent methods.
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of getCustomer to 30 seconds:
CloudChannelServiceStubSettings.Builder cloudChannelServiceSettingsBuilder =
CloudChannelServiceStubSettings.newBuilder();
cloudChannelServiceSettingsBuilder
.getCustomerSettings()
.setRetrySettings(
cloudChannelServiceSettingsBuilder
.getCustomerSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
CloudChannelServiceStubSettings cloudChannelServiceSettings =
cloudChannelServiceSettingsBuilder.build();
Static Methods
defaultApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Type | Description |
Builder |
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Type | Description |
Builder |
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Type | Description |
Builder |
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
Type | Description |
Builder |
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Type | Description |
TransportChannelProvider |
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Type | Description |
String |
getDefaultMtlsEndpoint()
public static String getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
Type | Description |
String |
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Type | Description |
List<String> |
newBuilder()
public static CloudChannelServiceStubSettings.Builder newBuilder()
Returns a new builder for this class.
Type | Description |
CloudChannelServiceStubSettings.Builder |
newBuilder(ClientContext clientContext)
public static CloudChannelServiceStubSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Name | Description |
clientContext | ClientContext |
Type | Description |
CloudChannelServiceStubSettings.Builder |
Constructors
CloudChannelServiceStubSettings(CloudChannelServiceStubSettings.Builder settingsBuilder)
protected CloudChannelServiceStubSettings(CloudChannelServiceStubSettings.Builder settingsBuilder)
Name | Description |
settingsBuilder | CloudChannelServiceStubSettings.Builder |
Methods
activateEntitlementOperationSettings()
public OperationCallSettings<ActivateEntitlementRequest,Entitlement,OperationMetadata> activateEntitlementOperationSettings()
Returns the object with the settings used for calls to activateEntitlement.
Type | Description |
OperationCallSettings<ActivateEntitlementRequest,Entitlement,OperationMetadata> |
activateEntitlementSettings()
public UnaryCallSettings<ActivateEntitlementRequest,Operation> activateEntitlementSettings()
Returns the object with the settings used for calls to activateEntitlement.
Type | Description |
UnaryCallSettings<ActivateEntitlementRequest,Operation> |
cancelEntitlementOperationSettings()
public OperationCallSettings<CancelEntitlementRequest,Empty,OperationMetadata> cancelEntitlementOperationSettings()
Returns the object with the settings used for calls to cancelEntitlement.
Type | Description |
OperationCallSettings<CancelEntitlementRequest,Empty,OperationMetadata> |
cancelEntitlementSettings()
public UnaryCallSettings<CancelEntitlementRequest,Operation> cancelEntitlementSettings()
Returns the object with the settings used for calls to cancelEntitlement.
Type | Description |
UnaryCallSettings<CancelEntitlementRequest,Operation> |
changeOfferOperationSettings()
public OperationCallSettings<ChangeOfferRequest,Entitlement,OperationMetadata> changeOfferOperationSettings()
Returns the object with the settings used for calls to changeOffer.
Type | Description |
OperationCallSettings<ChangeOfferRequest,Entitlement,OperationMetadata> |
changeOfferSettings()
public UnaryCallSettings<ChangeOfferRequest,Operation> changeOfferSettings()
Returns the object with the settings used for calls to changeOffer.
Type | Description |
UnaryCallSettings<ChangeOfferRequest,Operation> |
changeParametersOperationSettings()
public OperationCallSettings<ChangeParametersRequest,Entitlement,OperationMetadata> changeParametersOperationSettings()
Returns the object with the settings used for calls to changeParameters.
Type | Description |
OperationCallSettings<ChangeParametersRequest,Entitlement,OperationMetadata> |
changeParametersSettings()
public UnaryCallSettings<ChangeParametersRequest,Operation> changeParametersSettings()
Returns the object with the settings used for calls to changeParameters.
Type | Description |
UnaryCallSettings<ChangeParametersRequest,Operation> |
changeRenewalSettingsOperationSettings()
public OperationCallSettings<ChangeRenewalSettingsRequest,Entitlement,OperationMetadata> changeRenewalSettingsOperationSettings()
Returns the object with the settings used for calls to changeRenewalSettings.
Type | Description |
OperationCallSettings<ChangeRenewalSettingsRequest,Entitlement,OperationMetadata> |
changeRenewalSettingsSettings()
public UnaryCallSettings<ChangeRenewalSettingsRequest,Operation> changeRenewalSettingsSettings()
Returns the object with the settings used for calls to changeRenewalSettings.
Type | Description |
UnaryCallSettings<ChangeRenewalSettingsRequest,Operation> |
checkCloudIdentityAccountsExistSettings()
public UnaryCallSettings<CheckCloudIdentityAccountsExistRequest,CheckCloudIdentityAccountsExistResponse> checkCloudIdentityAccountsExistSettings()
Returns the object with the settings used for calls to checkCloudIdentityAccountsExist.
Type | Description |
UnaryCallSettings<CheckCloudIdentityAccountsExistRequest,CheckCloudIdentityAccountsExistResponse> |
createChannelPartnerLinkSettings()
public UnaryCallSettings<CreateChannelPartnerLinkRequest,ChannelPartnerLink> createChannelPartnerLinkSettings()
Returns the object with the settings used for calls to createChannelPartnerLink.
Type | Description |
UnaryCallSettings<CreateChannelPartnerLinkRequest,ChannelPartnerLink> |
createCustomerSettings()
public UnaryCallSettings<CreateCustomerRequest,Customer> createCustomerSettings()
Returns the object with the settings used for calls to createCustomer.
Type | Description |
UnaryCallSettings<CreateCustomerRequest,Customer> |
createEntitlementOperationSettings()
public OperationCallSettings<CreateEntitlementRequest,Entitlement,OperationMetadata> createEntitlementOperationSettings()
Returns the object with the settings used for calls to createEntitlement.
Type | Description |
OperationCallSettings<CreateEntitlementRequest,Entitlement,OperationMetadata> |
createEntitlementSettings()
public UnaryCallSettings<CreateEntitlementRequest,Operation> createEntitlementSettings()
Returns the object with the settings used for calls to createEntitlement.
Type | Description |
UnaryCallSettings<CreateEntitlementRequest,Operation> |
createStub()
public CloudChannelServiceStub createStub()
Type | Description |
CloudChannelServiceStub |
Type | Description |
IOException |
deleteCustomerSettings()
public UnaryCallSettings<DeleteCustomerRequest,Empty> deleteCustomerSettings()
Returns the object with the settings used for calls to deleteCustomer.
Type | Description |
UnaryCallSettings<DeleteCustomerRequest,Empty> |
getChannelPartnerLinkSettings()
public UnaryCallSettings<GetChannelPartnerLinkRequest,ChannelPartnerLink> getChannelPartnerLinkSettings()
Returns the object with the settings used for calls to getChannelPartnerLink.
Type | Description |
UnaryCallSettings<GetChannelPartnerLinkRequest,ChannelPartnerLink> |
getCustomerSettings()
public UnaryCallSettings<GetCustomerRequest,Customer> getCustomerSettings()
Returns the object with the settings used for calls to getCustomer.
Type | Description |
UnaryCallSettings<GetCustomerRequest,Customer> |
getEntitlementSettings()
public UnaryCallSettings<GetEntitlementRequest,Entitlement> getEntitlementSettings()
Returns the object with the settings used for calls to getEntitlement.
Type | Description |
UnaryCallSettings<GetEntitlementRequest,Entitlement> |
importCustomerSettings()
public UnaryCallSettings<ImportCustomerRequest,Customer> importCustomerSettings()
Returns the object with the settings used for calls to importCustomer.
Type | Description |
UnaryCallSettings<ImportCustomerRequest,Customer> |
listChannelPartnerLinksSettings()
public PagedCallSettings<ListChannelPartnerLinksRequest,ListChannelPartnerLinksResponse,CloudChannelServiceClient.ListChannelPartnerLinksPagedResponse> listChannelPartnerLinksSettings()
Returns the object with the settings used for calls to listChannelPartnerLinks.
Type | Description |
PagedCallSettings<ListChannelPartnerLinksRequest,ListChannelPartnerLinksResponse,ListChannelPartnerLinksPagedResponse> |
listCustomersSettings()
public PagedCallSettings<ListCustomersRequest,ListCustomersResponse,CloudChannelServiceClient.ListCustomersPagedResponse> listCustomersSettings()
Returns the object with the settings used for calls to listCustomers.
Type | Description |
PagedCallSettings<ListCustomersRequest,ListCustomersResponse,ListCustomersPagedResponse> |
listEntitlementsSettings()
public PagedCallSettings<ListEntitlementsRequest,ListEntitlementsResponse,CloudChannelServiceClient.ListEntitlementsPagedResponse> listEntitlementsSettings()
Returns the object with the settings used for calls to listEntitlements.
Type | Description |
PagedCallSettings<ListEntitlementsRequest,ListEntitlementsResponse,ListEntitlementsPagedResponse> |
listOffersSettings()
public PagedCallSettings<ListOffersRequest,ListOffersResponse,CloudChannelServiceClient.ListOffersPagedResponse> listOffersSettings()
Returns the object with the settings used for calls to listOffers.
Type | Description |
PagedCallSettings<ListOffersRequest,ListOffersResponse,ListOffersPagedResponse> |
listProductsSettings()
public PagedCallSettings<ListProductsRequest,ListProductsResponse,CloudChannelServiceClient.ListProductsPagedResponse> listProductsSettings()
Returns the object with the settings used for calls to listProducts.
Type | Description |
PagedCallSettings<ListProductsRequest,ListProductsResponse,ListProductsPagedResponse> |
listPurchasableOffersSettings()
public PagedCallSettings<ListPurchasableOffersRequest,ListPurchasableOffersResponse,CloudChannelServiceClient.ListPurchasableOffersPagedResponse> listPurchasableOffersSettings()
Returns the object with the settings used for calls to listPurchasableOffers.
Type | Description |
PagedCallSettings<ListPurchasableOffersRequest,ListPurchasableOffersResponse,ListPurchasableOffersPagedResponse> |
listPurchasableSkusSettings()
public PagedCallSettings<ListPurchasableSkusRequest,ListPurchasableSkusResponse,CloudChannelServiceClient.ListPurchasableSkusPagedResponse> listPurchasableSkusSettings()
Returns the object with the settings used for calls to listPurchasableSkus.
Type | Description |
PagedCallSettings<ListPurchasableSkusRequest,ListPurchasableSkusResponse,ListPurchasableSkusPagedResponse> |
listSkusSettings()
public PagedCallSettings<ListSkusRequest,ListSkusResponse,CloudChannelServiceClient.ListSkusPagedResponse> listSkusSettings()
Returns the object with the settings used for calls to listSkus.
Type | Description |
PagedCallSettings<ListSkusRequest,ListSkusResponse,ListSkusPagedResponse> |
listSubscribersSettings()
public PagedCallSettings<ListSubscribersRequest,ListSubscribersResponse,CloudChannelServiceClient.ListSubscribersPagedResponse> listSubscribersSettings()
Returns the object with the settings used for calls to listSubscribers.
Type | Description |
PagedCallSettings<ListSubscribersRequest,ListSubscribersResponse,ListSubscribersPagedResponse> |
listTransferableOffersSettings()
public PagedCallSettings<ListTransferableOffersRequest,ListTransferableOffersResponse,CloudChannelServiceClient.ListTransferableOffersPagedResponse> listTransferableOffersSettings()
Returns the object with the settings used for calls to listTransferableOffers.
Type | Description |
PagedCallSettings<ListTransferableOffersRequest,ListTransferableOffersResponse,ListTransferableOffersPagedResponse> |
listTransferableSkusSettings()
public PagedCallSettings<ListTransferableSkusRequest,ListTransferableSkusResponse,CloudChannelServiceClient.ListTransferableSkusPagedResponse> listTransferableSkusSettings()
Returns the object with the settings used for calls to listTransferableSkus.
Type | Description |
PagedCallSettings<ListTransferableSkusRequest,ListTransferableSkusResponse,ListTransferableSkusPagedResponse> |
lookupOfferSettings()
public UnaryCallSettings<LookupOfferRequest,Offer> lookupOfferSettings()
Returns the object with the settings used for calls to lookupOffer.
Type | Description |
UnaryCallSettings<LookupOfferRequest,Offer> |
provisionCloudIdentityOperationSettings()
public OperationCallSettings<ProvisionCloudIdentityRequest,Customer,OperationMetadata> provisionCloudIdentityOperationSettings()
Returns the object with the settings used for calls to provisionCloudIdentity.
Type | Description |
OperationCallSettings<ProvisionCloudIdentityRequest,Customer,OperationMetadata> |
provisionCloudIdentitySettings()
public UnaryCallSettings<ProvisionCloudIdentityRequest,Operation> provisionCloudIdentitySettings()
Returns the object with the settings used for calls to provisionCloudIdentity.
Type | Description |
UnaryCallSettings<ProvisionCloudIdentityRequest,Operation> |
registerSubscriberSettings()
public UnaryCallSettings<RegisterSubscriberRequest,RegisterSubscriberResponse> registerSubscriberSettings()
Returns the object with the settings used for calls to registerSubscriber.
Type | Description |
UnaryCallSettings<RegisterSubscriberRequest,RegisterSubscriberResponse> |
startPaidServiceOperationSettings()
public OperationCallSettings<StartPaidServiceRequest,Entitlement,OperationMetadata> startPaidServiceOperationSettings()
Returns the object with the settings used for calls to startPaidService.
Type | Description |
OperationCallSettings<StartPaidServiceRequest,Entitlement,OperationMetadata> |
startPaidServiceSettings()
public UnaryCallSettings<StartPaidServiceRequest,Operation> startPaidServiceSettings()
Returns the object with the settings used for calls to startPaidService.
Type | Description |
UnaryCallSettings<StartPaidServiceRequest,Operation> |
suspendEntitlementOperationSettings()
public OperationCallSettings<SuspendEntitlementRequest,Entitlement,OperationMetadata> suspendEntitlementOperationSettings()
Returns the object with the settings used for calls to suspendEntitlement.
Type | Description |
OperationCallSettings<SuspendEntitlementRequest,Entitlement,OperationMetadata> |
suspendEntitlementSettings()
public UnaryCallSettings<SuspendEntitlementRequest,Operation> suspendEntitlementSettings()
Returns the object with the settings used for calls to suspendEntitlement.
Type | Description |
UnaryCallSettings<SuspendEntitlementRequest,Operation> |
toBuilder()
public CloudChannelServiceStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Type | Description |
CloudChannelServiceStubSettings.Builder |
transferEntitlementsOperationSettings()
public OperationCallSettings<TransferEntitlementsRequest,TransferEntitlementsResponse,OperationMetadata> transferEntitlementsOperationSettings()
Returns the object with the settings used for calls to transferEntitlements.
Type | Description |
OperationCallSettings<TransferEntitlementsRequest,TransferEntitlementsResponse,OperationMetadata> |
transferEntitlementsSettings()
public UnaryCallSettings<TransferEntitlementsRequest,Operation> transferEntitlementsSettings()
Returns the object with the settings used for calls to transferEntitlements.
Type | Description |
UnaryCallSettings<TransferEntitlementsRequest,Operation> |
transferEntitlementsToGoogleOperationSettings()
public OperationCallSettings<TransferEntitlementsToGoogleRequest,Empty,OperationMetadata> transferEntitlementsToGoogleOperationSettings()
Returns the object with the settings used for calls to transferEntitlementsToGoogle.
Type | Description |
OperationCallSettings<TransferEntitlementsToGoogleRequest,Empty,OperationMetadata> |
transferEntitlementsToGoogleSettings()
public UnaryCallSettings<TransferEntitlementsToGoogleRequest,Operation> transferEntitlementsToGoogleSettings()
Returns the object with the settings used for calls to transferEntitlementsToGoogle.
Type | Description |
UnaryCallSettings<TransferEntitlementsToGoogleRequest,Operation> |
unregisterSubscriberSettings()
public UnaryCallSettings<UnregisterSubscriberRequest,UnregisterSubscriberResponse> unregisterSubscriberSettings()
Returns the object with the settings used for calls to unregisterSubscriber.
Type | Description |
UnaryCallSettings<UnregisterSubscriberRequest,UnregisterSubscriberResponse> |
updateChannelPartnerLinkSettings()
public UnaryCallSettings<UpdateChannelPartnerLinkRequest,ChannelPartnerLink> updateChannelPartnerLinkSettings()
Returns the object with the settings used for calls to updateChannelPartnerLink.
Type | Description |
UnaryCallSettings<UpdateChannelPartnerLinkRequest,ChannelPartnerLink> |
updateCustomerSettings()
public UnaryCallSettings<UpdateCustomerRequest,Customer> updateCustomerSettings()
Returns the object with the settings used for calls to updateCustomer.
Type | Description |
UnaryCallSettings<UpdateCustomerRequest,Customer> |