Package com.google.dataflow.v1beta3
Enum SdkVersion.SdkSupportStatus
- java.lang.Object
-
- java.lang.Enum<SdkVersion.SdkSupportStatus>
-
- com.google.dataflow.v1beta3.SdkVersion.SdkSupportStatus
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<SdkVersion.SdkSupportStatus>
- Enclosing class:
- SdkVersion
public static enum SdkVersion.SdkSupportStatus extends Enum<SdkVersion.SdkSupportStatus> implements com.google.protobuf.ProtocolMessageEnum
The support status of the SDK used to run the job.
Protobuf enumgoogle.dataflow.v1beta3.SdkVersion.SdkSupportStatus
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DEPRECATED
This version of the SDK is deprecated and will eventually be unsupported.STALE
A newer version of the SDK family exists, and an update is recommended.SUPPORTED
This is a known version of an SDK, and is supported.UNKNOWN
Cloud Dataflow is unaware of this version.UNRECOGNIZED
UNSUPPORTED
Support for this SDK version has ended and it should no longer be used.
-
Field Summary
Fields Modifier and Type Field Description static int
DEPRECATED_VALUE
This version of the SDK is deprecated and will eventually be unsupported.static int
STALE_VALUE
A newer version of the SDK family exists, and an update is recommended.static int
SUPPORTED_VALUE
This is a known version of an SDK, and is supported.static int
UNKNOWN_VALUE
Cloud Dataflow is unaware of this version.static int
UNSUPPORTED_VALUE
Support for this SDK version has ended and it should no longer be used.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SdkVersion.SdkSupportStatus
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<SdkVersion.SdkSupportStatus>
internalGetValueMap()
static SdkVersion.SdkSupportStatus
valueOf(int value)
Deprecated.static SdkVersion.SdkSupportStatus
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SdkVersion.SdkSupportStatus
valueOf(String name)
Returns the enum constant of this type with the specified name.static SdkVersion.SdkSupportStatus[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNKNOWN
public static final SdkVersion.SdkSupportStatus UNKNOWN
Cloud Dataflow is unaware of this version.
UNKNOWN = 0;
-
SUPPORTED
public static final SdkVersion.SdkSupportStatus SUPPORTED
This is a known version of an SDK, and is supported.
SUPPORTED = 1;
-
STALE
public static final SdkVersion.SdkSupportStatus STALE
A newer version of the SDK family exists, and an update is recommended.
STALE = 2;
-
DEPRECATED
public static final SdkVersion.SdkSupportStatus DEPRECATED
This version of the SDK is deprecated and will eventually be unsupported.
DEPRECATED = 3;
-
UNSUPPORTED
public static final SdkVersion.SdkSupportStatus UNSUPPORTED
Support for this SDK version has ended and it should no longer be used.
UNSUPPORTED = 4;
-
UNRECOGNIZED
public static final SdkVersion.SdkSupportStatus UNRECOGNIZED
-
-
Field Detail
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
Cloud Dataflow is unaware of this version.
UNKNOWN = 0;
- See Also:
- Constant Field Values
-
SUPPORTED_VALUE
public static final int SUPPORTED_VALUE
This is a known version of an SDK, and is supported.
SUPPORTED = 1;
- See Also:
- Constant Field Values
-
STALE_VALUE
public static final int STALE_VALUE
A newer version of the SDK family exists, and an update is recommended.
STALE = 2;
- See Also:
- Constant Field Values
-
DEPRECATED_VALUE
public static final int DEPRECATED_VALUE
This version of the SDK is deprecated and will eventually be unsupported.
DEPRECATED = 3;
- See Also:
- Constant Field Values
-
UNSUPPORTED_VALUE
public static final int UNSUPPORTED_VALUE
Support for this SDK version has ended and it should no longer be used.
UNSUPPORTED = 4;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static SdkVersion.SdkSupportStatus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SdkVersion.SdkSupportStatus c : SdkVersion.SdkSupportStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SdkVersion.SdkSupportStatus valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static SdkVersion.SdkSupportStatus valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static SdkVersion.SdkSupportStatus forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<SdkVersion.SdkSupportStatus> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static SdkVersion.SdkSupportStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-