public static final class TailLogEntriesResponse.Builder extends GeneratedMessageV3.Builder<TailLogEntriesResponse.Builder> implements TailLogEntriesResponseOrBuilder
Result returned from TailLogEntries
.
Protobuf type google.logging.v2.TailLogEntriesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllEntries(Iterable<? extends LogEntry> values)
public TailLogEntriesResponse.Builder addAllEntries(Iterable<? extends LogEntry> values)
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 |
values |
Iterable<? extends com.google.logging.v2.LogEntry>
|
addAllSuppressionInfo(Iterable<? extends TailLogEntriesResponse.SuppressionInfo> values)
public TailLogEntriesResponse.Builder addAllSuppressionInfo(Iterable<? extends TailLogEntriesResponse.SuppressionInfo> values)
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 |
values |
Iterable<? extends com.google.logging.v2.TailLogEntriesResponse.SuppressionInfo>
|
addEntries(LogEntry value)
public TailLogEntriesResponse.Builder addEntries(LogEntry value)
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 |
value |
LogEntry
|
addEntries(LogEntry.Builder builderForValue)
public TailLogEntriesResponse.Builder addEntries(LogEntry.Builder builderForValue)
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;
addEntries(int index, LogEntry value)
public TailLogEntriesResponse.Builder addEntries(int index, LogEntry value)
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;
addEntries(int index, LogEntry.Builder builderForValue)
public TailLogEntriesResponse.Builder addEntries(int index, LogEntry.Builder builderForValue)
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;
addEntriesBuilder()
public LogEntry.Builder addEntriesBuilder()
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;
addEntriesBuilder(int index)
public LogEntry.Builder addEntriesBuilder(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
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TailLogEntriesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
addSuppressionInfo(TailLogEntriesResponse.SuppressionInfo value)
public TailLogEntriesResponse.Builder addSuppressionInfo(TailLogEntriesResponse.SuppressionInfo value)
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;
addSuppressionInfo(TailLogEntriesResponse.SuppressionInfo.Builder builderForValue)
public TailLogEntriesResponse.Builder addSuppressionInfo(TailLogEntriesResponse.SuppressionInfo.Builder builderForValue)
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;
addSuppressionInfo(int index, TailLogEntriesResponse.SuppressionInfo value)
public TailLogEntriesResponse.Builder addSuppressionInfo(int index, TailLogEntriesResponse.SuppressionInfo value)
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;
addSuppressionInfo(int index, TailLogEntriesResponse.SuppressionInfo.Builder builderForValue)
public TailLogEntriesResponse.Builder addSuppressionInfo(int index, TailLogEntriesResponse.SuppressionInfo.Builder builderForValue)
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;
addSuppressionInfoBuilder()
public TailLogEntriesResponse.SuppressionInfo.Builder addSuppressionInfoBuilder()
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;
addSuppressionInfoBuilder(int index)
public TailLogEntriesResponse.SuppressionInfo.Builder addSuppressionInfoBuilder(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
|
build()
public TailLogEntriesResponse build()
buildPartial()
public TailLogEntriesResponse buildPartial()
clear()
public TailLogEntriesResponse.Builder clear()
Overrides
clearEntries()
public TailLogEntriesResponse.Builder clearEntries()
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;
clearField(Descriptors.FieldDescriptor field)
public TailLogEntriesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public TailLogEntriesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSuppressionInfo()
public TailLogEntriesResponse.Builder clearSuppressionInfo()
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;
clone()
public TailLogEntriesResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public TailLogEntriesResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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
|
getEntriesBuilder(int index)
public LogEntry.Builder getEntriesBuilder(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
|
getEntriesBuilderList()
public List<LogEntry.Builder> getEntriesBuilderList()
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()
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> |
|
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
|
getSuppressionInfoBuilder(int index)
public TailLogEntriesResponse.SuppressionInfo.Builder getSuppressionInfoBuilder(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
|
getSuppressionInfoBuilderList()
public List<TailLogEntriesResponse.SuppressionInfo.Builder> getSuppressionInfoBuilderList()
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()
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> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(TailLogEntriesResponse other)
public TailLogEntriesResponse.Builder mergeFrom(TailLogEntriesResponse other)
public TailLogEntriesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public TailLogEntriesResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TailLogEntriesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeEntries(int index)
public TailLogEntriesResponse.Builder removeEntries(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
|
removeSuppressionInfo(int index)
public TailLogEntriesResponse.Builder removeSuppressionInfo(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
|
setEntries(int index, LogEntry value)
public TailLogEntriesResponse.Builder setEntries(int index, LogEntry value)
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;
setEntries(int index, LogEntry.Builder builderForValue)
public TailLogEntriesResponse.Builder setEntries(int index, LogEntry.Builder builderForValue)
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;
setField(Descriptors.FieldDescriptor field, Object value)
public TailLogEntriesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TailLogEntriesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setSuppressionInfo(int index, TailLogEntriesResponse.SuppressionInfo value)
public TailLogEntriesResponse.Builder setSuppressionInfo(int index, TailLogEntriesResponse.SuppressionInfo value)
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;
setSuppressionInfo(int index, TailLogEntriesResponse.SuppressionInfo.Builder builderForValue)
public TailLogEntriesResponse.Builder setSuppressionInfo(int index, TailLogEntriesResponse.SuppressionInfo.Builder builderForValue)
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;
setUnknownFields(UnknownFieldSet unknownFields)
public final TailLogEntriesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides