listSecretGenerators method

ResponseFuture<ListSecretGeneratorsResponse> listSecretGenerators(
  1. ListSecretGeneratorsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.ListSecretGeneratorsResponse> listSecretGenerators($1.ListSecretGeneratorsRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listSecretGenerators, request, options: options);
}