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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
PROTOCOL_UNSPECIFIED |
Unspecified communications protocol. This is the default value. |
PROTOCOL_UNSPECIFIED_VALUE |
Unspecified communications protocol. This is the default value. |
TCP |
TCP |
TCP_VALUE |
TCP |
UDP |
UDP |
UDP_VALUE |
UDP |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |