Пример #1
0
            public AsyncUnaryCall <global::Google.Logging.V2.ListLogEntriesResponse> ListLogEntriesAsync(global::Google.Logging.V2.ListLogEntriesRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
            {
                var call = CreateCall(__Method_ListLogEntries, new CallOptions(headers, deadline, cancellationToken));

                return(Calls.AsyncUnaryCall(call, request));
            }
Пример #2
0
            public AsyncUnaryCall <global::Google.Logging.V2.ListLogEntriesResponse> ListLogEntriesAsync(global::Google.Logging.V2.ListLogEntriesRequest request, CallOptions options)
            {
                var call = CreateCall(__Method_ListLogEntries, options);

                return(Calls.AsyncUnaryCall(call, request));
            }
Пример #3
0
            public global::Google.Logging.V2.ListLogEntriesResponse ListLogEntries(global::Google.Logging.V2.ListLogEntriesRequest request, CallOptions options)
            {
                var call = CreateCall(__Method_ListLogEntries, options);

                return(Calls.BlockingUnaryCall(call, request));
            }
Пример #4
0
 /// <summary>
 ///  Lists log entries.  Use this method to retrieve log entries from Cloud
 ///  Logging.  For ways to export log entries, see
 ///  [Exporting Logs](/logging/docs/export).
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Logging.V2.ListLogEntriesResponse> ListLogEntriesAsync(global::Google.Logging.V2.ListLogEntriesRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_ListLogEntries, null, options, request));
 }
Пример #5
0
 /// <summary>
 ///  Lists log entries.  Use this method to retrieve log entries from Cloud
 ///  Logging.  For ways to export log entries, see
 ///  [Exporting Logs](/logging/docs/export).
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Logging.V2.ListLogEntriesResponse> ListLogEntriesAsync(global::Google.Logging.V2.ListLogEntriesRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(ListLogEntriesAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
Пример #6
0
 /// <summary>
 ///  Lists log entries.  Use this method to retrieve log entries from Cloud
 ///  Logging.  For ways to export log entries, see
 ///  [Exporting Logs](/logging/docs/export).
 /// </summary>
 public virtual global::Google.Logging.V2.ListLogEntriesResponse ListLogEntries(global::Google.Logging.V2.ListLogEntriesRequest request, CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_ListLogEntries, null, options, request));
 }
Пример #7
0
 /// <summary>
 ///  Lists log entries.  Use this method to retrieve log entries from Cloud
 ///  Logging.  For ways to export log entries, see
 ///  [Exporting Logs](/logging/docs/export).
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::Google.Logging.V2.ListLogEntriesResponse> ListLogEntries(global::Google.Logging.V2.ListLogEntriesRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }