public enum CloudProvider extends Enum<CloudProvider> implements ProtocolMessageEnum
The cloud provider the finding pertains to.
Protobuf enum google.cloud.securitycenter.v2.CloudProvider
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AMAZON_WEB_SERVICES |
The cloud provider is Amazon Web Services. |
AMAZON_WEB_SERVICES_VALUE |
The cloud provider is Amazon Web Services. |
CLOUD_PROVIDER_UNSPECIFIED |
The cloud provider is unspecified. |
CLOUD_PROVIDER_UNSPECIFIED_VALUE |
The cloud provider is unspecified. |
GOOGLE_CLOUD_PLATFORM |
The cloud provider is Google Cloud. |
GOOGLE_CLOUD_PLATFORM_VALUE |
The cloud provider is Google Cloud. |
MICROSOFT_AZURE |
The cloud provider is Microsoft Azure. |
MICROSOFT_AZURE_VALUE |
The cloud provider is Microsoft Azure. |
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() |