public static class IntentsSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<IntentsSettings,IntentsSettings.Builder>
| Modifier and Type | Method and Description |
|---|---|
IntentsSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.BatchDeleteIntentsRequest,com.google.protobuf.Empty,com.google.protobuf.Struct> |
batchDeleteIntentsOperationSettings()
Returns the builder for the settings used for calls to batchDeleteIntents.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.BatchDeleteIntentsRequest,com.google.longrunning.Operation> |
batchDeleteIntentsSettings()
Returns the builder for the settings used for calls to batchDeleteIntents.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.BatchUpdateIntentsRequest,com.google.cloud.dialogflow.v2beta1.BatchUpdateIntentsResponse,com.google.protobuf.Struct> |
batchUpdateIntentsOperationSettings()
Returns the builder for the settings used for calls to batchUpdateIntents.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.BatchUpdateIntentsRequest,com.google.longrunning.Operation> |
batchUpdateIntentsSettings()
Returns the builder for the settings used for calls to batchUpdateIntents.
|
IntentsSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.CreateIntentRequest,com.google.cloud.dialogflow.v2beta1.Intent> |
createIntentSettings()
Returns the builder for the settings used for calls to createIntent.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.DeleteIntentRequest,com.google.protobuf.Empty> |
deleteIntentSettings()
Returns the builder for the settings used for calls to deleteIntent.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.GetIntentRequest,com.google.cloud.dialogflow.v2beta1.Intent> |
getIntentSettings()
Returns the builder for the settings used for calls to getIntent.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.ListIntentsRequest,com.google.cloud.dialogflow.v2beta1.ListIntentsResponse,PagedResponseWrappers.ListIntentsPagedResponse> |
listIntentsSettings()
Returns the builder for the settings used for calls to listIntents.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.UpdateIntentRequest,com.google.cloud.dialogflow.v2beta1.Intent> |
updateIntentSettings()
Returns the builder for the settings used for calls to updateIntent.
|
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getTransportChannelProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setTransportChannelProvider, toStringpublic IntentsSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exceptionpublic com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.ListIntentsRequest,com.google.cloud.dialogflow.v2beta1.ListIntentsResponse,PagedResponseWrappers.ListIntentsPagedResponse> listIntentsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.GetIntentRequest,com.google.cloud.dialogflow.v2beta1.Intent> getIntentSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.CreateIntentRequest,com.google.cloud.dialogflow.v2beta1.Intent> createIntentSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.UpdateIntentRequest,com.google.cloud.dialogflow.v2beta1.Intent> updateIntentSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.DeleteIntentRequest,com.google.protobuf.Empty> deleteIntentSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.BatchUpdateIntentsRequest,com.google.longrunning.Operation> batchUpdateIntentsSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.BatchUpdateIntentsRequest,com.google.cloud.dialogflow.v2beta1.BatchUpdateIntentsResponse,com.google.protobuf.Struct> batchUpdateIntentsOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.BatchDeleteIntentsRequest,com.google.longrunning.Operation> batchDeleteIntentsSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.BatchDeleteIntentsRequest,com.google.protobuf.Empty,com.google.protobuf.Struct> batchDeleteIntentsOperationSettings()
public IntentsSettings build() throws IOException
build in class com.google.api.gax.rpc.ClientSettings.Builder<IntentsSettings,IntentsSettings.Builder>IOExceptionCopyright © 2017 Google. All rights reserved.