Google Cloud Web Security Scanner V1beta Client - Class TargetPlatform (0.7.18)

Reference documentation and code samples for the Google Cloud Web Security Scanner V1beta Client class TargetPlatform.

Cloud platforms supported by Cloud Web Security Scanner.

Protobuf type google.cloud.websecurityscanner.v1beta.ScanConfig.TargetPlatform

Namespace

Google \ Cloud \ WebSecurityScanner \ V1beta \ ScanConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TARGET_PLATFORM_UNSPECIFIED

Value: 0

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

Generated from protobuf enum TARGET_PLATFORM_UNSPECIFIED = 0;

APP_ENGINE

Value: 1

Google App Engine service.

Generated from protobuf enum APP_ENGINE = 1;

COMPUTE

Value: 2

Google Compute Engine service.

Generated from protobuf enum COMPUTE = 2;