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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getScanConfig()
public abstract ScanConfig getScanConfig()Required. The ScanConfig to be created.
.google.cloud.websecurityscanner.v1beta.ScanConfig scan_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ScanConfig |
The scanConfig. |
getScanConfigOrBuilder()
public abstract ScanConfigOrBuilder getScanConfigOrBuilder()Required. The ScanConfig to be created.
.google.cloud.websecurityscanner.v1beta.ScanConfig scan_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ScanConfigOrBuilder |
|
hasScanConfig()
public abstract boolean hasScanConfig()Required. The ScanConfig to be created.
.google.cloud.websecurityscanner.v1beta.ScanConfig scan_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the scanConfig field is set. |