publicclass ServicesSettingsextendsClientSettings<ServicesSettings>
Settings class to configure an instance of ServicesClient.
The default instance has everything set to sensible defaults:
- The default service address (run.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 getService 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
ServicesSettings.BuilderservicesSettingsBuilder=ServicesSettings.newBuilder();
servicesSettingsBuilder
.getServiceSettings()
.setRetrySettings(
servicesSettingsBuilder
.getServiceSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
ServicesSettingsservicesSettings=servicesSettingsBuilder.build();
Static Methods
create(ServicesStubSettings stub)
publicstaticfinalServicesSettingscreate(ServicesStubSettingsstub)
publicstaticApiClientHeaderProvider.BuilderdefaultApiClientHeaderProviderBuilder()
defaultCredentialsProviderBuilder()
publicstaticGoogleCredentialsProvider.BuilderdefaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
defaultExecutorProviderBuilder()
publicstaticInstantiatingExecutorProvider.BuilderdefaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
defaultGrpcTransportProviderBuilder()
publicstaticInstantiatingGrpcChannelProvider.BuilderdefaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
defaultHttpJsonTransportProviderBuilder()
publicstaticInstantiatingHttpJsonChannelProvider.BuilderdefaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
defaultTransportChannelProvider()
publicstaticTransportChannelProviderdefaultTransportChannelProvider()
getDefaultEndpoint()
publicstaticStringgetDefaultEndpoint()
Returns the default service endpoint.
| Returns |
| Type |
Description |
String |
getDefaultServiceScopes()
publicstaticList<String>getDefaultServiceScopes()
Returns the default service scopes.
newBuilder()
publicstaticServicesSettings.BuildernewBuilder()
Returns a new gRPC builder for this class.
newBuilder(ClientContext clientContext)
publicstaticServicesSettings.BuildernewBuilder(ClientContextclientContext)
Returns a new builder for this class.
newHttpJsonBuilder()
publicstaticServicesSettings.BuildernewHttpJsonBuilder()
Returns a new REST builder for this class.
Constructors
ServicesSettings(ServicesSettings.Builder settingsBuilder)
protectedServicesSettings(ServicesSettings.BuildersettingsBuilder)
Methods
createServiceOperationSettings()
publicOperationCallSettings<CreateServiceRequest,Service,Service>createServiceOperationSettings()
Returns the object with the settings used for calls to createService.
createServiceSettings()
publicUnaryCallSettings<CreateServiceRequest,Operation>createServiceSettings()
Returns the object with the settings used for calls to createService.
deleteServiceOperationSettings()
publicOperationCallSettings<DeleteServiceRequest,Service,Service>deleteServiceOperationSettings()
Returns the object with the settings used for calls to deleteService.
deleteServiceSettings()
publicUnaryCallSettings<DeleteServiceRequest,Operation>deleteServiceSettings()
Returns the object with the settings used for calls to deleteService.
getIamPolicySettings()
publicUnaryCallSettings<GetIamPolicyRequest,Policy>getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
| Returns |
| Type |
Description |
UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getServiceSettings()
publicUnaryCallSettings<GetServiceRequest,Service>getServiceSettings()
Returns the object with the settings used for calls to getService.
listServicesSettings()
publicPagedCallSettings<ListServicesRequest,ListServicesResponse,ServicesClient.ListServicesPagedResponse>listServicesSettings()
Returns the object with the settings used for calls to listServices.
setIamPolicySettings()
publicUnaryCallSettings<SetIamPolicyRequest,Policy>setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
| Returns |
| Type |
Description |
UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
testIamPermissionsSettings()
publicUnaryCallSettings<TestIamPermissionsRequest,TestIamPermissionsResponse>testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
| Returns |
| Type |
Description |
UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
toBuilder()
publicServicesSettings.BuildertoBuilder()
Returns a builder containing all the values of this settings class.
Overrides
updateServiceOperationSettings()
publicOperationCallSettings<UpdateServiceRequest,Service,Service>updateServiceOperationSettings()
Returns the object with the settings used for calls to updateService.
updateServiceSettings()
publicUnaryCallSettings<UpdateServiceRequest,Operation>updateServiceSettings()
Returns the object with the settings used for calls to updateService.