Interface CreateScanConfigRequestOrBuilder (2.41.0)

public interface CreateScanConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent resource name where the scan is created, which should be a project resource name in the format 'projects/{projectId}'.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource name where the scan is created, which should be a project resource name in the format 'projects/{projectId}'.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getScanConfig()

public abstract ScanConfig getScanConfig()

Required. The ScanConfig to be created.

.google.cloud.websecurityscanner.v1alpha.ScanConfig scan_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ScanConfig

The scanConfig.

getScanConfigOrBuilder()

public abstract ScanConfigOrBuilder getScanConfigOrBuilder()

Required. The ScanConfig to be created.

.google.cloud.websecurityscanner.v1alpha.ScanConfig scan_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ScanConfigOrBuilder

hasScanConfig()

public abstract boolean hasScanConfig()

Required. The ScanConfig to be created.

.google.cloud.websecurityscanner.v1alpha.ScanConfig scan_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the scanConfig field is set.