Enum TelemetryConfig.LogFormat (2.42.0)

public enum TelemetryConfig.LogFormat extends Enum<TelemetryConfig.LogFormat> implements ProtocolMessageEnum

Protobuf enum google.cloud.metastore.v1beta.TelemetryConfig.LogFormat

Implements

ProtocolMessageEnum

Static Fields

NameDescription
JSON

Logging output uses the jsonPayload format.

JSON = 2;

JSON_VALUE

Logging output uses the jsonPayload format.

JSON = 2;

LEGACY

Logging output uses the legacy textPayload format.

LEGACY = 1;

LEGACY_VALUE

Logging output uses the legacy textPayload format.

LEGACY = 1;

LOG_FORMAT_UNSPECIFIED

The LOG_FORMAT is not set.

LOG_FORMAT_UNSPECIFIED = 0;

LOG_FORMAT_UNSPECIFIED_VALUE

The LOG_FORMAT is not set.

LOG_FORMAT_UNSPECIFIED = 0;

UNRECOGNIZED

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()