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