public static final class TailLogEntriesResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TailLogEntriesResponse.Builder> implements TailLogEntriesResponseOrBuilder
Result returned from `TailLogEntries`.Protobuf type
google.logging.v2.TailLogEntriesResponse
Modifier and Type | Method and Description |
---|---|
TailLogEntriesResponse.Builder |
addAllEntries(Iterable<? extends LogEntry> values)
A list of log entries.
|
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.
|
TailLogEntriesResponse.Builder |
addEntries(int index,
LogEntry.Builder builderForValue)
A list of log entries.
|
TailLogEntriesResponse.Builder |
addEntries(int index,
LogEntry value)
A list of log entries.
|
TailLogEntriesResponse.Builder |
addEntries(LogEntry.Builder builderForValue)
A list of log entries.
|
TailLogEntriesResponse.Builder |
addEntries(LogEntry value)
A list of log entries.
|
LogEntry.Builder |
addEntriesBuilder()
A list of log entries.
|
LogEntry.Builder |
addEntriesBuilder(int index)
A list of log entries.
|
TailLogEntriesResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
TailLogEntriesResponse |
build() |
TailLogEntriesResponse |
buildPartial() |
TailLogEntriesResponse.Builder |
clear() |
TailLogEntriesResponse.Builder |
clearEntries()
A list of log entries.
|
TailLogEntriesResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TailLogEntriesResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
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.
|
TailLogEntriesResponse.Builder |
clone() |
TailLogEntriesResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
LogEntry |
getEntries(int index)
A list of log entries.
|
LogEntry.Builder |
getEntriesBuilder(int index)
A list of log entries.
|
List<LogEntry.Builder> |
getEntriesBuilderList()
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.
|
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.
|
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.
|
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TailLogEntriesResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TailLogEntriesResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
TailLogEntriesResponse.Builder |
mergeFrom(TailLogEntriesResponse other) |
TailLogEntriesResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TailLogEntriesResponse.Builder |
removeEntries(int index)
A list of log entries.
|
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.
|
TailLogEntriesResponse.Builder |
setEntries(int index,
LogEntry.Builder builderForValue)
A list of log entries.
|
TailLogEntriesResponse.Builder |
setEntries(int index,
LogEntry value)
A list of log entries.
|
TailLogEntriesResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TailLogEntriesResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
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.
|
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.
|
TailLogEntriesResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<TailLogEntriesResponse.Builder>
public TailLogEntriesResponse.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<TailLogEntriesResponse.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<TailLogEntriesResponse.Builder>
public TailLogEntriesResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public TailLogEntriesResponse build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public TailLogEntriesResponse buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public TailLogEntriesResponse.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<TailLogEntriesResponse.Builder>
public TailLogEntriesResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<TailLogEntriesResponse.Builder>
public TailLogEntriesResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<TailLogEntriesResponse.Builder>
public TailLogEntriesResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<TailLogEntriesResponse.Builder>
public TailLogEntriesResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<TailLogEntriesResponse.Builder>
public TailLogEntriesResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<TailLogEntriesResponse.Builder>
public TailLogEntriesResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<TailLogEntriesResponse.Builder>
public TailLogEntriesResponse.Builder mergeFrom(TailLogEntriesResponse other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<TailLogEntriesResponse.Builder>
public TailLogEntriesResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<TailLogEntriesResponse.Builder>
IOException
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;
getEntriesList
in interface TailLogEntriesResponseOrBuilder
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;
getEntriesCount
in interface TailLogEntriesResponseOrBuilder
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;
getEntries
in interface TailLogEntriesResponseOrBuilder
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
getEntriesOrBuilder
in interface TailLogEntriesResponseOrBuilder
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;
getEntriesOrBuilderList
in interface TailLogEntriesResponseOrBuilder
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;
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;
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;
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;
getSuppressionInfoList
in interface TailLogEntriesResponseOrBuilder
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;
getSuppressionInfoCount
in interface TailLogEntriesResponseOrBuilder
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;
getSuppressionInfo
in interface TailLogEntriesResponseOrBuilder
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
getSuppressionInfoOrBuilder
in interface TailLogEntriesResponseOrBuilder
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;
getSuppressionInfoOrBuilderList
in interface TailLogEntriesResponseOrBuilder
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;
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;
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;
public final TailLogEntriesResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<TailLogEntriesResponse.Builder>
public final TailLogEntriesResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<TailLogEntriesResponse.Builder>
Copyright © 2023 Google LLC. All rights reserved.