| 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(com.google.protobuf.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 com.google.protobuf.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 © 2019 Google LLC. All rights reserved.