public static final class TailLogEntriesResponse.SuppressionInfo extends com.google.protobuf.GeneratedMessageV3 implements TailLogEntriesResponse.SuppressionInfoOrBuilder
Information about entries that were omitted from the session.Protobuf type
google.logging.v2.TailLogEntriesResponse.SuppressionInfo
Modifier and Type | Class and Description |
---|---|
static class |
TailLogEntriesResponse.SuppressionInfo.Builder
Information about entries that were omitted from the session.
|
static class |
TailLogEntriesResponse.SuppressionInfo.Reason
An indicator of why entries were omitted.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
REASON_FIELD_NUMBER |
static int |
SUPPRESSED_COUNT_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static TailLogEntriesResponse.SuppressionInfo |
getDefaultInstance() |
TailLogEntriesResponse.SuppressionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<TailLogEntriesResponse.SuppressionInfo> |
getParserForType() |
TailLogEntriesResponse.SuppressionInfo.Reason |
getReason()
The reason that entries were omitted from the session.
|
int |
getReasonValue()
The reason that entries were omitted from the session.
|
int |
getSerializedSize() |
int |
getSuppressedCount()
A lower bound on the count of entries omitted due to `reason`.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TailLogEntriesResponse.SuppressionInfo.Builder |
newBuilder() |
static TailLogEntriesResponse.SuppressionInfo.Builder |
newBuilder(TailLogEntriesResponse.SuppressionInfo prototype) |
TailLogEntriesResponse.SuppressionInfo.Builder |
newBuilderForType() |
protected TailLogEntriesResponse.SuppressionInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TailLogEntriesResponse.SuppressionInfo |
parseDelimitedFrom(InputStream input) |
static TailLogEntriesResponse.SuppressionInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TailLogEntriesResponse.SuppressionInfo |
parseFrom(byte[] data) |
static TailLogEntriesResponse.SuppressionInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TailLogEntriesResponse.SuppressionInfo |
parseFrom(ByteBuffer data) |
static TailLogEntriesResponse.SuppressionInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TailLogEntriesResponse.SuppressionInfo |
parseFrom(com.google.protobuf.ByteString data) |
static TailLogEntriesResponse.SuppressionInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TailLogEntriesResponse.SuppressionInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TailLogEntriesResponse.SuppressionInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TailLogEntriesResponse.SuppressionInfo |
parseFrom(InputStream input) |
static TailLogEntriesResponse.SuppressionInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TailLogEntriesResponse.SuppressionInfo> |
parser() |
TailLogEntriesResponse.SuppressionInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int REASON_FIELD_NUMBER
public static final int SUPPRESSED_COUNT_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public int getReasonValue()
The reason that entries were omitted from the session.
.google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason reason = 1;
getReasonValue
in interface TailLogEntriesResponse.SuppressionInfoOrBuilder
public TailLogEntriesResponse.SuppressionInfo.Reason getReason()
The reason that entries were omitted from the session.
.google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason reason = 1;
getReason
in interface TailLogEntriesResponse.SuppressionInfoOrBuilder
public int getSuppressedCount()
A lower bound on the count of entries omitted due to `reason`.
int32 suppressed_count = 2;
getSuppressedCount
in interface TailLogEntriesResponse.SuppressionInfoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static TailLogEntriesResponse.SuppressionInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TailLogEntriesResponse.SuppressionInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TailLogEntriesResponse.SuppressionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TailLogEntriesResponse.SuppressionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TailLogEntriesResponse.SuppressionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TailLogEntriesResponse.SuppressionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TailLogEntriesResponse.SuppressionInfo parseFrom(InputStream input) throws IOException
IOException
public static TailLogEntriesResponse.SuppressionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static TailLogEntriesResponse.SuppressionInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static TailLogEntriesResponse.SuppressionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static TailLogEntriesResponse.SuppressionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static TailLogEntriesResponse.SuppressionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public TailLogEntriesResponse.SuppressionInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static TailLogEntriesResponse.SuppressionInfo.Builder newBuilder()
public static TailLogEntriesResponse.SuppressionInfo.Builder newBuilder(TailLogEntriesResponse.SuppressionInfo prototype)
public TailLogEntriesResponse.SuppressionInfo.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected TailLogEntriesResponse.SuppressionInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static TailLogEntriesResponse.SuppressionInfo getDefaultInstance()
public static com.google.protobuf.Parser<TailLogEntriesResponse.SuppressionInfo> parser()
public com.google.protobuf.Parser<TailLogEntriesResponse.SuppressionInfo> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public TailLogEntriesResponse.SuppressionInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023 Google LLC. All rights reserved.