static <RequestT,ResponseT,MetadataT> OperationCallSettings.Builder<RequestT,ResponseT,MetadataT> |
OperationCallSettings.newBuilder() |
Create a new builder which can construct an instance of OperationCallSettings.
|
OperationCallSettings.Builder<RequestT,ResponseT,MetadataT> |
OperationCallSettings.Builder.setInitialCallSettings(UnaryCallSettings<RequestT,OperationSnapshot> initialCallSettings) |
Set the call settings which are used on the call to initiate the operation.
|
OperationCallSettings.Builder<RequestT,ResponseT,MetadataT> |
OperationCallSettings.Builder.setMetadataTransformer(ApiFunction<OperationSnapshot,MetadataT> metadataTransformer) |
|
OperationCallSettings.Builder<RequestT,ResponseT,MetadataT> |
OperationCallSettings.Builder.setPollingAlgorithm(TimedRetryAlgorithm pollingAlgorithm) |
Set the polling algorithm of the operation.
|
OperationCallSettings.Builder<RequestT,ResponseT,MetadataT> |
OperationCallSettings.Builder.setResponseTransformer(ApiFunction<OperationSnapshot,ResponseT> responseTransformer) |
|
OperationCallSettings.Builder<RequestT,ResponseT,MetadataT> |
OperationCallSettings.toBuilder() |
|