public enum Cloud.CloudEnvironment extends Enum<Cloud.CloudEnvironment> implements ProtocolMessageEnumThe service provider environment.
Protobuf enum google.backstory.Cloud.CloudEnvironment
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AMAZON_WEB_SERVICES |
Amazon Web Services. |
AMAZON_WEB_SERVICES_VALUE |
Amazon Web Services. |
GOOGLE_CLOUD_PLATFORM |
Google Cloud Platform. |
GOOGLE_CLOUD_PLATFORM_VALUE |
Google Cloud Platform. |
MICROSOFT_AZURE |
Microsoft Azure. |
MICROSOFT_AZURE_VALUE |
Microsoft Azure. |
UNRECOGNIZED |
|
UNSPECIFIED_CLOUD_ENVIRONMENT |
Default. |
UNSPECIFIED_CLOUD_ENVIRONMENT_VALUE |
Default. |
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() |
|