Enum EndpointPolicy.EndpointPolicyType (0.15.0)

public enum EndpointPolicy.EndpointPolicyType extends Enum<EndpointPolicy.EndpointPolicyType> implements ProtocolMessageEnum

The type of endpoint policy.

Protobuf enum google.events.cloud.networkservices.v1.EndpointPolicy.EndpointPolicyType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ENDPOINT_POLICY_TYPE_UNSPECIFIED

Default value. Must not be used.

ENDPOINT_POLICY_TYPE_UNSPECIFIED = 0;

ENDPOINT_POLICY_TYPE_UNSPECIFIED_VALUE

Default value. Must not be used.

ENDPOINT_POLICY_TYPE_UNSPECIFIED = 0;

GRPC_SERVER

Represents a proxyless gRPC backend.

GRPC_SERVER = 2;

GRPC_SERVER_VALUE

Represents a proxyless gRPC backend.

GRPC_SERVER = 2;

SIDECAR_PROXY

Represents a proxy deployed as a sidecar.

SIDECAR_PROXY = 1;

SIDECAR_PROXY_VALUE

Represents a proxy deployed as a sidecar.

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