public enum Deployment.Platform extends Enum<Deployment.Platform> implements ProtocolMessageEnumTypes of platforms.
Protobuf enum grafeas.v1beta1.deployment.Deployment.Platform
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CUSTOM |
Custom user-defined platform. |
CUSTOM_VALUE |
Custom user-defined platform. |
FLEX |
Google App Engine: Flexible Environment. |
FLEX_VALUE |
Google App Engine: Flexible Environment. |
GKE |
Google Container Engine. |
GKE_VALUE |
Google Container Engine. |
PLATFORM_UNSPECIFIED |
Unknown. |
PLATFORM_UNSPECIFIED_VALUE |
Unknown. |
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() |
|