public
class
OperationsSettings
extends
ClientSettings<OperationsSettings>
Settings class to configure an instance of OperationsClient .
Static Methods
create(OperationsStubSettings stub)
public
static
final
OperationsSettings
create
(
OperationsStubSettings
stub
)
defaultApiClientHeaderProviderBuilder()
public
static
ApiClientHeaderProvider
.
Builder
defaultApiClientHeaderProviderBuilder
()
defaultCredentialsProviderBuilder()
public
static
GoogleCredentialsProvider
.
Builder
defaultCredentialsProviderBuilder
()
Returns a builder for the default credentials for this service.
defaultExecutorProviderBuilder()
public
static
InstantiatingExecutorProvider
.
Builder
defaultExecutorProviderBuilder
()
Returns a builder for the default ExecutorProvider for this service.
newBuilder()
public
static
OperationsSettings
.
Builder
newBuilder
()
Returns a new builder for this class.
newBuilder(ClientContext clientContext)
public
static
OperationsSettings
.
Builder
newBuilder
(
ClientContext
clientContext
)
Returns a new builder for this class.
Constructors
OperationsSettings(OperationsSettings.Builder settingsBuilder)
protected
OperationsSettings
(
OperationsSettings
.
Builder
settingsBuilder
)
Methods
cancelOperationSettings()
public
UnaryCallSettings<CancelOperationRequest
,
Empty
>
cancelOperationSettings
()
Returns the object with the settings used for calls to cancelOperation.
deleteOperationSettings()
public
UnaryCallSettings<DeleteOperationRequest
,
Empty
>
deleteOperationSettings
()
Returns the object with the settings used for calls to deleteOperation.
getOperationSettings()
public
UnaryCallSettings<GetOperationRequest
,
Operation
>
getOperationSettings
()
Returns the object with the settings used for calls to getOperation.
listOperationsSettings()
public
PagedCallSettings<ListOperationsRequest
,
ListOperationsResponse
,
OperationsClient
.
ListOperationsPagedResponse
>
listOperationsSettings
()
Returns the object with the settings used for calls to listOperations.
toBuilder()
public
OperationsSettings
.
Builder
toBuilder
()
Returns a builder containing all the values of this settings class.
waitOperationSettings()
public
UnaryCallSettings<WaitOperationRequest
,
Operation
>
waitOperationSettings
()
Returns the object with the settings used for calls to waitOperation.

