public interface CreateScanConfigRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
ScanConfig |
getScanConfig()
Required.
|
ScanConfigOrBuilder |
getScanConfigOrBuilder()
Required.
|
boolean |
hasScanConfig()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
boolean hasScanConfig()
Required. The ScanConfig to be created.
.google.cloud.websecurityscanner.v1.ScanConfig scan_config = 2;
ScanConfig getScanConfig()
Required. The ScanConfig to be created.
.google.cloud.websecurityscanner.v1.ScanConfig scan_config = 2;
ScanConfigOrBuilder getScanConfigOrBuilder()
Required. The ScanConfig to be created.
.google.cloud.websecurityscanner.v1.ScanConfig scan_config = 2;
Copyright © 2022 Google LLC. All rights reserved.