public class HealthProfileServiceSettings extends ClientSettings<HealthProfileServiceSettings>Settings class to configure an instance of HealthProfileServiceClient.
The default instance has everything set to sensible defaults:
- The default service address (health.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 RetrySettings of getProfile:
// 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
HealthProfileServiceSettings.Builder healthProfileServiceSettingsBuilder =
HealthProfileServiceSettings.newBuilder();
healthProfileServiceSettingsBuilder
.getProfileSettings()
.setRetrySettings(
healthProfileServiceSettingsBuilder
.getProfileSettings()
.getRetrySettings()
.toBuilder()
.setInitialRetryDelayDuration(Duration.ofSeconds(1))
.setInitialRpcTimeoutDuration(Duration.ofSeconds(5))
.setMaxAttempts(5)
.setMaxRetryDelayDuration(Duration.ofSeconds(30))
.setMaxRpcTimeoutDuration(Duration.ofSeconds(60))
.setRetryDelayMultiplier(1.3)
.setRpcTimeoutMultiplier(1.5)
.setTotalTimeoutDuration(Duration.ofSeconds(300))
.build());
HealthProfileServiceSettings healthProfileServiceSettings =
healthProfileServiceSettingsBuilder.build();
Please refer to the Client Side Retry Guide for additional support in setting retries.
Static Methods
create(HealthProfileServiceStubSettings stub)
public static final HealthProfileServiceSettings create(HealthProfileServiceStubSettings stub)| Parameter | |
|---|---|
| Name | Description |
stub |
HealthProfileServiceStubSettings |
| Returns | |
|---|---|
| Type | Description |
HealthProfileServiceSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
defaultApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()| Returns | |
|---|---|
| Type | Description |
Builder |
|
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()Returns a builder for the default credentials for this service.
| Returns | |
|---|---|
| Type | Description |
Builder |
|
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()Returns a builder for the default ExecutorProvider for this service.
| Returns | |
|---|---|
| Type | Description |
Builder |
|
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()Returns a builder for the default gRPC ChannelProvider for this service.
| Returns | |
|---|---|
| Type | Description |
Builder |
|
defaultHttpJsonTransportProviderBuilder()
public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()Returns a builder for the default REST ChannelProvider for this service.
| Returns | |
|---|---|
| Type | Description |
Builder |
|
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()| Returns | |
|---|---|
| Type | Description |
TransportChannelProvider |
|
getDefaultEndpoint()
public static String getDefaultEndpoint()Returns the default service endpoint.
| Returns | |
|---|---|
| Type | Description |
String |
|
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()Returns the default service scopes.
| Returns | |
|---|---|
| Type | Description |
List<String> |
|
newBuilder()
public static HealthProfileServiceSettings.Builder newBuilder()Returns a new gRPC builder for this class.
| Returns | |
|---|---|
| Type | Description |
HealthProfileServiceSettings.Builder |
|
newBuilder(ClientContext clientContext)
public static HealthProfileServiceSettings.Builder newBuilder(ClientContext clientContext)Returns a new builder for this class.
| Parameter | |
|---|---|
| Name | Description |
clientContext |
ClientContext |
| Returns | |
|---|---|
| Type | Description |
HealthProfileServiceSettings.Builder |
|
newHttpJsonBuilder()
public static HealthProfileServiceSettings.Builder newHttpJsonBuilder()Returns a new REST builder for this class.
| Returns | |
|---|---|
| Type | Description |
HealthProfileServiceSettings.Builder |
|
Constructors
HealthProfileServiceSettings(HealthProfileServiceSettings.Builder settingsBuilder)
protected HealthProfileServiceSettings(HealthProfileServiceSettings.Builder settingsBuilder)| Parameter | |
|---|---|
| Name | Description |
settingsBuilder |
HealthProfileServiceSettings.Builder |
Methods
getIdentitySettings()
public UnaryCallSettings<GetIdentityRequest,Identity> getIdentitySettings()Returns the object with the settings used for calls to getIdentity.
| Returns | |
|---|---|
| Type | Description |
UnaryCallSettings<GetIdentityRequest,Identity> |
|
getIrnProfileSettings()
public UnaryCallSettings<GetIrnProfileRequest,IrnProfile> getIrnProfileSettings()Returns the object with the settings used for calls to getIrnProfile.
| Returns | |
|---|---|
| Type | Description |
UnaryCallSettings<GetIrnProfileRequest,IrnProfile> |
|
getPairedDeviceSettings()
public UnaryCallSettings<GetPairedDeviceRequest,PairedDevice> getPairedDeviceSettings()Returns the object with the settings used for calls to getPairedDevice.
| Returns | |
|---|---|
| Type | Description |
UnaryCallSettings<GetPairedDeviceRequest,PairedDevice> |
|
getProfileSettings()
public UnaryCallSettings<GetProfileRequest,Profile> getProfileSettings()Returns the object with the settings used for calls to getProfile.
| Returns | |
|---|---|
| Type | Description |
UnaryCallSettings<GetProfileRequest,Profile> |
|
getSettingsSettings()
public UnaryCallSettings<GetSettingsRequest,Settings> getSettingsSettings()Returns the object with the settings used for calls to getSettings.
| Returns | |
|---|---|
| Type | Description |
UnaryCallSettings<GetSettingsRequest,Settings> |
|
listPairedDevicesSettings()
public PagedCallSettings<ListPairedDevicesRequest,ListPairedDevicesResponse,HealthProfileServiceClient.ListPairedDevicesPagedResponse> listPairedDevicesSettings()Returns the object with the settings used for calls to listPairedDevices.
| Returns | |
|---|---|
| Type | Description |
PagedCallSettings<ListPairedDevicesRequest,ListPairedDevicesResponse,ListPairedDevicesPagedResponse> |
|
toBuilder()
public HealthProfileServiceSettings.Builder toBuilder()Returns a builder containing all the values of this settings class.
| Returns | |
|---|---|
| Type | Description |
HealthProfileServiceSettings.Builder |
|
updateProfileSettings()
public UnaryCallSettings<UpdateProfileRequest,Profile> updateProfileSettings()Returns the object with the settings used for calls to updateProfile.
| Returns | |
|---|---|
| Type | Description |
UnaryCallSettings<UpdateProfileRequest,Profile> |
|
updateSettingsSettings()
public UnaryCallSettings<UpdateSettingsRequest,Settings> updateSettingsSettings()Returns the object with the settings used for calls to updateSettings.
| Returns | |
|---|---|
| Type | Description |
UnaryCallSettings<UpdateSettingsRequest,Settings> |
|