Uses of Class
com.google.cloud.websecurityscanner.v1alpha.ScanConfig.TargetPlatform
-
Packages that use ScanConfig.TargetPlatform Package Description com.google.cloud.websecurityscanner.v1alpha A client to Web Security Scanner API -
-
Uses of ScanConfig.TargetPlatform in com.google.cloud.websecurityscanner.v1alpha
Methods in com.google.cloud.websecurityscanner.v1alpha that return ScanConfig.TargetPlatform Modifier and Type Method Description static ScanConfig.TargetPlatform
ScanConfig.TargetPlatform. forNumber(int value)
ScanConfig.TargetPlatform
ScanConfig.Builder. 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
ScanConfigOrBuilder. getTargetPlatforms(int index)
Set of Cloud Platforms targeted by the scan.static ScanConfig.TargetPlatform
ScanConfig.TargetPlatform. valueOf(int value)
Deprecated.static ScanConfig.TargetPlatform
ScanConfig.TargetPlatform. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.cloud.websecurityscanner.v1alpha that return types with arguments of type ScanConfig.TargetPlatform Modifier and Type Method Description List<ScanConfig.TargetPlatform>
ScanConfig.Builder. 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>
ScanConfigOrBuilder. getTargetPlatformsList()
Set of Cloud Platforms targeted by the scan.static com.google.protobuf.Internal.EnumLiteMap<ScanConfig.TargetPlatform>
ScanConfig.TargetPlatform. internalGetValueMap()
Methods in com.google.cloud.websecurityscanner.v1alpha with parameters of type ScanConfig.TargetPlatform Modifier and Type Method 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.Method parameters in com.google.cloud.websecurityscanner.v1alpha with type arguments of type ScanConfig.TargetPlatform Modifier and Type Method Description ScanConfig.Builder
ScanConfig.Builder. addAllTargetPlatforms(Iterable<? extends ScanConfig.TargetPlatform> values)
Set of Cloud Platforms targeted by the scan.
-