public static final class TailLogEntriesResponse.SuppressionInfo extends GeneratedMessageV3 implements TailLogEntriesResponse.SuppressionInfoOrBuilder
Information about entries that were omitted from the session.
Protobuf type google.logging.v2.TailLogEntriesResponse.SuppressionInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > TailLogEntriesResponse.SuppressionInfoStatic Fields
REASON_FIELD_NUMBER
public static final int REASON_FIELD_NUMBER
Type | Description |
int |
SUPPRESSED_COUNT_FIELD_NUMBER
public static final int SUPPRESSED_COUNT_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static TailLogEntriesResponse.SuppressionInfo getDefaultInstance()
Type | Description |
TailLogEntriesResponse.SuppressionInfo |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static TailLogEntriesResponse.SuppressionInfo.Builder newBuilder()
Type | Description |
TailLogEntriesResponse.SuppressionInfo.Builder |
newBuilder(TailLogEntriesResponse.SuppressionInfo prototype)
public static TailLogEntriesResponse.SuppressionInfo.Builder newBuilder(TailLogEntriesResponse.SuppressionInfo prototype)
Name | Description |
prototype | TailLogEntriesResponse.SuppressionInfo |
Type | Description |
TailLogEntriesResponse.SuppressionInfo.Builder |
parseDelimitedFrom(InputStream input)
public static TailLogEntriesResponse.SuppressionInfo parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
TailLogEntriesResponse.SuppressionInfo |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TailLogEntriesResponse.SuppressionInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TailLogEntriesResponse.SuppressionInfo |
Type | Description |
IOException |
parseFrom(byte[] data)
public static TailLogEntriesResponse.SuppressionInfo parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
TailLogEntriesResponse.SuppressionInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TailLogEntriesResponse.SuppressionInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TailLogEntriesResponse.SuppressionInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static TailLogEntriesResponse.SuppressionInfo parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
TailLogEntriesResponse.SuppressionInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TailLogEntriesResponse.SuppressionInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TailLogEntriesResponse.SuppressionInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static TailLogEntriesResponse.SuppressionInfo parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
TailLogEntriesResponse.SuppressionInfo |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TailLogEntriesResponse.SuppressionInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TailLogEntriesResponse.SuppressionInfo |
Type | Description |
IOException |
parseFrom(InputStream input)
public static TailLogEntriesResponse.SuppressionInfo parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
TailLogEntriesResponse.SuppressionInfo |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TailLogEntriesResponse.SuppressionInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TailLogEntriesResponse.SuppressionInfo |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static TailLogEntriesResponse.SuppressionInfo parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
TailLogEntriesResponse.SuppressionInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TailLogEntriesResponse.SuppressionInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TailLogEntriesResponse.SuppressionInfo |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<TailLogEntriesResponse.SuppressionInfo> parser()
Type | Description |
Parser<SuppressionInfo> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public TailLogEntriesResponse.SuppressionInfo getDefaultInstanceForType()
Type | Description |
TailLogEntriesResponse.SuppressionInfo |
getParserForType()
public Parser<TailLogEntriesResponse.SuppressionInfo> getParserForType()
Type | Description |
Parser<SuppressionInfo> |
getReason()
public TailLogEntriesResponse.SuppressionInfo.Reason getReason()
The reason that entries were omitted from the session.
.google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason reason = 1;
Type | Description |
TailLogEntriesResponse.SuppressionInfo.Reason | The reason. |
getReasonValue()
public int getReasonValue()
The reason that entries were omitted from the session.
.google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason reason = 1;
Type | Description |
int | The enum numeric value on the wire for reason. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getSuppressedCount()
public int getSuppressedCount()
A lower bound on the count of entries omitted due to reason
.
int32 suppressed_count = 2;
Type | Description |
int | The suppressedCount. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public TailLogEntriesResponse.SuppressionInfo.Builder newBuilderForType()
Type | Description |
TailLogEntriesResponse.SuppressionInfo.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TailLogEntriesResponse.SuppressionInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
TailLogEntriesResponse.SuppressionInfo.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public TailLogEntriesResponse.SuppressionInfo.Builder toBuilder()
Type | Description |
TailLogEntriesResponse.SuppressionInfo.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |