@BetaApi @Generated(value="by gapic-generator-java") public class AgentsStubSettings extends StubSettings<AgentsStubSettings>
AgentsStub
.
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
AgentsStubSettings.Builder agentsSettingsBuilder = AgentsStubSettings.newBuilder();
agentsSettingsBuilder
.getAgentSettings()
.setRetrySettings(
agentsSettingsBuilder.getAgentSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
AgentsStubSettings agentsSettings = agentsSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
AgentsStubSettings.Builder
Builder for AgentsStubSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
AgentsStubSettings(AgentsStubSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
AgentsStub |
createStub() |
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 ApiClientHeaderProvider.Builder |
defaultGrpcApiClientHeaderProviderBuilder() |
static InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
|
static ApiClientHeaderProvider.Builder |
defaultHttpJsonApiClientHeaderProviderBuilder() |
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 String |
getDefaultMtlsEndpoint()
Returns the default mTLS 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 AgentsStubSettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static AgentsStubSettings.Builder |
newBuilder(ClientContext clientContext)
Returns a new builder for this class.
|
static AgentsStubSettings.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.
|
AgentsStubSettings.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, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, toString
protected AgentsStubSettings(AgentsStubSettings.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 AgentsStub createStub() throws IOException
IOException
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static String getDefaultMtlsEndpoint()
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 defaultGrpcApiClientHeaderProviderBuilder()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static AgentsStubSettings.Builder newBuilder()
public static AgentsStubSettings.Builder newHttpJsonBuilder()
public static AgentsStubSettings.Builder newBuilder(ClientContext clientContext)
public AgentsStubSettings.Builder toBuilder()
toBuilder
in class StubSettings<AgentsStubSettings>
Copyright © 2022 Google LLC. All rights reserved.