public interface TailLogEntriesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEntries(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
LogEntry |
getEntriesCount()
public abstract 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;
Returns | |
---|---|
Type | Description |
int |
getEntriesList()
public abstract 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;
Returns | |
---|---|
Type | Description |
List<LogEntry> |
getEntriesOrBuilder(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
LogEntryOrBuilder |
getEntriesOrBuilderList()
public abstract 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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.logging.v2.LogEntryOrBuilder> |
getSuppressionInfo(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TailLogEntriesResponse.SuppressionInfo |
getSuppressionInfoCount()
public abstract 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;
Returns | |
---|---|
Type | Description |
int |
getSuppressionInfoList()
public abstract 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;
Returns | |
---|---|
Type | Description |
List<SuppressionInfo> |
getSuppressionInfoOrBuilder(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TailLogEntriesResponse.SuppressionInfoOrBuilder |
getSuppressionInfoOrBuilderList()
public abstract 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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.logging.v2.TailLogEntriesResponse.SuppressionInfoOrBuilder> |