@Generated(value="by gapic-generator-java") public class AgentsSettings extends ClientSettings<AgentsSettings>
AgentsClient
.
The default instance has everything set to sensible defaults:
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 getAgent 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
AgentsSettings.Builder agentsSettingsBuilder = AgentsSettings.newBuilder();
agentsSettingsBuilder
.getAgentSettings()
.setRetrySettings(
agentsSettingsBuilder.getAgentSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
AgentsSettings agentsSettings = agentsSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
AgentsSettings.Builder
Builder for AgentsSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
AgentsSettings(AgentsSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
static AgentsSettings |
create(AgentsStubSettings stub) |
static ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
|
static InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
|
static TransportChannelProvider |
defaultTransportChannelProvider() |
UnaryCallSettings<DeleteAgentRequest,Empty> |
deleteAgentSettings()
Returns the object with the settings used for calls to deleteAgent.
|
OperationCallSettings<ExportAgentRequest,ExportAgentResponse,Struct> |
exportAgentOperationSettings()
Returns the object with the settings used for calls to exportAgent.
|
UnaryCallSettings<ExportAgentRequest,Operation> |
exportAgentSettings()
Returns the object with the settings used for calls to exportAgent.
|
UnaryCallSettings<GetAgentRequest,Agent> |
getAgentSettings()
Returns the object with the settings used for calls to getAgent.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the object with the settings used for calls to getLocation.
|
UnaryCallSettings<GetValidationResultRequest,ValidationResult> |
getValidationResultSettings()
Returns the object with the settings used for calls to getValidationResult.
|
OperationCallSettings<ImportAgentRequest,Empty,Struct> |
importAgentOperationSettings()
Returns the object with the settings used for calls to importAgent.
|
UnaryCallSettings<ImportAgentRequest,Operation> |
importAgentSettings()
Returns the object with the settings used for calls to importAgent.
|
PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,AgentsClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
|
static AgentsSettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static AgentsSettings.Builder |
newBuilder(ClientContext clientContext)
Returns a new builder for this class.
|
static AgentsSettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
OperationCallSettings<RestoreAgentRequest,Empty,Struct> |
restoreAgentOperationSettings()
Returns the object with the settings used for calls to restoreAgent.
|
UnaryCallSettings<RestoreAgentRequest,Operation> |
restoreAgentSettings()
Returns the object with the settings used for calls to restoreAgent.
|
PagedCallSettings<SearchAgentsRequest,SearchAgentsResponse,AgentsClient.SearchAgentsPagedResponse> |
searchAgentsSettings()
Returns the object with the settings used for calls to searchAgents.
|
UnaryCallSettings<SetAgentRequest,Agent> |
setAgentSettings()
Returns the object with the settings used for calls to setAgent.
|
AgentsSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
OperationCallSettings<TrainAgentRequest,Empty,Struct> |
trainAgentOperationSettings()
Returns the object with the settings used for calls to trainAgent.
|
UnaryCallSettings<TrainAgentRequest,Operation> |
trainAgentSettings()
Returns the object with the settings used for calls to trainAgent.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
protected AgentsSettings(AgentsSettings.Builder settingsBuilder) throws IOException
IOException
public UnaryCallSettings<GetAgentRequest,Agent> getAgentSettings()
public UnaryCallSettings<SetAgentRequest,Agent> setAgentSettings()
public UnaryCallSettings<DeleteAgentRequest,Empty> deleteAgentSettings()
public PagedCallSettings<SearchAgentsRequest,SearchAgentsResponse,AgentsClient.SearchAgentsPagedResponse> searchAgentsSettings()
public UnaryCallSettings<TrainAgentRequest,Operation> trainAgentSettings()
public OperationCallSettings<TrainAgentRequest,Empty,Struct> trainAgentOperationSettings()
public UnaryCallSettings<ExportAgentRequest,Operation> exportAgentSettings()
public OperationCallSettings<ExportAgentRequest,ExportAgentResponse,Struct> exportAgentOperationSettings()
public UnaryCallSettings<ImportAgentRequest,Operation> importAgentSettings()
public OperationCallSettings<ImportAgentRequest,Empty,Struct> importAgentOperationSettings()
public UnaryCallSettings<RestoreAgentRequest,Operation> restoreAgentSettings()
public OperationCallSettings<RestoreAgentRequest,Empty,Struct> restoreAgentOperationSettings()
public UnaryCallSettings<GetValidationResultRequest,ValidationResult> getValidationResultSettings()
public PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,AgentsClient.ListLocationsPagedResponse> listLocationsSettings()
public UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public static final AgentsSettings create(AgentsStubSettings stub) throws IOException
IOException
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
@BetaApi public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static AgentsSettings.Builder newBuilder()
@BetaApi public static AgentsSettings.Builder newHttpJsonBuilder()
public static AgentsSettings.Builder newBuilder(ClientContext clientContext)
public AgentsSettings.Builder toBuilder()
toBuilder
in class ClientSettings<AgentsSettings>
Copyright © 2022 Google LLC. All rights reserved.