public class CloudProductRegistryReadServiceSettings extends ClientSettings<CloudProductRegistryReadServiceSettings>Settings class to configure an instance of CloudProductRegistryReadServiceClient.
The default instance has everything set to sensible defaults:
- The default service address (cloudproductregistry.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 getProductSuite:
// 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
CloudProductRegistryReadServiceSettings.Builder cloudProductRegistryReadServiceSettingsBuilder =
CloudProductRegistryReadServiceSettings.newBuilder();
cloudProductRegistryReadServiceSettingsBuilder
.getProductSuiteSettings()
.setRetrySettings(
cloudProductRegistryReadServiceSettingsBuilder
.getProductSuiteSettings()
.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());
CloudProductRegistryReadServiceSettings cloudProductRegistryReadServiceSettings =
cloudProductRegistryReadServiceSettingsBuilder.build();
Please refer to the Client Side Retry Guide for additional support in setting retries.
Static Methods
create(CloudProductRegistryReadServiceStubSettings stub)
public static final CloudProductRegistryReadServiceSettings create(CloudProductRegistryReadServiceStubSettings stub)| Parameter | |
|---|---|
| Name | Description |
stub |
CloudProductRegistryReadServiceStubSettings |
| Returns | |
|---|---|
| Type | Description |
CloudProductRegistryReadServiceSettings |
|
| 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 CloudProductRegistryReadServiceSettings.Builder newBuilder()Returns a new gRPC builder for this class.
| Returns | |
|---|---|
| Type | Description |
CloudProductRegistryReadServiceSettings.Builder |
|
newBuilder(@Nullable ClientContext clientContext)
public static CloudProductRegistryReadServiceSettings.Builder newBuilder(@Nullable ClientContext clientContext)Returns a new builder for this class.
| Parameter | |
|---|---|
| Name | Description |
clientContext |
@org.jspecify.annotations.Nullable com.google.api.gax.rpc.ClientContext |
| Returns | |
|---|---|
| Type | Description |
CloudProductRegistryReadServiceSettings.Builder |
|
newHttpJsonBuilder()
public static CloudProductRegistryReadServiceSettings.Builder newHttpJsonBuilder()Returns a new REST builder for this class.
| Returns | |
|---|---|
| Type | Description |
CloudProductRegistryReadServiceSettings.Builder |
|
Constructors
CloudProductRegistryReadServiceSettings(CloudProductRegistryReadServiceSettings.Builder settingsBuilder)
protected CloudProductRegistryReadServiceSettings(CloudProductRegistryReadServiceSettings.Builder settingsBuilder)| Parameter | |
|---|---|
| Name | Description |
settingsBuilder |
CloudProductRegistryReadServiceSettings.Builder |
Methods
getLogicalProductSettings()
public UnaryCallSettings<GetLogicalProductRequest,LogicalProduct> getLogicalProductSettings()Returns the object with the settings used for calls to getLogicalProduct.
| Returns | |
|---|---|
| Type | Description |
UnaryCallSettings<GetLogicalProductRequest,LogicalProduct> |
|
getLogicalProductVariantSettings()
public UnaryCallSettings<GetLogicalProductVariantRequest,LogicalProductVariant> getLogicalProductVariantSettings()Returns the object with the settings used for calls to getLogicalProductVariant.
| Returns | |
|---|---|
| Type | Description |
UnaryCallSettings<GetLogicalProductVariantRequest,LogicalProductVariant> |
|
getProductSuiteSettings()
public UnaryCallSettings<GetProductSuiteRequest,ProductSuite> getProductSuiteSettings()Returns the object with the settings used for calls to getProductSuite.
| Returns | |
|---|---|
| Type | Description |
UnaryCallSettings<GetProductSuiteRequest,ProductSuite> |
|
listLogicalProductVariantsSettings()
public PagedCallSettings<ListLogicalProductVariantsRequest,ListLogicalProductVariantsResponse,CloudProductRegistryReadServiceClient.ListLogicalProductVariantsPagedResponse> listLogicalProductVariantsSettings()Returns the object with the settings used for calls to listLogicalProductVariants.
| Returns | |
|---|---|
| Type | Description |
PagedCallSettings<ListLogicalProductVariantsRequest,ListLogicalProductVariantsResponse,ListLogicalProductVariantsPagedResponse> |
|
listLogicalProductsSettings()
public PagedCallSettings<ListLogicalProductsRequest,ListLogicalProductsResponse,CloudProductRegistryReadServiceClient.ListLogicalProductsPagedResponse> listLogicalProductsSettings()Returns the object with the settings used for calls to listLogicalProducts.
| Returns | |
|---|---|
| Type | Description |
PagedCallSettings<ListLogicalProductsRequest,ListLogicalProductsResponse,ListLogicalProductsPagedResponse> |
|
listProductSuitesSettings()
public PagedCallSettings<ListProductSuitesRequest,ListProductSuitesResponse,CloudProductRegistryReadServiceClient.ListProductSuitesPagedResponse> listProductSuitesSettings()Returns the object with the settings used for calls to listProductSuites.
| Returns | |
|---|---|
| Type | Description |
PagedCallSettings<ListProductSuitesRequest,ListProductSuitesResponse,ListProductSuitesPagedResponse> |
|
lookupEntitySettings()
public UnaryCallSettings<LookupEntityRequest,LookupEntityResponse> lookupEntitySettings()Returns the object with the settings used for calls to lookupEntity.
| Returns | |
|---|---|
| Type | Description |
UnaryCallSettings<LookupEntityRequest,LookupEntityResponse> |
|
toBuilder()
public CloudProductRegistryReadServiceSettings.Builder toBuilder()Returns a builder containing all the values of this settings class.
| Returns | |
|---|---|
| Type | Description |
CloudProductRegistryReadServiceSettings.Builder |
|