Enum Version.Type (1.12.0)

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

Each type represents the release availability of a CDF version

Protobuf enum google.cloud.datafusion.v1beta1.Version.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
TYPE_GENERAL_AVAILABILITY

Version is available for public use

TYPE_GENERAL_AVAILABILITY = 2;

TYPE_GENERAL_AVAILABILITY_VALUE

Version is available for public use

TYPE_GENERAL_AVAILABILITY = 2;

TYPE_PREVIEW

Version is under development and not considered stable

TYPE_PREVIEW = 1;

TYPE_PREVIEW_VALUE

Version is under development and not considered stable

TYPE_PREVIEW = 1;

TYPE_UNSPECIFIED

Version does not have availability yet

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Version does not have availability yet

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