updateSecretGenerator method
ResponseFuture<UpdateSecretGeneratorResponse>
updateSecretGenerator(
- UpdateSecretGeneratorRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$3.UpdateSecretGeneratorResponse> updateSecretGenerator(
$3.UpdateSecretGeneratorRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateSecretGenerator, request, options: options);
}