Cloud Logging V2 API - Class Google::Cloud::Logging::V2::TailLogEntriesResponse (v0.13.0)

Reference documentation and code samples for the Cloud Logging V2 API class Google::Cloud::Logging::V2::TailLogEntriesResponse.

Result returned from TailLogEntries.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entries

def entries() -> ::Array<::Google::Cloud::Logging::V2::LogEntry>
Returns
  • (::Array<::Google::Cloud::Logging::V2::LogEntry>) — A list of log entries. Each response in the stream will order entries with increasing values of LogEntry.timestamp. Ordering is not guaranteed between separate responses.

#entries=

def entries=(value) -> ::Array<::Google::Cloud::Logging::V2::LogEntry>
Parameter
  • value (::Array<::Google::Cloud::Logging::V2::LogEntry>) — A list of log entries. Each response in the stream will order entries with increasing values of LogEntry.timestamp. Ordering is not guaranteed between separate responses.
Returns
  • (::Array<::Google::Cloud::Logging::V2::LogEntry>) — A list of log entries. Each response in the stream will order entries with increasing values of LogEntry.timestamp. Ordering is not guaranteed between separate responses.

#suppression_info

def suppression_info() -> ::Array<::Google::Cloud::Logging::V2::TailLogEntriesResponse::SuppressionInfo>
Returns
  • (::Array<::Google::Cloud::Logging::V2::TailLogEntriesResponse::SuppressionInfo>) — If entries that otherwise would have been included in the session were not sent back to the client, counts of relevant entries omitted from the session with the reason that they were not included. There will be at most one of each reason per response. The counts represent the number of suppressed entries since the last streamed response.

#suppression_info=

def suppression_info=(value) -> ::Array<::Google::Cloud::Logging::V2::TailLogEntriesResponse::SuppressionInfo>
Parameter
  • value (::Array<::Google::Cloud::Logging::V2::TailLogEntriesResponse::SuppressionInfo>) — If entries that otherwise would have been included in the session were not sent back to the client, counts of relevant entries omitted from the session with the reason that they were not included. There will be at most one of each reason per response. The counts represent the number of suppressed entries since the last streamed response.
Returns
  • (::Array<::Google::Cloud::Logging::V2::TailLogEntriesResponse::SuppressionInfo>) — If entries that otherwise would have been included in the session were not sent back to the client, counts of relevant entries omitted from the session with the reason that they were not included. There will be at most one of each reason per response. The counts represent the number of suppressed entries since the last streamed response.