public final class TailLogEntriesResponse extends GeneratedMessageV3 implements TailLogEntriesResponseOrBuilder
Result returned from TailLogEntries
.
Protobuf type google.logging.v2.TailLogEntriesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ENTRIES_FIELD_NUMBER
public static final int ENTRIES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SUPPRESSION_INFO_FIELD_NUMBER
public static final int SUPPRESSION_INFO_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static TailLogEntriesResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static TailLogEntriesResponse.Builder newBuilder()
newBuilder(TailLogEntriesResponse prototype)
public static TailLogEntriesResponse.Builder newBuilder(TailLogEntriesResponse prototype)
public static TailLogEntriesResponse parseDelimitedFrom(InputStream input)
public static TailLogEntriesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static TailLogEntriesResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TailLogEntriesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static TailLogEntriesResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TailLogEntriesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TailLogEntriesResponse parseFrom(CodedInputStream input)
public static TailLogEntriesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TailLogEntriesResponse parseFrom(InputStream input)
public static TailLogEntriesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static TailLogEntriesResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TailLogEntriesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<TailLogEntriesResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public TailLogEntriesResponse getDefaultInstanceForType()
getEntries(int index)
public 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
|
getEntriesCount()
public 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 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;
getEntriesOrBuilder(int index)
public 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
|
getEntriesOrBuilderList()
public 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> |
|
getParserForType()
public Parser<TailLogEntriesResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSuppressionInfo(int index)
public 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
|
getSuppressionInfoCount()
public 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 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;
getSuppressionInfoOrBuilder(int index)
public 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
|
getSuppressionInfoOrBuilderList()
public 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> |
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public TailLogEntriesResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TailLogEntriesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public TailLogEntriesResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides