Package com.google.cloud.channel.v1
Class CloudChannelServiceSettings
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings<CloudChannelServiceSettings>
-
- com.google.cloud.channel.v1.CloudChannelServiceSettings
-
@Generated("by gapic-generator-java") public class CloudChannelServiceSettings extends com.google.api.gax.rpc.ClientSettings<CloudChannelServiceSettings>
Settings class to configure an instance ofCloudChannelServiceClient
.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:
// 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();
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CloudChannelServiceSettings.Builder
Builder for CloudChannelServiceSettings.
-
Constructor Summary
Constructors Modifier Constructor Description protected
CloudChannelServiceSettings(CloudChannelServiceSettings.Builder settingsBuilder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
CloudChannelServiceSettings
protected CloudChannelServiceSettings(CloudChannelServiceSettings.Builder settingsBuilder) throws IOException
- Throws:
IOException
-
-
Method Detail
-
listCustomersSettings
public com.google.api.gax.rpc.PagedCallSettings<ListCustomersRequest,ListCustomersResponse,CloudChannelServiceClient.ListCustomersPagedResponse> listCustomersSettings()
Returns the object with the settings used for calls to listCustomers.
-
getCustomerSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetCustomerRequest,Customer> getCustomerSettings()
Returns the object with the settings used for calls to getCustomer.
-
checkCloudIdentityAccountsExistSettings
public com.google.api.gax.rpc.UnaryCallSettings<CheckCloudIdentityAccountsExistRequest,CheckCloudIdentityAccountsExistResponse> checkCloudIdentityAccountsExistSettings()
Returns the object with the settings used for calls to checkCloudIdentityAccountsExist.
-
createCustomerSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateCustomerRequest,Customer> createCustomerSettings()
Returns the object with the settings used for calls to createCustomer.
-
updateCustomerSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateCustomerRequest,Customer> updateCustomerSettings()
Returns the object with the settings used for calls to updateCustomer.
-
deleteCustomerSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteCustomerRequest,com.google.protobuf.Empty> deleteCustomerSettings()
Returns the object with the settings used for calls to deleteCustomer.
-
importCustomerSettings
public com.google.api.gax.rpc.UnaryCallSettings<ImportCustomerRequest,Customer> importCustomerSettings()
Returns the object with the settings used for calls to importCustomer.
-
provisionCloudIdentitySettings
public com.google.api.gax.rpc.UnaryCallSettings<ProvisionCloudIdentityRequest,com.google.longrunning.Operation> provisionCloudIdentitySettings()
Returns the object with the settings used for calls to provisionCloudIdentity.
-
provisionCloudIdentityOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<ProvisionCloudIdentityRequest,Customer,OperationMetadata> provisionCloudIdentityOperationSettings()
Returns the object with the settings used for calls to provisionCloudIdentity.
-
listEntitlementsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListEntitlementsRequest,ListEntitlementsResponse,CloudChannelServiceClient.ListEntitlementsPagedResponse> listEntitlementsSettings()
Returns the object with the settings used for calls to listEntitlements.
-
listTransferableSkusSettings
public com.google.api.gax.rpc.PagedCallSettings<ListTransferableSkusRequest,ListTransferableSkusResponse,CloudChannelServiceClient.ListTransferableSkusPagedResponse> listTransferableSkusSettings()
Returns the object with the settings used for calls to listTransferableSkus.
-
listTransferableOffersSettings
public com.google.api.gax.rpc.PagedCallSettings<ListTransferableOffersRequest,ListTransferableOffersResponse,CloudChannelServiceClient.ListTransferableOffersPagedResponse> listTransferableOffersSettings()
Returns the object with the settings used for calls to listTransferableOffers.
-
getEntitlementSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetEntitlementRequest,Entitlement> getEntitlementSettings()
Returns the object with the settings used for calls to getEntitlement.
-
createEntitlementSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateEntitlementRequest,com.google.longrunning.Operation> createEntitlementSettings()
Returns the object with the settings used for calls to createEntitlement.
-
createEntitlementOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateEntitlementRequest,Entitlement,OperationMetadata> createEntitlementOperationSettings()
Returns the object with the settings used for calls to createEntitlement.
-
changeParametersSettings
public com.google.api.gax.rpc.UnaryCallSettings<ChangeParametersRequest,com.google.longrunning.Operation> changeParametersSettings()
Returns the object with the settings used for calls to changeParameters.
-
changeParametersOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<ChangeParametersRequest,Entitlement,OperationMetadata> changeParametersOperationSettings()
Returns the object with the settings used for calls to changeParameters.
-
changeRenewalSettingsSettings
public com.google.api.gax.rpc.UnaryCallSettings<ChangeRenewalSettingsRequest,com.google.longrunning.Operation> changeRenewalSettingsSettings()
Returns the object with the settings used for calls to changeRenewalSettings.
-
changeRenewalSettingsOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<ChangeRenewalSettingsRequest,Entitlement,OperationMetadata> changeRenewalSettingsOperationSettings()
Returns the object with the settings used for calls to changeRenewalSettings.
-
changeOfferSettings
public com.google.api.gax.rpc.UnaryCallSettings<ChangeOfferRequest,com.google.longrunning.Operation> changeOfferSettings()
Returns the object with the settings used for calls to changeOffer.
-
changeOfferOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<ChangeOfferRequest,Entitlement,OperationMetadata> changeOfferOperationSettings()
Returns the object with the settings used for calls to changeOffer.
-
startPaidServiceSettings
public com.google.api.gax.rpc.UnaryCallSettings<StartPaidServiceRequest,com.google.longrunning.Operation> startPaidServiceSettings()
Returns the object with the settings used for calls to startPaidService.
-
startPaidServiceOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<StartPaidServiceRequest,Entitlement,OperationMetadata> startPaidServiceOperationSettings()
Returns the object with the settings used for calls to startPaidService.
-
suspendEntitlementSettings
public com.google.api.gax.rpc.UnaryCallSettings<SuspendEntitlementRequest,com.google.longrunning.Operation> suspendEntitlementSettings()
Returns the object with the settings used for calls to suspendEntitlement.
-
suspendEntitlementOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<SuspendEntitlementRequest,Entitlement,OperationMetadata> suspendEntitlementOperationSettings()
Returns the object with the settings used for calls to suspendEntitlement.
-
cancelEntitlementSettings
public com.google.api.gax.rpc.UnaryCallSettings<CancelEntitlementRequest,com.google.longrunning.Operation> cancelEntitlementSettings()
Returns the object with the settings used for calls to cancelEntitlement.
-
cancelEntitlementOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CancelEntitlementRequest,com.google.protobuf.Empty,OperationMetadata> cancelEntitlementOperationSettings()
Returns the object with the settings used for calls to cancelEntitlement.
-
activateEntitlementSettings
public com.google.api.gax.rpc.UnaryCallSettings<ActivateEntitlementRequest,com.google.longrunning.Operation> activateEntitlementSettings()
Returns the object with the settings used for calls to activateEntitlement.
-
activateEntitlementOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<ActivateEntitlementRequest,Entitlement,OperationMetadata> activateEntitlementOperationSettings()
Returns the object with the settings used for calls to activateEntitlement.
-
transferEntitlementsSettings
public com.google.api.gax.rpc.UnaryCallSettings<TransferEntitlementsRequest,com.google.longrunning.Operation> transferEntitlementsSettings()
Returns the object with the settings used for calls to transferEntitlements.
-
transferEntitlementsOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<TransferEntitlementsRequest,TransferEntitlementsResponse,OperationMetadata> transferEntitlementsOperationSettings()
Returns the object with the settings used for calls to transferEntitlements.
-
transferEntitlementsToGoogleSettings
public com.google.api.gax.rpc.UnaryCallSettings<TransferEntitlementsToGoogleRequest,com.google.longrunning.Operation> transferEntitlementsToGoogleSettings()
Returns the object with the settings used for calls to transferEntitlementsToGoogle.
-
transferEntitlementsToGoogleOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<TransferEntitlementsToGoogleRequest,com.google.protobuf.Empty,OperationMetadata> transferEntitlementsToGoogleOperationSettings()
Returns the object with the settings used for calls to transferEntitlementsToGoogle.
-
listChannelPartnerLinksSettings
public com.google.api.gax.rpc.PagedCallSettings<ListChannelPartnerLinksRequest,ListChannelPartnerLinksResponse,CloudChannelServiceClient.ListChannelPartnerLinksPagedResponse> listChannelPartnerLinksSettings()
Returns the object with the settings used for calls to listChannelPartnerLinks.
-
getChannelPartnerLinkSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetChannelPartnerLinkRequest,ChannelPartnerLink> getChannelPartnerLinkSettings()
Returns the object with the settings used for calls to getChannelPartnerLink.
-
createChannelPartnerLinkSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateChannelPartnerLinkRequest,ChannelPartnerLink> createChannelPartnerLinkSettings()
Returns the object with the settings used for calls to createChannelPartnerLink.
-
updateChannelPartnerLinkSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateChannelPartnerLinkRequest,ChannelPartnerLink> updateChannelPartnerLinkSettings()
Returns the object with the settings used for calls to updateChannelPartnerLink.
-
getCustomerRepricingConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetCustomerRepricingConfigRequest,CustomerRepricingConfig> getCustomerRepricingConfigSettings()
Returns the object with the settings used for calls to getCustomerRepricingConfig.
-
listCustomerRepricingConfigsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse> listCustomerRepricingConfigsSettings()
Returns the object with the settings used for calls to listCustomerRepricingConfigs.
-
createCustomerRepricingConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateCustomerRepricingConfigRequest,CustomerRepricingConfig> createCustomerRepricingConfigSettings()
Returns the object with the settings used for calls to createCustomerRepricingConfig.
-
updateCustomerRepricingConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateCustomerRepricingConfigRequest,CustomerRepricingConfig> updateCustomerRepricingConfigSettings()
Returns the object with the settings used for calls to updateCustomerRepricingConfig.
-
deleteCustomerRepricingConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteCustomerRepricingConfigRequest,com.google.protobuf.Empty> deleteCustomerRepricingConfigSettings()
Returns the object with the settings used for calls to deleteCustomerRepricingConfig.
-
getChannelPartnerRepricingConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetChannelPartnerRepricingConfigRequest,ChannelPartnerRepricingConfig> getChannelPartnerRepricingConfigSettings()
Returns the object with the settings used for calls to getChannelPartnerRepricingConfig.
-
listChannelPartnerRepricingConfigsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPagedResponse> listChannelPartnerRepricingConfigsSettings()
Returns the object with the settings used for calls to listChannelPartnerRepricingConfigs.
-
createChannelPartnerRepricingConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateChannelPartnerRepricingConfigRequest,ChannelPartnerRepricingConfig> createChannelPartnerRepricingConfigSettings()
Returns the object with the settings used for calls to createChannelPartnerRepricingConfig.
-
updateChannelPartnerRepricingConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateChannelPartnerRepricingConfigRequest,ChannelPartnerRepricingConfig> updateChannelPartnerRepricingConfigSettings()
Returns the object with the settings used for calls to updateChannelPartnerRepricingConfig.
-
deleteChannelPartnerRepricingConfigSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteChannelPartnerRepricingConfigRequest,com.google.protobuf.Empty> deleteChannelPartnerRepricingConfigSettings()
Returns the object with the settings used for calls to deleteChannelPartnerRepricingConfig.
-
listSkuGroupsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListSkuGroupsRequest,ListSkuGroupsResponse,CloudChannelServiceClient.ListSkuGroupsPagedResponse> listSkuGroupsSettings()
Returns the object with the settings used for calls to listSkuGroups.
-
listSkuGroupBillableSkusSettings
public com.google.api.gax.rpc.PagedCallSettings<ListSkuGroupBillableSkusRequest,ListSkuGroupBillableSkusResponse,CloudChannelServiceClient.ListSkuGroupBillableSkusPagedResponse> listSkuGroupBillableSkusSettings()
Returns the object with the settings used for calls to listSkuGroupBillableSkus.
-
lookupOfferSettings
public com.google.api.gax.rpc.UnaryCallSettings<LookupOfferRequest,Offer> lookupOfferSettings()
Returns the object with the settings used for calls to lookupOffer.
-
listProductsSettings
public com.google.api.gax.rpc.PagedCallSettings<ListProductsRequest,ListProductsResponse,CloudChannelServiceClient.ListProductsPagedResponse> listProductsSettings()
Returns the object with the settings used for calls to listProducts.
-
listSkusSettings
public com.google.api.gax.rpc.PagedCallSettings<ListSkusRequest,ListSkusResponse,CloudChannelServiceClient.ListSkusPagedResponse> listSkusSettings()
Returns the object with the settings used for calls to listSkus.
-
listOffersSettings
public com.google.api.gax.rpc.PagedCallSettings<ListOffersRequest,ListOffersResponse,CloudChannelServiceClient.ListOffersPagedResponse> listOffersSettings()
Returns the object with the settings used for calls to listOffers.
-
listPurchasableSkusSettings
public com.google.api.gax.rpc.PagedCallSettings<ListPurchasableSkusRequest,ListPurchasableSkusResponse,CloudChannelServiceClient.ListPurchasableSkusPagedResponse> listPurchasableSkusSettings()
Returns the object with the settings used for calls to listPurchasableSkus.
-
listPurchasableOffersSettings
public com.google.api.gax.rpc.PagedCallSettings<ListPurchasableOffersRequest,ListPurchasableOffersResponse,CloudChannelServiceClient.ListPurchasableOffersPagedResponse> listPurchasableOffersSettings()
Returns the object with the settings used for calls to listPurchasableOffers.
-
queryEligibleBillingAccountsSettings
public com.google.api.gax.rpc.UnaryCallSettings<QueryEligibleBillingAccountsRequest,QueryEligibleBillingAccountsResponse> queryEligibleBillingAccountsSettings()
Returns the object with the settings used for calls to queryEligibleBillingAccounts.
-
registerSubscriberSettings
public com.google.api.gax.rpc.UnaryCallSettings<RegisterSubscriberRequest,RegisterSubscriberResponse> registerSubscriberSettings()
Returns the object with the settings used for calls to registerSubscriber.
-
unregisterSubscriberSettings
public com.google.api.gax.rpc.UnaryCallSettings<UnregisterSubscriberRequest,UnregisterSubscriberResponse> unregisterSubscriberSettings()
Returns the object with the settings used for calls to unregisterSubscriber.
-
listSubscribersSettings
public com.google.api.gax.rpc.PagedCallSettings<ListSubscribersRequest,ListSubscribersResponse,CloudChannelServiceClient.ListSubscribersPagedResponse> listSubscribersSettings()
Returns the object with the settings used for calls to listSubscribers.
-
listEntitlementChangesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListEntitlementChangesRequest,ListEntitlementChangesResponse,CloudChannelServiceClient.ListEntitlementChangesPagedResponse> listEntitlementChangesSettings()
Returns the object with the settings used for calls to listEntitlementChanges.
-
create
public static final CloudChannelServiceSettings create(CloudChannelServiceStubSettings stub) throws IOException
- Throws:
IOException
-
defaultExecutorProviderBuilder
public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
-
getDefaultEndpoint
public static String getDefaultEndpoint()
Returns the default service endpoint.
-
getDefaultServiceScopes
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
-
defaultCredentialsProviderBuilder
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
-
defaultGrpcTransportProviderBuilder
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
-
defaultHttpJsonTransportProviderBuilder
@BetaApi public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
-
defaultTransportChannelProvider
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
-
defaultApiClientHeaderProviderBuilder
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
-
newBuilder
public static CloudChannelServiceSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
-
newHttpJsonBuilder
@BetaApi public static CloudChannelServiceSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
-
newBuilder
public static CloudChannelServiceSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
-
toBuilder
public CloudChannelServiceSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.- Specified by:
toBuilder
in classcom.google.api.gax.rpc.ClientSettings<CloudChannelServiceSettings>
-
-