public static class ToolsStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<ToolsStubSettings,ToolsStubSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(ToolsStubSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
ToolsStubSettings.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.
|
ToolsStubSettings |
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.
|
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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
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, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogCheckIntervalDuration, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogCheckIntervalDuration, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, setUniverseDomain, toStringprotected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(ToolsStubSettings settings)
public ToolsStubSettings.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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
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 ToolsStubSettings build() throws IOException
build in class com.google.api.gax.rpc.StubSettings.Builder<ToolsStubSettings,ToolsStubSettings.Builder>IOExceptionCopyright © 2025 Google LLC. All rights reserved.