public enum Version.Type extends Enum<Version.Type> implements ProtocolMessageEnum
Each type represents the release availability of a CDF version
Protobuf enum google.events.cloud.datafusion.v1.Version.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
TYPE_GENERAL_AVAILABILITY |
Version is available for public use |
TYPE_GENERAL_AVAILABILITY_VALUE |
Version is available for public use |
TYPE_PREVIEW |
Version is under development and not considered stable |
TYPE_PREVIEW_VALUE |
Version is under development and not considered stable |
TYPE_UNSPECIFIED |
Version does not have availability yet |
TYPE_UNSPECIFIED_VALUE |
Version does not have availability yet |
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() |