Enum AgentGateway.Protocol (0.50.0)

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

Enums of all supported protocols

Protobuf enum google.cloud.networkservices.v1.AgentGateway.Protocol

Implements

ProtocolMessageEnum

Static Fields

Name Description
MCP

Message Control Plane protocol.

MCP = 1;

MCP_VALUE

Message Control Plane protocol.

MCP = 1;

PROTOCOL_UNSPECIFIED

Unspecified protocol.

PROTOCOL_UNSPECIFIED = 0;

PROTOCOL_UNSPECIFIED_VALUE

Unspecified protocol.

PROTOCOL_UNSPECIFIED = 0;

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