Enum ScanConfig.TargetPlatform (2.41.0)

public enum ScanConfig.TargetPlatform extends Enum<ScanConfig.TargetPlatform> implements ProtocolMessageEnum

Cloud platforms supported by Cloud Web Security Scanner.

Protobuf enum google.cloud.websecurityscanner.v1alpha.ScanConfig.TargetPlatform

Implements

ProtocolMessageEnum

Static Fields

NameDescription
APP_ENGINE

Google App Engine service.

APP_ENGINE = 1;

APP_ENGINE_VALUE

Google App Engine service.

APP_ENGINE = 1;

COMPUTE

Google Compute Engine service.

COMPUTE = 2;

COMPUTE_VALUE

Google Compute Engine service.

COMPUTE = 2;

TARGET_PLATFORM_UNSPECIFIED

The target platform is unknown. Requests with this enum value will be rejected with INVALID_ARGUMENT error.

TARGET_PLATFORM_UNSPECIFIED = 0;

TARGET_PLATFORM_UNSPECIFIED_VALUE

The target platform is unknown. Requests with this enum value will be rejected with INVALID_ARGUMENT error.

TARGET_PLATFORM_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()