public interface UpdateScanConfigRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the scan configuration in the form of
`projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the scan configuration in the form of
`projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`.
|
ScanConfig |
getScanConfig()
The updated scan configuration.
|
ScanConfigOrBuilder |
getScanConfigOrBuilder()
The updated scan configuration.
|
boolean |
hasScanConfig()
The updated scan configuration.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the scan configuration in the form of `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the scan configuration in the form of `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`.
string name = 1;boolean hasScanConfig()
The updated scan configuration.
.google.devtools.containeranalysis.v1beta1.ScanConfig scan_config = 2;ScanConfig getScanConfig()
The updated scan configuration.
.google.devtools.containeranalysis.v1beta1.ScanConfig scan_config = 2;ScanConfigOrBuilder getScanConfigOrBuilder()
The updated scan configuration.
.google.devtools.containeranalysis.v1beta1.ScanConfig scan_config = 2;Copyright © 2019 Google LLC. All rights reserved.