All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
OperationCallSettings<RequestT,ResponseT,MetadataT,OperationT> |
build() |
SimpleCallSettings<RequestT,OperationT> |
getInitialCallSettings()
Get the call settings which are used on the call to initiate the operation.
|
Class<MetadataT> |
getMetadataClass() |
TimedRetryAlgorithm |
getPollingAlgorithm()
Get the polling algorithm of the operation.
|
Class<ResponseT> |
getResponseClass() |
OperationCallSettings.Builder<RequestT,ResponseT,MetadataT,OperationT> |
setInitialCallSettings(SimpleCallSettings<RequestT,OperationT> initialCallSettings)
Set the call settings which are used on the call to initiate the operation.
|
OperationCallSettings.Builder<RequestT,ResponseT,MetadataT,OperationT> |
setMetadataClass(Class<MetadataT> metadataClass) |
OperationCallSettings.Builder<RequestT,ResponseT,MetadataT,OperationT> |
setPollingAlgorithm(TimedRetryAlgorithm pollingAlgorithm)
Set the polling algorithm of the operation.
|
OperationCallSettings.Builder<RequestT,ResponseT,MetadataT,OperationT> |
setResponseClass(Class<ResponseT> responseClass) |