public interface UpdateScanConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Required. The name of the scan configuration in the form of
projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID].
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. The name of the scan configuration in the form of
projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID].
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getScanConfig()
public abstract ScanConfig getScanConfig()Required. The updated scan configuration.
.google.devtools.containeranalysis.v1beta1.ScanConfig scan_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ScanConfig |
The scanConfig. |
getScanConfigOrBuilder()
public abstract ScanConfigOrBuilder getScanConfigOrBuilder()Required. The updated scan configuration.
.google.devtools.containeranalysis.v1beta1.ScanConfig scan_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ScanConfigOrBuilder |
|
hasScanConfig()
public abstract boolean hasScanConfig()Required. The updated scan configuration.
.google.devtools.containeranalysis.v1beta1.ScanConfig scan_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the scanConfig field is set. |