All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
OperationCallSettings<RequestT,ResponseT,MetadataT> |
build() |
UnaryCallSettings<RequestT,OperationSnapshot> |
getInitialCallSettings()
Get the call settings which are used on the call to initiate the operation.
|
com.google.api.core.ApiFunction<OperationSnapshot,MetadataT> |
getMetadataTransformer() |
TimedRetryAlgorithm |
getPollingAlgorithm()
Get the polling algorithm of the operation.
|
com.google.api.core.ApiFunction<OperationSnapshot,ResponseT> |
getResponseTransformer() |
OperationCallSettings.Builder<RequestT,ResponseT,MetadataT> |
setInitialCallSettings(UnaryCallSettings<RequestT,OperationSnapshot> initialCallSettings)
Set the call settings which are used on the call to initiate the operation.
|
OperationCallSettings.Builder<RequestT,ResponseT,MetadataT> |
setMetadataTransformer(com.google.api.core.ApiFunction<OperationSnapshot,MetadataT> metadataTransformer) |
OperationCallSettings.Builder<RequestT,ResponseT,MetadataT> |
setPollingAlgorithm(TimedRetryAlgorithm pollingAlgorithm)
Set the polling algorithm of the operation.
|
OperationCallSettings.Builder<RequestT,ResponseT,MetadataT> |
setResponseTransformer(com.google.api.core.ApiFunction<OperationSnapshot,ResponseT> responseTransformer) |