listLogs method

ResponseFuture<ListLogsResponse> listLogs(
  1. ListLogsRequest request, {
  2. CallOptions? options,
})

Lists the logs in projects, organizations, folders, or billing accounts. Only logs that have entries are listed.

Implementation

$grpc.ResponseFuture<$0.ListLogsResponse> listLogs(
  $0.ListLogsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listLogs, request, options: options);
}