Enum LoggingServer.Protocol (0.35.0)

public enum LoggingServer.Protocol extends Enum<LoggingServer.Protocol> implements ProtocolMessageEnum

Defines possible protocols used to send logs to a logging server.

Protobuf enum google.cloud.vmwareengine.v1.LoggingServer.Protocol

Implements

ProtocolMessageEnum

Static Fields

NameDescription
PROTOCOL_UNSPECIFIED

Unspecified communications protocol. This is the default value.

PROTOCOL_UNSPECIFIED = 0;

PROTOCOL_UNSPECIFIED_VALUE

Unspecified communications protocol. This is the default value.

PROTOCOL_UNSPECIFIED = 0;

TCP

TCP

TCP = 2;

TCP_VALUE

TCP

TCP = 2;

UDP

UDP

UDP = 1;

UDP_VALUE

UDP

UDP = 1;

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