public static class IntentsSettings.Builder extends ClientSettings.Builder<IntentsSettings,IntentsSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(IntentsSettings settings) |
protected |
Builder(IntentsStubSettings.Builder stubSettings) |
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
protected Builder() throws IOException
IOException
protected Builder(ClientContext clientContext)
protected Builder(IntentsSettings settings)
protected Builder(IntentsStubSettings.Builder stubSettings)
public IntentsStubSettings.Builder getStubSettingsBuilder()
public IntentsSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
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()
public OperationCallSettings.Builder<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,Struct> batchUpdateIntentsOperationSettings()
public UnaryCallSettings.Builder<BatchDeleteIntentsRequest,Operation> batchDeleteIntentsSettings()
public OperationCallSettings.Builder<BatchDeleteIntentsRequest,Empty,Struct> batchDeleteIntentsOperationSettings()
public IntentsSettings build() throws IOException
build
in class ClientSettings.Builder<IntentsSettings,IntentsSettings.Builder>
IOException
Copyright © 2021 Google LLC. All rights reserved.