listSecretGenerators method

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

Implementation

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