Package com.google.longrunning.stub
Class OperationsStubSettings
java.lang.Object
com.google.api.gax.rpc.StubSettings<OperationsStubSettings>
com.google.longrunning.stub.OperationsStubSettings
Settings class to configure an instance of
OperationsStub.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for OperationsStubSettings. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOperationsStubSettings(OperationsStubSettings.Builder settingsBuilder) -
Method Summary
Modifier and TypeMethodDescriptionUnaryCallSettings<CancelOperationRequest,com.google.protobuf.Empty> Returns the object with the settings used for calls to cancelOperation.Returns a builder for the default credentials for this service.Returns a builder for the default ExecutorProvider for this service.UnaryCallSettings<DeleteOperationRequest,com.google.protobuf.Empty> Returns the object with the settings used for calls to deleteOperation.Returns the object with the settings used for calls to getOperation.PagedCallSettings<ListOperationsRequest,ListOperationsResponse, OperationsClient.ListOperationsPagedResponse> Returns the object with the settings used for calls to listOperations.Returns a new builder for this class.newBuilder(ClientContext clientContext) Returns a new builder for this class.Returns a builder containing all the values of this settings class.Returns the object with the settings used for calls to waitOperation.Methods inherited from class com.google.api.gax.rpc.StubSettings
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getServiceName, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, getUniverseDomain, toString
-
Constructor Details
-
OperationsStubSettings
- Throws:
IOException
-
-
Method Details
-
getOperationSettings
Returns the object with the settings used for calls to getOperation. -
listOperationsSettings
public PagedCallSettings<ListOperationsRequest,ListOperationsResponse, listOperationsSettings()OperationsClient.ListOperationsPagedResponse> Returns the object with the settings used for calls to listOperations. -
cancelOperationSettings
public UnaryCallSettings<CancelOperationRequest,com.google.protobuf.Empty> cancelOperationSettings()Returns the object with the settings used for calls to cancelOperation. -
deleteOperationSettings
public UnaryCallSettings<DeleteOperationRequest,com.google.protobuf.Empty> deleteOperationSettings()Returns the object with the settings used for calls to deleteOperation. -
waitOperationSettings
Returns the object with the settings used for calls to waitOperation. -
createStub
- Throws:
IOException
-
defaultExecutorProviderBuilder
Returns a builder for the default ExecutorProvider for this service. -
defaultCredentialsProviderBuilder
Returns a builder for the default credentials for this service. -
defaultApiClientHeaderProviderBuilder
-
newBuilder
Returns a new builder for this class. -
newBuilder
Returns a new builder for this class. -
toBuilder
Returns a builder containing all the values of this settings class.- Specified by:
toBuilderin classStubSettings<OperationsStubSettings>
-