public enum VersionView extends java.lang.Enum<VersionView> implements ProtocolMessageEnum
Fields that should be returned when [Version][google.appengine.v1.Version] resources are retreived.Protobuf enum
google.appengine.v1.VersionView
Enum Constant and Description |
---|
BASIC
Basic version information including scaling and inbound services,
but not detailed deployment information.
|
FULL
The information from `BASIC`, plus detailed information about the
deployment.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
BASIC_VALUE
Basic version information including scaling and inbound services,
but not detailed deployment information.
|
static int |
FULL_VALUE
The information from `BASIC`, plus detailed information about the
deployment.
|
Modifier and Type | Method and Description |
---|---|
static VersionView |
forNumber(int value) |
static Descriptors.EnumDescriptor |
getDescriptor() |
Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static Internal.EnumLiteMap<VersionView> |
internalGetValueMap() |
static VersionView |
valueOf(Descriptors.EnumValueDescriptor desc) |
static VersionView |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VersionView |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VersionView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VersionView BASIC
Basic version information including scaling and inbound services, but not detailed deployment information.
BASIC = 0;
public static final VersionView FULL
The information from `BASIC`, plus detailed information about the deployment. This format is required when creating resources, but is not returned in `Get` or `List` by default.
FULL = 1;
public static final VersionView UNRECOGNIZED
public static final int BASIC_VALUE
Basic version information including scaling and inbound services, but not detailed deployment information.
BASIC = 0;
public static final int FULL_VALUE
The information from `BASIC`, plus detailed information about the deployment. This format is required when creating resources, but is not returned in `Get` or `List` by default.
FULL = 1;
public static VersionView[] values()
for (VersionView c : VersionView.values()) System.out.println(c);
public static VersionView valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface Internal.EnumLite
getNumber
in interface ProtocolMessageEnum
@Deprecated public static VersionView valueOf(int value)
forNumber(int)
instead.public static VersionView forNumber(int value)
public static Internal.EnumLiteMap<VersionView> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface ProtocolMessageEnum
public final Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface ProtocolMessageEnum
public static final Descriptors.EnumDescriptor getDescriptor()
public static VersionView valueOf(Descriptors.EnumValueDescriptor desc)