Enum AgentGateway.GoogleManaged.GovernedAccessPath (0.50.0)

public enum AgentGateway.GoogleManaged.GovernedAccessPath extends Enum<AgentGateway.GoogleManaged.GovernedAccessPath> implements ProtocolMessageEnum

GovernedAccessPath defines the type of access to protect.

Protobuf enum google.cloud.networkservices.v1.AgentGateway.GoogleManaged.GovernedAccessPath

Implements

ProtocolMessageEnum

Static Fields

Name Description
AGENT_TO_ANYWHERE

Govern agent conections to destinations.

AGENT_TO_ANYWHERE = 1;

AGENT_TO_ANYWHERE_VALUE

Govern agent conections to destinations.

AGENT_TO_ANYWHERE = 1;

CLIENT_TO_AGENT

Protect connection to Agent or Tool.

CLIENT_TO_AGENT = 2;

CLIENT_TO_AGENT_VALUE

Protect connection to Agent or Tool.

CLIENT_TO_AGENT = 2;

GOVERNED_ACCESS_PATH_UNSPECIFIED

Governed access path is not specified.

GOVERNED_ACCESS_PATH_UNSPECIFIED = 0;

GOVERNED_ACCESS_PATH_UNSPECIFIED_VALUE

Governed access path is not specified.

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