Enum Gateway.Type (0.15.0)

public enum Gateway.Type extends Enum<Gateway.Type> implements ProtocolMessageEnum

The type of the customer-managed gateway. Possible values are:

  • OPEN_MESH
  • SECURE_WEB_GATEWAY

Protobuf enum google.events.cloud.networkservices.v1.Gateway.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
OPEN_MESH

The type of the customer managed gateway is TrafficDirector Open Mesh.

OPEN_MESH = 1;

OPEN_MESH_VALUE

The type of the customer managed gateway is TrafficDirector Open Mesh.

OPEN_MESH = 1;

SECURE_WEB_GATEWAY

The type of the customer managed gateway is SecureWebGateway (SWG).

SECURE_WEB_GATEWAY = 2;

SECURE_WEB_GATEWAY_VALUE

The type of the customer managed gateway is SecureWebGateway (SWG).

SECURE_WEB_GATEWAY = 2;

TYPE_UNSPECIFIED

The type of the customer managed gateway is unspecified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

The type of the customer managed gateway is unspecified.

TYPE_UNSPECIFIED = 0;

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