Package com.google.logging.v2
Interface TailLogEntriesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TailLogEntriesResponse
,TailLogEntriesResponse.Builder
public interface TailLogEntriesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogEntry
getEntries(int index)
A list of log entries.int
getEntriesCount()
A list of log entries.List<LogEntry>
getEntriesList()
A list of log entries.LogEntryOrBuilder
getEntriesOrBuilder(int index)
A list of log entries.List<? extends LogEntryOrBuilder>
getEntriesOrBuilderList()
A list of log entries.TailLogEntriesResponse.SuppressionInfo
getSuppressionInfo(int index)
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.int
getSuppressionInfoCount()
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.List<TailLogEntriesResponse.SuppressionInfo>
getSuppressionInfoList()
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.TailLogEntriesResponse.SuppressionInfoOrBuilder
getSuppressionInfoOrBuilder(int index)
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.List<? extends TailLogEntriesResponse.SuppressionInfoOrBuilder>
getSuppressionInfoOrBuilderList()
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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntriesList
List<LogEntry> getEntriesList()
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.
repeated .google.logging.v2.LogEntry entries = 1;
-
getEntries
LogEntry getEntries(int index)
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.
repeated .google.logging.v2.LogEntry entries = 1;
-
getEntriesCount
int getEntriesCount()
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.
repeated .google.logging.v2.LogEntry entries = 1;
-
getEntriesOrBuilderList
List<? extends LogEntryOrBuilder> getEntriesOrBuilderList()
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.
repeated .google.logging.v2.LogEntry entries = 1;
-
getEntriesOrBuilder
LogEntryOrBuilder getEntriesOrBuilder(int index)
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.
repeated .google.logging.v2.LogEntry entries = 1;
-
getSuppressionInfoList
List<TailLogEntriesResponse.SuppressionInfo> getSuppressionInfoList()
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.
repeated .google.logging.v2.TailLogEntriesResponse.SuppressionInfo suppression_info = 2;
-
getSuppressionInfo
TailLogEntriesResponse.SuppressionInfo getSuppressionInfo(int index)
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.
repeated .google.logging.v2.TailLogEntriesResponse.SuppressionInfo suppression_info = 2;
-
getSuppressionInfoCount
int getSuppressionInfoCount()
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.
repeated .google.logging.v2.TailLogEntriesResponse.SuppressionInfo suppression_info = 2;
-
getSuppressionInfoOrBuilderList
List<? extends TailLogEntriesResponse.SuppressionInfoOrBuilder> getSuppressionInfoOrBuilderList()
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.
repeated .google.logging.v2.TailLogEntriesResponse.SuppressionInfo suppression_info = 2;
-
getSuppressionInfoOrBuilder
TailLogEntriesResponse.SuppressionInfoOrBuilder getSuppressionInfoOrBuilder(int index)
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.
repeated .google.logging.v2.TailLogEntriesResponse.SuppressionInfo suppression_info = 2;
-
-