@Generated(value="by gapic-generator-java") public class CloudChannelServiceSettings extends com.google.api.gax.rpc.ClientSettings<CloudChannelServiceSettings>
CloudChannelServiceClient.
The default instance has everything set to sensible defaults:
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:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
CloudChannelServiceSettings.Builder cloudChannelServiceSettingsBuilder =
CloudChannelServiceSettings.newBuilder();
cloudChannelServiceSettingsBuilder
.getCustomerSettings()
.setRetrySettings(
cloudChannelServiceSettingsBuilder
.getCustomerSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
CloudChannelServiceSettings cloudChannelServiceSettings =
cloudChannelServiceSettingsBuilder.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudChannelServiceSettings.Builder
Builder for CloudChannelServiceSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CloudChannelServiceSettings(CloudChannelServiceSettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.OperationCallSettings<ActivateEntitlementRequest,Entitlement,OperationMetadata> |
activateEntitlementOperationSettings()
Returns the object with the settings used for calls to activateEntitlement.
|
com.google.api.gax.rpc.UnaryCallSettings<ActivateEntitlementRequest,com.google.longrunning.Operation> |
activateEntitlementSettings()
Returns the object with the settings used for calls to activateEntitlement.
|
com.google.api.gax.rpc.OperationCallSettings<CancelEntitlementRequest,com.google.protobuf.Empty,OperationMetadata> |
cancelEntitlementOperationSettings()
Returns the object with the settings used for calls to cancelEntitlement.
|
com.google.api.gax.rpc.UnaryCallSettings<CancelEntitlementRequest,com.google.longrunning.Operation> |
cancelEntitlementSettings()
Returns the object with the settings used for calls to cancelEntitlement.
|
com.google.api.gax.rpc.OperationCallSettings<ChangeOfferRequest,Entitlement,OperationMetadata> |
changeOfferOperationSettings()
Returns the object with the settings used for calls to changeOffer.
|
com.google.api.gax.rpc.UnaryCallSettings<ChangeOfferRequest,com.google.longrunning.Operation> |
changeOfferSettings()
Returns the object with the settings used for calls to changeOffer.
|
com.google.api.gax.rpc.OperationCallSettings<ChangeParametersRequest,Entitlement,OperationMetadata> |
changeParametersOperationSettings()
Returns the object with the settings used for calls to changeParameters.
|
com.google.api.gax.rpc.UnaryCallSettings<ChangeParametersRequest,com.google.longrunning.Operation> |
changeParametersSettings()
Returns the object with the settings used for calls to changeParameters.
|
com.google.api.gax.rpc.OperationCallSettings<ChangeRenewalSettingsRequest,Entitlement,OperationMetadata> |
changeRenewalSettingsOperationSettings()
Returns the object with the settings used for calls to changeRenewalSettings.
|
com.google.api.gax.rpc.UnaryCallSettings<ChangeRenewalSettingsRequest,com.google.longrunning.Operation> |
changeRenewalSettingsSettings()
Returns the object with the settings used for calls to changeRenewalSettings.
|
com.google.api.gax.rpc.UnaryCallSettings<CheckCloudIdentityAccountsExistRequest,CheckCloudIdentityAccountsExistResponse> |
checkCloudIdentityAccountsExistSettings()
Returns the object with the settings used for calls to checkCloudIdentityAccountsExist.
|
static CloudChannelServiceSettings |
create(CloudChannelServiceStubSettings stub) |
com.google.api.gax.rpc.UnaryCallSettings<CreateChannelPartnerLinkRequest,ChannelPartnerLink> |
createChannelPartnerLinkSettings()
Returns the object with the settings used for calls to createChannelPartnerLink.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateChannelPartnerRepricingConfigRequest,ChannelPartnerRepricingConfig> |
createChannelPartnerRepricingConfigSettings()
Returns the object with the settings used for calls to createChannelPartnerRepricingConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateCustomerRepricingConfigRequest,CustomerRepricingConfig> |
createCustomerRepricingConfigSettings()
Returns the object with the settings used for calls to createCustomerRepricingConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateCustomerRequest,Customer> |
createCustomerSettings()
Returns the object with the settings used for calls to createCustomer.
|
com.google.api.gax.rpc.OperationCallSettings<CreateEntitlementRequest,Entitlement,OperationMetadata> |
createEntitlementOperationSettings()
Returns the object with the settings used for calls to createEntitlement.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateEntitlementRequest,com.google.longrunning.Operation> |
createEntitlementSettings()
Returns the object with the settings used for calls to createEntitlement.
|
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static com.google.api.gax.core.GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static com.google.api.gax.core.InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
|
static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.UnaryCallSettings<DeleteChannelPartnerRepricingConfigRequest,com.google.protobuf.Empty> |
deleteChannelPartnerRepricingConfigSettings()
Returns the object with the settings used for calls to deleteChannelPartnerRepricingConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteCustomerRepricingConfigRequest,com.google.protobuf.Empty> |
deleteCustomerRepricingConfigSettings()
Returns the object with the settings used for calls to deleteCustomerRepricingConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteCustomerRequest,com.google.protobuf.Empty> |
deleteCustomerSettings()
Returns the object with the settings used for calls to deleteCustomer.
|
com.google.api.gax.rpc.UnaryCallSettings<GetChannelPartnerLinkRequest,ChannelPartnerLink> |
getChannelPartnerLinkSettings()
Returns the object with the settings used for calls to getChannelPartnerLink.
|
com.google.api.gax.rpc.UnaryCallSettings<GetChannelPartnerRepricingConfigRequest,ChannelPartnerRepricingConfig> |
getChannelPartnerRepricingConfigSettings()
Returns the object with the settings used for calls to getChannelPartnerRepricingConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<GetCustomerRepricingConfigRequest,CustomerRepricingConfig> |
getCustomerRepricingConfigSettings()
Returns the object with the settings used for calls to getCustomerRepricingConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<GetCustomerRequest,Customer> |
getCustomerSettings()
Returns the object with the settings used for calls to getCustomer.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.UnaryCallSettings<GetEntitlementRequest,Entitlement> |
getEntitlementSettings()
Returns the object with the settings used for calls to getEntitlement.
|
com.google.api.gax.rpc.UnaryCallSettings<ImportCustomerRequest,Customer> |
importCustomerSettings()
Returns the object with the settings used for calls to importCustomer.
|
com.google.api.gax.rpc.PagedCallSettings<ListChannelPartnerLinksRequest,ListChannelPartnerLinksResponse,CloudChannelServiceClient.ListChannelPartnerLinksPagedResponse> |
listChannelPartnerLinksSettings()
Returns the object with the settings used for calls to listChannelPartnerLinks.
|
com.google.api.gax.rpc.PagedCallSettings<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPagedResponse> |
listChannelPartnerRepricingConfigsSettings()
Returns the object with the settings used for calls to listChannelPartnerRepricingConfigs.
|
com.google.api.gax.rpc.PagedCallSettings<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse> |
listCustomerRepricingConfigsSettings()
Returns the object with the settings used for calls to listCustomerRepricingConfigs.
|
com.google.api.gax.rpc.PagedCallSettings<ListCustomersRequest,ListCustomersResponse,CloudChannelServiceClient.ListCustomersPagedResponse> |
listCustomersSettings()
Returns the object with the settings used for calls to listCustomers.
|
com.google.api.gax.rpc.PagedCallSettings<ListEntitlementChangesRequest,ListEntitlementChangesResponse,CloudChannelServiceClient.ListEntitlementChangesPagedResponse> |
listEntitlementChangesSettings()
Returns the object with the settings used for calls to listEntitlementChanges.
|
com.google.api.gax.rpc.PagedCallSettings<ListEntitlementsRequest,ListEntitlementsResponse,CloudChannelServiceClient.ListEntitlementsPagedResponse> |
listEntitlementsSettings()
Returns the object with the settings used for calls to listEntitlements.
|
com.google.api.gax.rpc.PagedCallSettings<ListOffersRequest,ListOffersResponse,CloudChannelServiceClient.ListOffersPagedResponse> |
listOffersSettings()
Returns the object with the settings used for calls to listOffers.
|
com.google.api.gax.rpc.PagedCallSettings<ListProductsRequest,ListProductsResponse,CloudChannelServiceClient.ListProductsPagedResponse> |
listProductsSettings()
Returns the object with the settings used for calls to listProducts.
|
com.google.api.gax.rpc.PagedCallSettings<ListPurchasableOffersRequest,ListPurchasableOffersResponse,CloudChannelServiceClient.ListPurchasableOffersPagedResponse> |
listPurchasableOffersSettings()
Returns the object with the settings used for calls to listPurchasableOffers.
|
com.google.api.gax.rpc.PagedCallSettings<ListPurchasableSkusRequest,ListPurchasableSkusResponse,CloudChannelServiceClient.ListPurchasableSkusPagedResponse> |
listPurchasableSkusSettings()
Returns the object with the settings used for calls to listPurchasableSkus.
|
com.google.api.gax.rpc.PagedCallSettings<ListSkuGroupBillableSkusRequest,ListSkuGroupBillableSkusResponse,CloudChannelServiceClient.ListSkuGroupBillableSkusPagedResponse> |
listSkuGroupBillableSkusSettings()
Returns the object with the settings used for calls to listSkuGroupBillableSkus.
|
com.google.api.gax.rpc.PagedCallSettings<ListSkuGroupsRequest,ListSkuGroupsResponse,CloudChannelServiceClient.ListSkuGroupsPagedResponse> |
listSkuGroupsSettings()
Returns the object with the settings used for calls to listSkuGroups.
|
com.google.api.gax.rpc.PagedCallSettings<ListSkusRequest,ListSkusResponse,CloudChannelServiceClient.ListSkusPagedResponse> |
listSkusSettings()
Returns the object with the settings used for calls to listSkus.
|
com.google.api.gax.rpc.PagedCallSettings<ListSubscribersRequest,ListSubscribersResponse,CloudChannelServiceClient.ListSubscribersPagedResponse> |
listSubscribersSettings()
Returns the object with the settings used for calls to listSubscribers.
|
com.google.api.gax.rpc.PagedCallSettings<ListTransferableOffersRequest,ListTransferableOffersResponse,CloudChannelServiceClient.ListTransferableOffersPagedResponse> |
listTransferableOffersSettings()
Returns the object with the settings used for calls to listTransferableOffers.
|
com.google.api.gax.rpc.PagedCallSettings<ListTransferableSkusRequest,ListTransferableSkusResponse,CloudChannelServiceClient.ListTransferableSkusPagedResponse> |
listTransferableSkusSettings()
Returns the object with the settings used for calls to listTransferableSkus.
|
com.google.api.gax.rpc.UnaryCallSettings<LookupOfferRequest,Offer> |
lookupOfferSettings()
Returns the object with the settings used for calls to lookupOffer.
|
static CloudChannelServiceSettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static CloudChannelServiceSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
static CloudChannelServiceSettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
com.google.api.gax.rpc.OperationCallSettings<ProvisionCloudIdentityRequest,Customer,OperationMetadata> |
provisionCloudIdentityOperationSettings()
Returns the object with the settings used for calls to provisionCloudIdentity.
|
com.google.api.gax.rpc.UnaryCallSettings<ProvisionCloudIdentityRequest,com.google.longrunning.Operation> |
provisionCloudIdentitySettings()
Returns the object with the settings used for calls to provisionCloudIdentity.
|
com.google.api.gax.rpc.UnaryCallSettings<QueryEligibleBillingAccountsRequest,QueryEligibleBillingAccountsResponse> |
queryEligibleBillingAccountsSettings()
Returns the object with the settings used for calls to queryEligibleBillingAccounts.
|
com.google.api.gax.rpc.UnaryCallSettings<RegisterSubscriberRequest,RegisterSubscriberResponse> |
registerSubscriberSettings()
Returns the object with the settings used for calls to registerSubscriber.
|
com.google.api.gax.rpc.OperationCallSettings<StartPaidServiceRequest,Entitlement,OperationMetadata> |
startPaidServiceOperationSettings()
Returns the object with the settings used for calls to startPaidService.
|
com.google.api.gax.rpc.UnaryCallSettings<StartPaidServiceRequest,com.google.longrunning.Operation> |
startPaidServiceSettings()
Returns the object with the settings used for calls to startPaidService.
|
com.google.api.gax.rpc.OperationCallSettings<SuspendEntitlementRequest,Entitlement,OperationMetadata> |
suspendEntitlementOperationSettings()
Returns the object with the settings used for calls to suspendEntitlement.
|
com.google.api.gax.rpc.UnaryCallSettings<SuspendEntitlementRequest,com.google.longrunning.Operation> |
suspendEntitlementSettings()
Returns the object with the settings used for calls to suspendEntitlement.
|
CloudChannelServiceSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.OperationCallSettings<TransferEntitlementsRequest,TransferEntitlementsResponse,OperationMetadata> |
transferEntitlementsOperationSettings()
Returns the object with the settings used for calls to transferEntitlements.
|
com.google.api.gax.rpc.UnaryCallSettings<TransferEntitlementsRequest,com.google.longrunning.Operation> |
transferEntitlementsSettings()
Returns the object with the settings used for calls to transferEntitlements.
|
com.google.api.gax.rpc.OperationCallSettings<TransferEntitlementsToGoogleRequest,com.google.protobuf.Empty,OperationMetadata> |
transferEntitlementsToGoogleOperationSettings()
Returns the object with the settings used for calls to transferEntitlementsToGoogle.
|
com.google.api.gax.rpc.UnaryCallSettings<TransferEntitlementsToGoogleRequest,com.google.longrunning.Operation> |
transferEntitlementsToGoogleSettings()
Returns the object with the settings used for calls to transferEntitlementsToGoogle.
|
com.google.api.gax.rpc.UnaryCallSettings<UnregisterSubscriberRequest,UnregisterSubscriberResponse> |
unregisterSubscriberSettings()
Returns the object with the settings used for calls to unregisterSubscriber.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateChannelPartnerLinkRequest,ChannelPartnerLink> |
updateChannelPartnerLinkSettings()
Returns the object with the settings used for calls to updateChannelPartnerLink.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateChannelPartnerRepricingConfigRequest,ChannelPartnerRepricingConfig> |
updateChannelPartnerRepricingConfigSettings()
Returns the object with the settings used for calls to updateChannelPartnerRepricingConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateCustomerRepricingConfigRequest,CustomerRepricingConfig> |
updateCustomerRepricingConfigSettings()
Returns the object with the settings used for calls to updateCustomerRepricingConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateCustomerRequest,Customer> |
updateCustomerSettings()
Returns the object with the settings used for calls to updateCustomer.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getUniverseDomain, getWatchdogCheckInterval, getWatchdogProvider, toStringprotected CloudChannelServiceSettings(CloudChannelServiceSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.PagedCallSettings<ListCustomersRequest,ListCustomersResponse,CloudChannelServiceClient.ListCustomersPagedResponse> listCustomersSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetCustomerRequest,Customer> getCustomerSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CheckCloudIdentityAccountsExistRequest,CheckCloudIdentityAccountsExistResponse> checkCloudIdentityAccountsExistSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateCustomerRequest,Customer> createCustomerSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateCustomerRequest,Customer> updateCustomerSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteCustomerRequest,com.google.protobuf.Empty> deleteCustomerSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ImportCustomerRequest,Customer> importCustomerSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ProvisionCloudIdentityRequest,com.google.longrunning.Operation> provisionCloudIdentitySettings()
public com.google.api.gax.rpc.OperationCallSettings<ProvisionCloudIdentityRequest,Customer,OperationMetadata> provisionCloudIdentityOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListEntitlementsRequest,ListEntitlementsResponse,CloudChannelServiceClient.ListEntitlementsPagedResponse> listEntitlementsSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListTransferableSkusRequest,ListTransferableSkusResponse,CloudChannelServiceClient.ListTransferableSkusPagedResponse> listTransferableSkusSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListTransferableOffersRequest,ListTransferableOffersResponse,CloudChannelServiceClient.ListTransferableOffersPagedResponse> listTransferableOffersSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetEntitlementRequest,Entitlement> getEntitlementSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateEntitlementRequest,com.google.longrunning.Operation> createEntitlementSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateEntitlementRequest,Entitlement,OperationMetadata> createEntitlementOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ChangeParametersRequest,com.google.longrunning.Operation> changeParametersSettings()
public com.google.api.gax.rpc.OperationCallSettings<ChangeParametersRequest,Entitlement,OperationMetadata> changeParametersOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ChangeRenewalSettingsRequest,com.google.longrunning.Operation> changeRenewalSettingsSettings()
public com.google.api.gax.rpc.OperationCallSettings<ChangeRenewalSettingsRequest,Entitlement,OperationMetadata> changeRenewalSettingsOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ChangeOfferRequest,com.google.longrunning.Operation> changeOfferSettings()
public com.google.api.gax.rpc.OperationCallSettings<ChangeOfferRequest,Entitlement,OperationMetadata> changeOfferOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<StartPaidServiceRequest,com.google.longrunning.Operation> startPaidServiceSettings()
public com.google.api.gax.rpc.OperationCallSettings<StartPaidServiceRequest,Entitlement,OperationMetadata> startPaidServiceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<SuspendEntitlementRequest,com.google.longrunning.Operation> suspendEntitlementSettings()
public com.google.api.gax.rpc.OperationCallSettings<SuspendEntitlementRequest,Entitlement,OperationMetadata> suspendEntitlementOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CancelEntitlementRequest,com.google.longrunning.Operation> cancelEntitlementSettings()
public com.google.api.gax.rpc.OperationCallSettings<CancelEntitlementRequest,com.google.protobuf.Empty,OperationMetadata> cancelEntitlementOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ActivateEntitlementRequest,com.google.longrunning.Operation> activateEntitlementSettings()
public com.google.api.gax.rpc.OperationCallSettings<ActivateEntitlementRequest,Entitlement,OperationMetadata> activateEntitlementOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<TransferEntitlementsRequest,com.google.longrunning.Operation> transferEntitlementsSettings()
public com.google.api.gax.rpc.OperationCallSettings<TransferEntitlementsRequest,TransferEntitlementsResponse,OperationMetadata> transferEntitlementsOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<TransferEntitlementsToGoogleRequest,com.google.longrunning.Operation> transferEntitlementsToGoogleSettings()
public com.google.api.gax.rpc.OperationCallSettings<TransferEntitlementsToGoogleRequest,com.google.protobuf.Empty,OperationMetadata> transferEntitlementsToGoogleOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListChannelPartnerLinksRequest,ListChannelPartnerLinksResponse,CloudChannelServiceClient.ListChannelPartnerLinksPagedResponse> listChannelPartnerLinksSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetChannelPartnerLinkRequest,ChannelPartnerLink> getChannelPartnerLinkSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateChannelPartnerLinkRequest,ChannelPartnerLink> createChannelPartnerLinkSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateChannelPartnerLinkRequest,ChannelPartnerLink> updateChannelPartnerLinkSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetCustomerRepricingConfigRequest,CustomerRepricingConfig> getCustomerRepricingConfigSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse> listCustomerRepricingConfigsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateCustomerRepricingConfigRequest,CustomerRepricingConfig> createCustomerRepricingConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateCustomerRepricingConfigRequest,CustomerRepricingConfig> updateCustomerRepricingConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteCustomerRepricingConfigRequest,com.google.protobuf.Empty> deleteCustomerRepricingConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetChannelPartnerRepricingConfigRequest,ChannelPartnerRepricingConfig> getChannelPartnerRepricingConfigSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPagedResponse> listChannelPartnerRepricingConfigsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateChannelPartnerRepricingConfigRequest,ChannelPartnerRepricingConfig> createChannelPartnerRepricingConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateChannelPartnerRepricingConfigRequest,ChannelPartnerRepricingConfig> updateChannelPartnerRepricingConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteChannelPartnerRepricingConfigRequest,com.google.protobuf.Empty> deleteChannelPartnerRepricingConfigSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListSkuGroupsRequest,ListSkuGroupsResponse,CloudChannelServiceClient.ListSkuGroupsPagedResponse> listSkuGroupsSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListSkuGroupBillableSkusRequest,ListSkuGroupBillableSkusResponse,CloudChannelServiceClient.ListSkuGroupBillableSkusPagedResponse> listSkuGroupBillableSkusSettings()
public com.google.api.gax.rpc.UnaryCallSettings<LookupOfferRequest,Offer> lookupOfferSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListProductsRequest,ListProductsResponse,CloudChannelServiceClient.ListProductsPagedResponse> listProductsSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListSkusRequest,ListSkusResponse,CloudChannelServiceClient.ListSkusPagedResponse> listSkusSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListOffersRequest,ListOffersResponse,CloudChannelServiceClient.ListOffersPagedResponse> listOffersSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListPurchasableSkusRequest,ListPurchasableSkusResponse,CloudChannelServiceClient.ListPurchasableSkusPagedResponse> listPurchasableSkusSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListPurchasableOffersRequest,ListPurchasableOffersResponse,CloudChannelServiceClient.ListPurchasableOffersPagedResponse> listPurchasableOffersSettings()
public com.google.api.gax.rpc.UnaryCallSettings<QueryEligibleBillingAccountsRequest,QueryEligibleBillingAccountsResponse> queryEligibleBillingAccountsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RegisterSubscriberRequest,RegisterSubscriberResponse> registerSubscriberSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UnregisterSubscriberRequest,UnregisterSubscriberResponse> unregisterSubscriberSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListSubscribersRequest,ListSubscribersResponse,CloudChannelServiceClient.ListSubscribersPagedResponse> listSubscribersSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListEntitlementChangesRequest,ListEntitlementChangesResponse,CloudChannelServiceClient.ListEntitlementChangesPagedResponse> listEntitlementChangesSettings()
public static final CloudChannelServiceSettings create(CloudChannelServiceStubSettings stub) throws IOException
IOExceptionpublic static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
@BetaApi public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static CloudChannelServiceSettings.Builder newBuilder()
public static CloudChannelServiceSettings.Builder newHttpJsonBuilder()
public static CloudChannelServiceSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public CloudChannelServiceSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.ClientSettings<CloudChannelServiceSettings>Copyright © 2024 Google LLC. All rights reserved.