public static class GlobalOperationSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<GlobalOperationSettings,GlobalOperationSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(GlobalOperationSettings settings) |
protected |
Builder(GlobalOperationStubSettings.Builder stubSettings) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListGlobalOperationsHttpRequest,OperationAggregatedList,GlobalOperationClient.AggregatedListGlobalOperationsPagedResponse> |
aggregatedListGlobalOperationsSettings()
Returns the builder for the settings used for calls to aggregatedListGlobalOperations.
|
GlobalOperationSettings.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.
|
GlobalOperationSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteGlobalOperationHttpRequest,Void> |
deleteGlobalOperationSettings()
Returns the builder for the settings used for calls to deleteGlobalOperation.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGlobalOperationHttpRequest,Operation> |
getGlobalOperationSettings()
Returns the builder for the settings used for calls to getGlobalOperation.
|
GlobalOperationStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.PagedCallSettings.Builder<ListGlobalOperationsHttpRequest,OperationList,GlobalOperationClient.ListGlobalOperationsPagedResponse> |
listGlobalOperationsSettings()
Returns the builder for the settings used for calls to listGlobalOperations.
|
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(GlobalOperationSettings settings)
protected Builder(GlobalOperationStubSettings.Builder stubSettings)
public GlobalOperationStubSettings.Builder getStubSettingsBuilder()
public GlobalOperationSettings.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<AggregatedListGlobalOperationsHttpRequest,OperationAggregatedList,GlobalOperationClient.AggregatedListGlobalOperationsPagedResponse> aggregatedListGlobalOperationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteGlobalOperationHttpRequest,Void> deleteGlobalOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGlobalOperationHttpRequest,Operation> getGlobalOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListGlobalOperationsHttpRequest,OperationList,GlobalOperationClient.ListGlobalOperationsPagedResponse> listGlobalOperationsSettings()
public GlobalOperationSettings build() throws IOException
build
in class com.google.api.gax.rpc.ClientSettings.Builder<GlobalOperationSettings,GlobalOperationSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.