public static class ToolsSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<ToolsSettings,ToolsSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(ToolsSettings settings) |
protected |
Builder(ToolsStubSettings.Builder stubSettings) |
| Modifier and Type | Method and Description |
|---|---|
ToolsSettings.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.
|
ToolsSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateToolRequest,Tool> |
createToolSettings()
Returns the builder for the settings used for calls to createTool.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateToolVersionRequest,ToolVersion> |
createToolVersionSettings()
Returns the builder for the settings used for calls to createToolVersion.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteToolRequest,com.google.protobuf.Empty> |
deleteToolSettings()
Returns the builder for the settings used for calls to deleteTool.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteToolVersionRequest,com.google.protobuf.Empty> |
deleteToolVersionSettings()
Returns the builder for the settings used for calls to deleteToolVersion.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportToolsRequest,ExportToolsResponse,ExportToolsMetadata> |
exportToolsOperationSettings()
Returns the builder for the settings used for calls to exportTools.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportToolsRequest,com.google.longrunning.Operation> |
exportToolsSettings()
Returns the builder for the settings used for calls to exportTools.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
|
ToolsStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetToolRequest,Tool> |
getToolSettings()
Returns the builder for the settings used for calls to getTool.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetToolVersionRequest,ToolVersion> |
getToolVersionSettings()
Returns the builder for the settings used for calls to getToolVersion.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ToolsClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListToolsRequest,ListToolsResponse,ToolsClient.ListToolsPagedResponse> |
listToolsSettings()
Returns the builder for the settings used for calls to listTools.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListToolVersionsRequest,ListToolVersionsResponse,ToolsClient.ListToolVersionsPagedResponse> |
listToolVersionsSettings()
Returns the builder for the settings used for calls to listToolVersions.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<RestoreToolVersionRequest,RestoreToolVersionResponse> |
restoreToolVersionSettings()
Returns the builder for the settings used for calls to restoreToolVersion.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateToolRequest,Tool> |
updateToolSettings()
Returns the builder for the settings used for calls to updateTool.
|
applyToAllUnaryMethods, getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogCheckIntervalDuration, getWatchdogProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setUniverseDomain, setWatchdogCheckInterval, setWatchdogCheckIntervalDuration, setWatchdogProvider, toStringprotected Builder()
throws IOException
IOExceptionprotected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(ToolsSettings settings)
protected Builder(ToolsStubSettings.Builder stubSettings)
public ToolsStubSettings.Builder getStubSettingsBuilder()
public ToolsSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateToolRequest,Tool> createToolSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListToolsRequest,ListToolsResponse,ToolsClient.ListToolsPagedResponse> listToolsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportToolsRequest,com.google.longrunning.Operation> exportToolsSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<ExportToolsRequest,ExportToolsResponse,ExportToolsMetadata> exportToolsOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetToolRequest,Tool> getToolSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateToolRequest,Tool> updateToolSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteToolRequest,com.google.protobuf.Empty> deleteToolSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListToolVersionsRequest,ListToolVersionsResponse,ToolsClient.ListToolVersionsPagedResponse> listToolVersionsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateToolVersionRequest,ToolVersion> createToolVersionSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetToolVersionRequest,ToolVersion> getToolVersionSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteToolVersionRequest,com.google.protobuf.Empty> deleteToolVersionSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<RestoreToolVersionRequest,RestoreToolVersionResponse> restoreToolVersionSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ToolsClient.ListLocationsPagedResponse> listLocationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public ToolsSettings build() throws IOException
build in class com.google.api.gax.rpc.ClientSettings.Builder<ToolsSettings,ToolsSettings.Builder>IOExceptionCopyright © 2025 Google LLC. All rights reserved.