Lines Matching full:entries

48   // Deletes all the log entries in a log for the _Default Log Bucket. The log
49 // reappears if it receives new entries. Log entries written shortly before
50 // the delete operation might not be deleted. Entries received after the
63 // Writes log entries to Logging. This API method is the
64 // only way to send log entries to Logging. This method
67 // A single request may contain log entries for a maximum of 1000
73 post: "/v2/entries:write"
76 option (google.api.method_signature) = "log_name,resource,labels,entries";
79 // Lists log entries. Use this method to retrieve log entries that originated
81 // entries, see [Exporting
85 post: "/v2/entries:list"
100 // Only logs that have entries are listed.
124 // Streaming read of log entries as they are ingested. Until the stream is
129 post: "/v2/entries:tail"
158 // Optional. A default log resource name that is assigned to all log entries
159 // in `entries` that do not specify a value for `log_name`:
173 // entries, whether the resource is specified in `logName` or in an
181 // entries in `entries` that do not specify a value for `resource`. Example:
192 // entries in `entries`. If a log entry already has a label with the same key
197 // Required. The log entries to send to Logging. The order of log
198 // entries in this list does not matter. Values supplied in this method's
200 // entries in this list that do not include values for their corresponding
204 // If the `timestamp` or `insert_id` fields are missing in log entries, then
206 // The supplied values are chosen so that, among the log entries that did not
207 // supply their own values, the entries earlier in the list will sort before
208 // the entries later in the list. See the `entries.list` method.
210 // Log entries with timestamps that are more than the
213 // calling `entries.list`. However, those log entries can still be [exported
219 // `entries.write`, you should try to include several log entries in this
221 repeated LogEntry entries = 4 [(google.api.field_behavior) = REQUIRED]; field
223 // Optional. Whether a batch's valid entries should be written even if some
226 // response status of one of the failed entries. The response will include
228 // the entries' zero-based index in the `entries`. Failed requests for which
229 // no entries are written will not include per-entry errors.
233 // entries won't be persisted nor exported. Useful for checking whether the
244 // status for entries that were not written due to a permanent error, keyed
245 // by the entry's zero-based index in `WriteLogEntriesRequest.entries`.
247 // Failed requests for which no entries are written will not include
255 // retrieve log entries:
278 // Optional. Only log entries that match the filter are returned. An empty
279 // filter matches all log entries in the resources listed in `resource_names`.
287 // option returns entries in order of increasing values of
288 // `LogEntry.timestamp` (oldest first), and the second option returns entries
289 // in order of decreasing timestamps (newest first). Entries with equal
308 // A list of log entries. If `entries` is empty, `nextPageToken` may still be
309 // returned, indicating that more entries may exist. See `nextPageToken` for
311 repeated LogEntry entries = 1; field
317 // If a value for `next_page_token` appears and the `entries` field is empty,
318 // it means that the search found no log entries so far but it did not have
319 // time to search all the possible log entries. Retry the method with this
415 // Required. Name of a parent resource from which to retrieve log entries:
430 // Optional. Only log entries that match the filter are returned. An empty
431 // filter matches all log entries in the resources listed in `resource_names`.
437 // Optional. The amount of time to buffer log entries at the server before
439 // entries. Valid values are between 0-60000 milliseconds. Defaults to 2000
447 // Information about entries that were omitted from the session.
449 // An indicator of why entries were omitted.
454 // Indicates suppression occurred due to relevant entries being
465 // The reason that entries were omitted from the session.
468 // A lower bound on the count of entries omitted due to `reason`.
472 // A list of log entries. Each response in the stream will order entries with
475 repeated LogEntry entries = 1; field
477 // If entries that otherwise would have been included in the session were not
478 // sent back to the client, counts of relevant entries omitted from the
481 // suppressed entries since the last streamed response.