Package | Description |
---|---|
com.google.cloud.websecurityscanner.v1alpha |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static ScanConfig.TargetPlatform |
ScanConfig.TargetPlatform.forNumber(int value) |
ScanConfig.TargetPlatform |
ScanConfigOrBuilder.getTargetPlatforms(int index)
Set of Cloud Platforms targeted by the scan.
|
ScanConfig.TargetPlatform |
ScanConfig.getTargetPlatforms(int index)
Set of Cloud Platforms targeted by the scan.
|
ScanConfig.TargetPlatform |
ScanConfig.Builder.getTargetPlatforms(int index)
Set of Cloud Platforms targeted by the scan.
|
static ScanConfig.TargetPlatform |
ScanConfig.TargetPlatform.valueOf(Descriptors.EnumValueDescriptor desc) |
static ScanConfig.TargetPlatform |
ScanConfig.TargetPlatform.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ScanConfig.TargetPlatform |
ScanConfig.TargetPlatform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanConfig.TargetPlatform[] |
ScanConfig.TargetPlatform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<ScanConfig.TargetPlatform> |
ScanConfigOrBuilder.getTargetPlatformsList()
Set of Cloud Platforms targeted by the scan.
|
List<ScanConfig.TargetPlatform> |
ScanConfig.getTargetPlatformsList()
Set of Cloud Platforms targeted by the scan.
|
List<ScanConfig.TargetPlatform> |
ScanConfig.Builder.getTargetPlatformsList()
Set of Cloud Platforms targeted by the scan.
|
static Internal.EnumLiteMap<ScanConfig.TargetPlatform> |
ScanConfig.TargetPlatform.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ScanConfig.Builder |
ScanConfig.Builder.addTargetPlatforms(ScanConfig.TargetPlatform value)
Set of Cloud Platforms targeted by the scan.
|
ScanConfig.Builder |
ScanConfig.Builder.setTargetPlatforms(int index,
ScanConfig.TargetPlatform value)
Set of Cloud Platforms targeted by the scan.
|
Modifier and Type | Method and Description |
---|---|
ScanConfig.Builder |
ScanConfig.Builder.addAllTargetPlatforms(Iterable<? extends ScanConfig.TargetPlatform> values)
Set of Cloud Platforms targeted by the scan.
|
Copyright © 2022 Google LLC. All rights reserved.