Enum LogSink.VersionFormat (3.9.0)

public enum LogSink.VersionFormat extends Enum<LogSink.VersionFormat> implements ProtocolMessageEnum

Deprecated. This is unused.

Protobuf enum google.logging.v2.LogSink.VersionFormat

Implements

ProtocolMessageEnum

Static Fields

NameDescription
UNRECOGNIZED
V1

LogEntry version 1 format.

V1 = 2;

V1_VALUE

LogEntry version 1 format.

V1 = 2;

V2

LogEntry version 2 format.

V2 = 1;

V2_VALUE

LogEntry version 2 format.

V2 = 1;

VERSION_FORMAT_UNSPECIFIED

An unspecified format version that will default to V2.

VERSION_FORMAT_UNSPECIFIED = 0;

VERSION_FORMAT_UNSPECIFIED_VALUE

An unspecified format version that will default to V2.

VERSION_FORMAT_UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()