Interface UpdateScanConfigRequestOrBuilder (2.3.1)

public interface UpdateScanConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the scanConfig field is set.