public static class IntentsStubSettings.Builder extends StubSettings.Builder<IntentsStubSettings,IntentsStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(IntentsStubSettings settings) |
Modifier and Type | Method and Description |
---|---|
IntentsStubSettings.Builder |
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
OperationCallSettings.Builder<BatchDeleteIntentsRequest,Empty,Struct> |
batchDeleteIntentsOperationSettings()
Returns the builder for the settings used for calls to batchDeleteIntents.
|
UnaryCallSettings.Builder<BatchDeleteIntentsRequest,Operation> |
batchDeleteIntentsSettings()
Returns the builder for the settings used for calls to batchDeleteIntents.
|
OperationCallSettings.Builder<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,Struct> |
batchUpdateIntentsOperationSettings()
Returns the builder for the settings used for calls to batchUpdateIntents.
|
UnaryCallSettings.Builder<BatchUpdateIntentsRequest,Operation> |
batchUpdateIntentsSettings()
Returns the builder for the settings used for calls to batchUpdateIntents.
|
IntentsStubSettings |
build() |
UnaryCallSettings.Builder<CreateIntentRequest,Intent> |
createIntentSettings()
Returns the builder for the settings used for calls to createIntent.
|
UnaryCallSettings.Builder<DeleteIntentRequest,Empty> |
deleteIntentSettings()
Returns the builder for the settings used for calls to deleteIntent.
|
UnaryCallSettings.Builder<GetIntentRequest,Intent> |
getIntentSettings()
Returns the builder for the settings used for calls to getIntent.
|
UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
|
PagedCallSettings.Builder<ListIntentsRequest,ListIntentsResponse,IntentsClient.ListIntentsPagedResponse> |
listIntentsSettings()
Returns the builder for the settings used for calls to listIntents.
|
PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,IntentsClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
|
com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
UnaryCallSettings.Builder<UpdateIntentRequest,Intent> |
updateIntentSettings()
Returns the builder for the settings used for calls to updateIntent.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, toString
protected Builder()
protected Builder(ClientContext clientContext)
protected Builder(IntentsStubSettings settings)
public IntentsStubSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public PagedCallSettings.Builder<ListIntentsRequest,ListIntentsResponse,IntentsClient.ListIntentsPagedResponse> listIntentsSettings()
public UnaryCallSettings.Builder<GetIntentRequest,Intent> getIntentSettings()
public UnaryCallSettings.Builder<CreateIntentRequest,Intent> createIntentSettings()
public UnaryCallSettings.Builder<UpdateIntentRequest,Intent> updateIntentSettings()
public UnaryCallSettings.Builder<DeleteIntentRequest,Empty> deleteIntentSettings()
public UnaryCallSettings.Builder<BatchUpdateIntentsRequest,Operation> batchUpdateIntentsSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,Struct> batchUpdateIntentsOperationSettings()
public UnaryCallSettings.Builder<BatchDeleteIntentsRequest,Operation> batchDeleteIntentsSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder<BatchDeleteIntentsRequest,Empty,Struct> batchDeleteIntentsOperationSettings()
public PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,IntentsClient.ListLocationsPagedResponse> listLocationsSettings()
public UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public IntentsStubSettings build() throws IOException
build
in class StubSettings.Builder<IntentsStubSettings,IntentsStubSettings.Builder>
IOException
Copyright © 2022 Google LLC. All rights reserved.