public static class ContextsSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<ContextsSettings,ContextsSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(ContextsSettings settings) |
protected |
Builder(ContextsStubSettings.Builder stubSettings) |
Modifier and Type | Method and Description |
---|---|
ContextsSettings.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.
|
ContextsSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateContextRequest,Context> |
createContextSettings()
Returns the builder for the settings used for calls to createContext.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteAllContextsRequest,Empty> |
deleteAllContextsSettings()
Returns the builder for the settings used for calls to deleteAllContexts.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteContextRequest,Empty> |
deleteContextSettings()
Returns the builder for the settings used for calls to deleteContext.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetContextRequest,Context> |
getContextSettings()
Returns the builder for the settings used for calls to getContext.
|
ContextsStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.PagedCallSettings.Builder<ListContextsRequest,ListContextsResponse,ContextsClient.ListContextsPagedResponse> |
listContextsSettings()
Returns the builder for the settings used for calls to listContexts.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateContextRequest,Context> |
updateContextSettings()
Returns the builder for the settings used for calls to updateContext.
|
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
protected Builder() throws IOException
IOException
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(ContextsSettings settings)
protected Builder(ContextsStubSettings.Builder stubSettings)
public ContextsStubSettings.Builder getStubSettingsBuilder()
public ContextsSettings.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.
Exception
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListContextsRequest,ListContextsResponse,ContextsClient.ListContextsPagedResponse> listContextsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetContextRequest,Context> getContextSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateContextRequest,Context> createContextSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateContextRequest,Context> updateContextSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteContextRequest,Empty> deleteContextSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteAllContextsRequest,Empty> deleteAllContextsSettings()
public ContextsSettings build() throws IOException
build
in class com.google.api.gax.rpc.ClientSettings.Builder<ContextsSettings,ContextsSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.