@Generated(value="by gapic-generator") @BetaApi 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:
AgentsStubSettings.Builder agentsSettingsBuilder =
AgentsStubSettings.newBuilder();
agentsSettingsBuilder.getAgentSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
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 InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
|
static TransportChannelProvider |
defaultTransportChannelProvider() |
OperationCallSettings<com.google.cloud.dialogflow.v2.ExportAgentRequest,com.google.cloud.dialogflow.v2.ExportAgentResponse,Struct> |
exportAgentOperationSettings()
Returns the object with the settings used for calls to exportAgent.
|
UnaryCallSettings<com.google.cloud.dialogflow.v2.ExportAgentRequest,Operation> |
exportAgentSettings()
Returns the object with the settings used for calls to exportAgent.
|
UnaryCallSettings<com.google.cloud.dialogflow.v2.GetAgentRequest,com.google.cloud.dialogflow.v2.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.
|
OperationCallSettings<com.google.cloud.dialogflow.v2.ImportAgentRequest,Empty,Struct> |
importAgentOperationSettings()
Returns the object with the settings used for calls to importAgent.
|
UnaryCallSettings<com.google.cloud.dialogflow.v2.ImportAgentRequest,Operation> |
importAgentSettings()
Returns the object with the settings used for calls to importAgent.
|
static AgentsStubSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static AgentsStubSettings.Builder |
newBuilder(ClientContext clientContext)
Returns a new builder for this class.
|
OperationCallSettings<com.google.cloud.dialogflow.v2.RestoreAgentRequest,Empty,Struct> |
restoreAgentOperationSettings()
Returns the object with the settings used for calls to restoreAgent.
|
UnaryCallSettings<com.google.cloud.dialogflow.v2.RestoreAgentRequest,Operation> |
restoreAgentSettings()
Returns the object with the settings used for calls to restoreAgent.
|
PagedCallSettings<com.google.cloud.dialogflow.v2.SearchAgentsRequest,com.google.cloud.dialogflow.v2.SearchAgentsResponse,AgentsClient.SearchAgentsPagedResponse> |
searchAgentsSettings()
Returns the object with the settings used for calls to searchAgents.
|
AgentsStubSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
OperationCallSettings<com.google.cloud.dialogflow.v2.TrainAgentRequest,Empty,Struct> |
trainAgentOperationSettings()
Returns the object with the settings used for calls to trainAgent.
|
UnaryCallSettings<com.google.cloud.dialogflow.v2.TrainAgentRequest,Operation> |
trainAgentSettings()
Returns the object with the settings used for calls to trainAgent.
|
getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, toString
protected AgentsStubSettings(AgentsStubSettings.Builder settingsBuilder) throws IOException
IOException
public UnaryCallSettings<com.google.cloud.dialogflow.v2.GetAgentRequest,com.google.cloud.dialogflow.v2.Agent> getAgentSettings()
public PagedCallSettings<com.google.cloud.dialogflow.v2.SearchAgentsRequest,com.google.cloud.dialogflow.v2.SearchAgentsResponse,AgentsClient.SearchAgentsPagedResponse> searchAgentsSettings()
public UnaryCallSettings<com.google.cloud.dialogflow.v2.TrainAgentRequest,Operation> trainAgentSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings<com.google.cloud.dialogflow.v2.TrainAgentRequest,Empty,Struct> trainAgentOperationSettings()
public UnaryCallSettings<com.google.cloud.dialogflow.v2.ExportAgentRequest,Operation> exportAgentSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings<com.google.cloud.dialogflow.v2.ExportAgentRequest,com.google.cloud.dialogflow.v2.ExportAgentResponse,Struct> exportAgentOperationSettings()
public UnaryCallSettings<com.google.cloud.dialogflow.v2.ImportAgentRequest,Operation> importAgentSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings<com.google.cloud.dialogflow.v2.ImportAgentRequest,Empty,Struct> importAgentOperationSettings()
public UnaryCallSettings<com.google.cloud.dialogflow.v2.RestoreAgentRequest,Operation> restoreAgentSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings<com.google.cloud.dialogflow.v2.RestoreAgentRequest,Empty,Struct> restoreAgentOperationSettings()
@BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public AgentsStub createStub() 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()
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 AgentsStubSettings.Builder newBuilder()
public static AgentsStubSettings.Builder newBuilder(ClientContext clientContext)
public AgentsStubSettings.Builder toBuilder()
toBuilder
in class StubSettings<AgentsStubSettings>
Copyright © 2019 Google LLC. All rights reserved.