public interface CreateScanConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Returns | |
|---|---|
| Type | Description |
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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getScanConfig()
public abstract ScanConfig getScanConfig()Required. The ScanConfig to be created.
.google.cloud.websecurityscanner.v1.ScanConfig scan_config = 2;
| Returns | |
|---|---|
| Type | Description |
ScanConfig |
The scanConfig. |
getScanConfigOrBuilder()
public abstract ScanConfigOrBuilder getScanConfigOrBuilder()Required. The ScanConfig to be created.
.google.cloud.websecurityscanner.v1.ScanConfig scan_config = 2;
| Returns | |
|---|---|
| Type | Description |
ScanConfigOrBuilder |
|
hasScanConfig()
public abstract boolean hasScanConfig()Required. The ScanConfig to be created.
.google.cloud.websecurityscanner.v1.ScanConfig scan_config = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the scanConfig field is set. |