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