public class RuleServiceSettings extends ClientSettings<RuleServiceSettings>
Settings class to configure an instance of RuleServiceClient.
The default instance has everything set to sensible defaults:
- The default service address (chronicle.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 createRule:
// 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
RuleServiceSettings.Builder ruleServiceSettingsBuilder = RuleServiceSettings.newBuilder();
ruleServiceSettingsBuilder
.createRuleSettings()
.setRetrySettings(
ruleServiceSettingsBuilder
.createRuleSettings()
.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());
RuleServiceSettings ruleServiceSettings = ruleServiceSettingsBuilder.build();
Please refer to the Client Side Retry Guide for additional support in setting retries.
To configure the RetrySettings of a Long Running Operation method, create an OperationTimedPollAlgorithm object and update the RPC's polling algorithm. For example, to configure the RetrySettings for createRetrohunt:
// 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
RuleServiceSettings.Builder ruleServiceSettingsBuilder = RuleServiceSettings.newBuilder();
TimedRetryAlgorithm timedRetryAlgorithm =
OperationalTimedPollAlgorithm.create(
RetrySettings.newBuilder()
.setInitialRetryDelayDuration(Duration.ofMillis(500))
.setRetryDelayMultiplier(1.5)
.setMaxRetryDelayDuration(Duration.ofMillis(5000))
.setTotalTimeoutDuration(Duration.ofHours(24))
.build());
ruleServiceSettingsBuilder
.createClusterOperationSettings()
.setPollingAlgorithm(timedRetryAlgorithm)
.build();
Static Methods
create(RuleServiceStubSettings stub)
public static final RuleServiceSettings create(RuleServiceStubSettings stub)
Parameter | |
---|---|
Name | Description |
stub |
RuleServiceStubSettings |
Returns | |
---|---|
Type | Description |
RuleServiceSettings |
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 RuleServiceSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
Returns | |
---|---|
Type | Description |
RuleServiceSettings.Builder |
newBuilder(ClientContext clientContext)
public static RuleServiceSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Parameter | |
---|---|
Name | Description |
clientContext |
ClientContext |
Returns | |
---|---|
Type | Description |
RuleServiceSettings.Builder |
newHttpJsonBuilder()
public static RuleServiceSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
Returns | |
---|---|
Type | Description |
RuleServiceSettings.Builder |
Constructors
RuleServiceSettings(RuleServiceSettings.Builder settingsBuilder)
protected RuleServiceSettings(RuleServiceSettings.Builder settingsBuilder)
Parameter | |
---|---|
Name | Description |
settingsBuilder |
RuleServiceSettings.Builder |
Methods
createRetrohuntOperationSettings()
public OperationCallSettings<CreateRetrohuntRequest,Retrohunt,RetrohuntMetadata> createRetrohuntOperationSettings()
Returns the object with the settings used for calls to createRetrohunt.
Returns | |
---|---|
Type | Description |
OperationCallSettings<CreateRetrohuntRequest,Retrohunt,RetrohuntMetadata> |
createRetrohuntSettings()
public UnaryCallSettings<CreateRetrohuntRequest,Operation> createRetrohuntSettings()
Returns the object with the settings used for calls to createRetrohunt.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CreateRetrohuntRequest,Operation> |
createRuleSettings()
public UnaryCallSettings<CreateRuleRequest,Rule> createRuleSettings()
Returns the object with the settings used for calls to createRule.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CreateRuleRequest,Rule> |
deleteRuleSettings()
public UnaryCallSettings<DeleteRuleRequest,Empty> deleteRuleSettings()
Returns the object with the settings used for calls to deleteRule.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<DeleteRuleRequest,Empty> |
getRetrohuntSettings()
public UnaryCallSettings<GetRetrohuntRequest,Retrohunt> getRetrohuntSettings()
Returns the object with the settings used for calls to getRetrohunt.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetRetrohuntRequest,Retrohunt> |
getRuleDeploymentSettings()
public UnaryCallSettings<GetRuleDeploymentRequest,RuleDeployment> getRuleDeploymentSettings()
Returns the object with the settings used for calls to getRuleDeployment.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetRuleDeploymentRequest,RuleDeployment> |
getRuleSettings()
public UnaryCallSettings<GetRuleRequest,Rule> getRuleSettings()
Returns the object with the settings used for calls to getRule.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetRuleRequest,Rule> |
listRetrohuntsSettings()
public PagedCallSettings<ListRetrohuntsRequest,ListRetrohuntsResponse,RuleServiceClient.ListRetrohuntsPagedResponse> listRetrohuntsSettings()
Returns the object with the settings used for calls to listRetrohunts.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListRetrohuntsRequest,ListRetrohuntsResponse,ListRetrohuntsPagedResponse> |
listRuleDeploymentsSettings()
public PagedCallSettings<ListRuleDeploymentsRequest,ListRuleDeploymentsResponse,RuleServiceClient.ListRuleDeploymentsPagedResponse> listRuleDeploymentsSettings()
Returns the object with the settings used for calls to listRuleDeployments.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListRuleDeploymentsRequest,ListRuleDeploymentsResponse,ListRuleDeploymentsPagedResponse> |
listRuleRevisionsSettings()
public PagedCallSettings<ListRuleRevisionsRequest,ListRuleRevisionsResponse,RuleServiceClient.ListRuleRevisionsPagedResponse> listRuleRevisionsSettings()
Returns the object with the settings used for calls to listRuleRevisions.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListRuleRevisionsRequest,ListRuleRevisionsResponse,ListRuleRevisionsPagedResponse> |
listRulesSettings()
public PagedCallSettings<ListRulesRequest,ListRulesResponse,RuleServiceClient.ListRulesPagedResponse> listRulesSettings()
Returns the object with the settings used for calls to listRules.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListRulesRequest,ListRulesResponse,ListRulesPagedResponse> |
toBuilder()
public RuleServiceSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Returns | |
---|---|
Type | Description |
RuleServiceSettings.Builder |
updateRuleDeploymentSettings()
public UnaryCallSettings<UpdateRuleDeploymentRequest,RuleDeployment> updateRuleDeploymentSettings()
Returns the object with the settings used for calls to updateRuleDeployment.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<UpdateRuleDeploymentRequest,RuleDeployment> |
updateRuleSettings()
public UnaryCallSettings<UpdateRuleRequest,Rule> updateRuleSettings()
Returns the object with the settings used for calls to updateRule.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<UpdateRuleRequest,Rule> |