Package com.google.genai.gaos.operations
Class RotateSigningSecret.Async
java.lang.Object
com.google.genai.gaos.operations.RotateSigningSecret.Async
- All Implemented Interfaces:
Operations.AsyncOperation<RotateSigningSecretResponse>,Operations.AsyncRequestOperation<RotateSigningSecretRequest,RotateSigningSecretResponse>
- Enclosing class:
- RotateSigningSecret
public static class RotateSigningSecret.Async
extends Object
implements Operations.AsyncRequestOperation<RotateSigningSecretRequest,RotateSigningSecretResponse>
-
Constructor Summary
ConstructorsConstructorDescriptionAsync(SDKConfiguration sdkConfiguration, Options options, ScheduledExecutorService retryScheduler, Headers _headers) -
Method Summary
Modifier and TypeMethodDescriptionReturns the operation's cancellation relay, ornullif unsupported.doRequest(RotateSigningSecretRequest request) handleResponse(HttpResponse<InputStream> response)
-
Constructor Details
-
Async
public Async(@Nonnull SDKConfiguration sdkConfiguration, @Nullable Options options, @Nullable ScheduledExecutorService retryScheduler, Headers _headers)
-
-
Method Details
-
cancellationRelay
Description copied from interface:Operations.AsyncOperationReturns the operation's cancellation relay, ornullif unsupported.- Specified by:
cancellationRelayin interfaceOperations.AsyncOperation<RotateSigningSecretResponse>
-
doRequest
- Specified by:
doRequestin interfaceOperations.AsyncRequestOperation<RotateSigningSecretRequest,RotateSigningSecretResponse>
-
handleResponse
- Specified by:
handleResponsein interfaceOperations.AsyncOperation<RotateSigningSecretResponse>
-