- 2.86.0 (latest)
- 2.84.0
- 2.83.0
- 2.82.0
- 2.81.0
- 2.80.0
- 2.78.0
- 2.76.0
- 2.75.0
- 2.72.0
- 2.71.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.1
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.1
- 2.6.0
- 2.5.6
- 2.3.2
public static final class CloudDlpInspection.Builder extends GeneratedMessageV3.Builder<CloudDlpInspection.Builder> implements CloudDlpInspectionOrBuilderDetails about the Cloud Data Loss Prevention (Cloud DLP) inspection job that produced the finding.
Protobuf type google.cloud.securitycenter.v1.CloudDlpInspection
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CloudDlpInspection.BuilderImplements
CloudDlpInspectionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CloudDlpInspection.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
|
build()
public CloudDlpInspection build()| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection |
|
buildPartial()
public CloudDlpInspection buildPartial()| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection |
|
clear()
public CloudDlpInspection.Builder clear()| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public CloudDlpInspection.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
|
clearFullScan()
public CloudDlpInspection.Builder clearFullScan()Whether Cloud DLP scanned the complete resource or a sampled subset.
bool full_scan = 4;
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
This builder for chaining. |
clearInfoType()
public CloudDlpInspection.Builder clearInfoType() The type of information (or
infoType) found,
for example, EMAIL_ADDRESS or STREET_ADDRESS.
string info_type = 2;
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
This builder for chaining. |
clearInfoTypeCount()
public CloudDlpInspection.Builder clearInfoTypeCount()The number of times Cloud DLP found this infoType within this job and resource.
int64 info_type_count = 3;
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
This builder for chaining. |
clearInspectJob()
public CloudDlpInspection.Builder clearInspectJob() Name of the inspection job, for example,
projects/123/locations/europe/dlpJobs/i-8383929.
string inspect_job = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public CloudDlpInspection.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
|
clone()
public CloudDlpInspection.Builder clone()| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
|
getDefaultInstanceForType()
public CloudDlpInspection getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFullScan()
public boolean getFullScan()Whether Cloud DLP scanned the complete resource or a sampled subset.
bool full_scan = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
The fullScan. |
getInfoType()
public String getInfoType() The type of information (or
infoType) found,
for example, EMAIL_ADDRESS or STREET_ADDRESS.
string info_type = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The infoType. |
getInfoTypeBytes()
public ByteString getInfoTypeBytes() The type of information (or
infoType) found,
for example, EMAIL_ADDRESS or STREET_ADDRESS.
string info_type = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for infoType. |
getInfoTypeCount()
public long getInfoTypeCount()The number of times Cloud DLP found this infoType within this job and resource.
int64 info_type_count = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The infoTypeCount. |
getInspectJob()
public String getInspectJob() Name of the inspection job, for example,
projects/123/locations/europe/dlpJobs/i-8383929.
string inspect_job = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The inspectJob. |
getInspectJobBytes()
public ByteString getInspectJobBytes() Name of the inspection job, for example,
projects/123/locations/europe/dlpJobs/i-8383929.
string inspect_job = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for inspectJob. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CloudDlpInspection other)
public CloudDlpInspection.Builder mergeFrom(CloudDlpInspection other)| Parameter | |
|---|---|
| Name | Description |
other |
CloudDlpInspection |
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CloudDlpInspection.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CloudDlpInspection.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CloudDlpInspection.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public CloudDlpInspection.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
|
setFullScan(boolean value)
public CloudDlpInspection.Builder setFullScan(boolean value)Whether Cloud DLP scanned the complete resource or a sampled subset.
bool full_scan = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe fullScan to set. |
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
This builder for chaining. |
setInfoType(String value)
public CloudDlpInspection.Builder setInfoType(String value) The type of information (or
infoType) found,
for example, EMAIL_ADDRESS or STREET_ADDRESS.
string info_type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe infoType to set. |
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
This builder for chaining. |
setInfoTypeBytes(ByteString value)
public CloudDlpInspection.Builder setInfoTypeBytes(ByteString value) The type of information (or
infoType) found,
for example, EMAIL_ADDRESS or STREET_ADDRESS.
string info_type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for infoType to set. |
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
This builder for chaining. |
setInfoTypeCount(long value)
public CloudDlpInspection.Builder setInfoTypeCount(long value)The number of times Cloud DLP found this infoType within this job and resource.
int64 info_type_count = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe infoTypeCount to set. |
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
This builder for chaining. |
setInspectJob(String value)
public CloudDlpInspection.Builder setInspectJob(String value) Name of the inspection job, for example,
projects/123/locations/europe/dlpJobs/i-8383929.
string inspect_job = 1 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe inspectJob to set. |
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
This builder for chaining. |
setInspectJobBytes(ByteString value)
public CloudDlpInspection.Builder setInspectJobBytes(ByteString value) Name of the inspection job, for example,
projects/123/locations/europe/dlpJobs/i-8383929.
string inspect_job = 1 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for inspectJob to set. |
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CloudDlpInspection.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final CloudDlpInspection.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
CloudDlpInspection.Builder |
|