public enum SkaffoldSupportState extends Enum<SkaffoldSupportState> implements com.google.protobuf.ProtocolMessageEnum
The support state of a specific Skaffold version.Protobuf enum
google.cloud.deploy.v1.SkaffoldSupportState| Enum Constant and Description |
|---|
SKAFFOLD_SUPPORT_STATE_MAINTENANCE_MODE
This Skaffold version is in maintenance mode.
|
SKAFFOLD_SUPPORT_STATE_SUPPORTED
This Skaffold version is currently supported.
|
SKAFFOLD_SUPPORT_STATE_UNSPECIFIED
Default value.
|
SKAFFOLD_SUPPORT_STATE_UNSUPPORTED
This Skaffold version is no longer supported.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
SKAFFOLD_SUPPORT_STATE_MAINTENANCE_MODE_VALUE
This Skaffold version is in maintenance mode.
|
static int |
SKAFFOLD_SUPPORT_STATE_SUPPORTED_VALUE
This Skaffold version is currently supported.
|
static int |
SKAFFOLD_SUPPORT_STATE_UNSPECIFIED_VALUE
Default value.
|
static int |
SKAFFOLD_SUPPORT_STATE_UNSUPPORTED_VALUE
This Skaffold version is no longer supported.
|
| Modifier and Type | Method and Description |
|---|---|
static SkaffoldSupportState |
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<SkaffoldSupportState> |
internalGetValueMap() |
static SkaffoldSupportState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SkaffoldSupportState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SkaffoldSupportState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkaffoldSupportState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SkaffoldSupportState SKAFFOLD_SUPPORT_STATE_UNSPECIFIED
Default value. This value is unused.
SKAFFOLD_SUPPORT_STATE_UNSPECIFIED = 0;public static final SkaffoldSupportState SKAFFOLD_SUPPORT_STATE_SUPPORTED
This Skaffold version is currently supported.
SKAFFOLD_SUPPORT_STATE_SUPPORTED = 1;public static final SkaffoldSupportState SKAFFOLD_SUPPORT_STATE_MAINTENANCE_MODE
This Skaffold version is in maintenance mode.
SKAFFOLD_SUPPORT_STATE_MAINTENANCE_MODE = 2;public static final SkaffoldSupportState SKAFFOLD_SUPPORT_STATE_UNSUPPORTED
This Skaffold version is no longer supported.
SKAFFOLD_SUPPORT_STATE_UNSUPPORTED = 3;public static final SkaffoldSupportState UNRECOGNIZED
public static final int SKAFFOLD_SUPPORT_STATE_UNSPECIFIED_VALUE
Default value. This value is unused.
SKAFFOLD_SUPPORT_STATE_UNSPECIFIED = 0;public static final int SKAFFOLD_SUPPORT_STATE_SUPPORTED_VALUE
This Skaffold version is currently supported.
SKAFFOLD_SUPPORT_STATE_SUPPORTED = 1;public static final int SKAFFOLD_SUPPORT_STATE_MAINTENANCE_MODE_VALUE
This Skaffold version is in maintenance mode.
SKAFFOLD_SUPPORT_STATE_MAINTENANCE_MODE = 2;public static final int SKAFFOLD_SUPPORT_STATE_UNSUPPORTED_VALUE
This Skaffold version is no longer supported.
SKAFFOLD_SUPPORT_STATE_UNSUPPORTED = 3;public static SkaffoldSupportState[] values()
for (SkaffoldSupportState c : SkaffoldSupportState.values()) System.out.println(c);
public static SkaffoldSupportState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static SkaffoldSupportState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SkaffoldSupportState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SkaffoldSupportState> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static SkaffoldSupportState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.