Enum NamedSet.Type (1.105.0)

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

This named set's type

Protobuf enum google.cloud.compute.v1.NamedSet.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
NAMED_SET_TYPE_COMMUNITY

The Named Set is a Community Named Set.

NAMED_SET_TYPE_COMMUNITY = 263444871;

NAMED_SET_TYPE_COMMUNITY_VALUE

The Named Set is a Community Named Set.

NAMED_SET_TYPE_COMMUNITY = 263444871;

NAMED_SET_TYPE_PREFIX

The Named Set is a Prefix Named Set.

NAMED_SET_TYPE_PREFIX = 228038036;

NAMED_SET_TYPE_PREFIX_VALUE

The Named Set is a Prefix Named Set.

NAMED_SET_TYPE_PREFIX = 228038036;

UNDEFINED_TYPE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNDEFINED_TYPE_VALUE

A value indicating that the enum field is not set.

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