public static final class HybridFindingDetails.Builder extends GeneratedMessageV3.Builder<HybridFindingDetails.Builder> implements HybridFindingDetailsOrBuilder
Populate to associate additional data with each finding.
Protobuf type google.privacy.dlp.v2.HybridFindingDetails
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public HybridFindingDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public HybridFindingDetails build()
buildPartial()
public HybridFindingDetails buildPartial()
clear()
public HybridFindingDetails.Builder clear()
Overrides
clearContainerDetails()
public HybridFindingDetails.Builder clearContainerDetails()
Details about the container where the content being inspected is from.
.google.privacy.dlp.v2.Container container_details = 1;
clearField(Descriptors.FieldDescriptor field)
public HybridFindingDetails.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearFileOffset()
public HybridFindingDetails.Builder clearFileOffset()
Offset in bytes of the line, from the beginning of the file, where the
finding is located. Populate if the item being scanned is only part of a
bigger item, such as a shard of a file and you want to track the absolute
position of the finding.
int64 file_offset = 2;
clearLabels()
public HybridFindingDetails.Builder clearLabels()
clearOneof(Descriptors.OneofDescriptor oneof)
public HybridFindingDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearRowOffset()
public HybridFindingDetails.Builder clearRowOffset()
Offset of the row for tables. Populate if the row(s) being scanned are
part of a bigger dataset and you want to keep track of their absolute
position.
int64 row_offset = 3;
clearTableOptions()
public HybridFindingDetails.Builder clearTableOptions()
If the container is a table, additional information to make findings
meaningful such as the columns that are primary keys. If not known ahead
of time, can also be set within each inspect hybrid call and the two
will be merged. Note that identifying_fields will only be stored to
BigQuery, and only if the BigQuery action has been included.
.google.privacy.dlp.v2.TableOptions table_options = 4;
clone()
public HybridFindingDetails.Builder clone()
Overrides
containsLabels(String key)
public boolean containsLabels(String key)
Labels to represent user provided metadata about the data being inspected.
If configured by the job, some key values may be required.
The labels associated with Finding
's produced by hybrid
inspection.
Label keys must be between 1 and 63 characters long and must conform
to the following regular expression: a-z?
.
Label values must be between 0 and 63 characters long and must conform
to the regular expression (a-z?)?
.
No more than 10 labels can be associated with a given finding.
Examples:
"environment" : "production"
"pipeline" : "etl"
map<string, string> labels = 5;
Parameter |
---|
Name | Description |
key | String
|
getContainerDetails()
public Container getContainerDetails()
Details about the container where the content being inspected is from.
.google.privacy.dlp.v2.Container container_details = 1;
Returns |
---|
Type | Description |
Container | The containerDetails.
|
getContainerDetailsBuilder()
public Container.Builder getContainerDetailsBuilder()
Details about the container where the content being inspected is from.
.google.privacy.dlp.v2.Container container_details = 1;
getContainerDetailsOrBuilder()
public ContainerOrBuilder getContainerDetailsOrBuilder()
Details about the container where the content being inspected is from.
.google.privacy.dlp.v2.Container container_details = 1;
getDefaultInstanceForType()
public HybridFindingDetails getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getFileOffset()
public long getFileOffset()
Offset in bytes of the line, from the beginning of the file, where the
finding is located. Populate if the item being scanned is only part of a
bigger item, such as a shard of a file and you want to track the absolute
position of the finding.
int64 file_offset = 2;
Returns |
---|
Type | Description |
long | The fileOffset.
|
getLabels()
public Map<String,String> getLabels()
getLabelsCount()
public int getLabelsCount()
Labels to represent user provided metadata about the data being inspected.
If configured by the job, some key values may be required.
The labels associated with Finding
's produced by hybrid
inspection.
Label keys must be between 1 and 63 characters long and must conform
to the following regular expression: a-z?
.
Label values must be between 0 and 63 characters long and must conform
to the regular expression (a-z?)?
.
No more than 10 labels can be associated with a given finding.
Examples:
"environment" : "production"
"pipeline" : "etl"
map<string, string> labels = 5;
Returns |
---|
Type | Description |
int | |
getLabelsMap()
public Map<String,String> getLabelsMap()
Labels to represent user provided metadata about the data being inspected.
If configured by the job, some key values may be required.
The labels associated with Finding
's produced by hybrid
inspection.
Label keys must be between 1 and 63 characters long and must conform
to the following regular expression: a-z?
.
Label values must be between 0 and 63 characters long and must conform
to the regular expression (a-z?)?
.
No more than 10 labels can be associated with a given finding.
Examples:
"environment" : "production"
"pipeline" : "etl"
map<string, string> labels = 5;
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
Labels to represent user provided metadata about the data being inspected.
If configured by the job, some key values may be required.
The labels associated with Finding
's produced by hybrid
inspection.
Label keys must be between 1 and 63 characters long and must conform
to the following regular expression: a-z?
.
Label values must be between 0 and 63 characters long and must conform
to the regular expression (a-z?)?
.
No more than 10 labels can be associated with a given finding.
Examples:
"environment" : "production"
"pipeline" : "etl"
map<string, string> labels = 5;
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
Labels to represent user provided metadata about the data being inspected.
If configured by the job, some key values may be required.
The labels associated with Finding
's produced by hybrid
inspection.
Label keys must be between 1 and 63 characters long and must conform
to the following regular expression: a-z?
.
Label values must be between 0 and 63 characters long and must conform
to the regular expression (a-z?)?
.
No more than 10 labels can be associated with a given finding.
Examples:
"environment" : "production"
"pipeline" : "etl"
map<string, string> labels = 5;
Parameter |
---|
Name | Description |
key | String
|
getMutableLabels()
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
getRowOffset()
public long getRowOffset()
Offset of the row for tables. Populate if the row(s) being scanned are
part of a bigger dataset and you want to keep track of their absolute
position.
int64 row_offset = 3;
Returns |
---|
Type | Description |
long | The rowOffset.
|
getTableOptions()
public TableOptions getTableOptions()
If the container is a table, additional information to make findings
meaningful such as the columns that are primary keys. If not known ahead
of time, can also be set within each inspect hybrid call and the two
will be merged. Note that identifying_fields will only be stored to
BigQuery, and only if the BigQuery action has been included.
.google.privacy.dlp.v2.TableOptions table_options = 4;
getTableOptionsBuilder()
public TableOptions.Builder getTableOptionsBuilder()
If the container is a table, additional information to make findings
meaningful such as the columns that are primary keys. If not known ahead
of time, can also be set within each inspect hybrid call and the two
will be merged. Note that identifying_fields will only be stored to
BigQuery, and only if the BigQuery action has been included.
.google.privacy.dlp.v2.TableOptions table_options = 4;
getTableOptionsOrBuilder()
public TableOptionsOrBuilder getTableOptionsOrBuilder()
If the container is a table, additional information to make findings
meaningful such as the columns that are primary keys. If not known ahead
of time, can also be set within each inspect hybrid call and the two
will be merged. Note that identifying_fields will only be stored to
BigQuery, and only if the BigQuery action has been included.
.google.privacy.dlp.v2.TableOptions table_options = 4;
hasContainerDetails()
public boolean hasContainerDetails()
Details about the container where the content being inspected is from.
.google.privacy.dlp.v2.Container container_details = 1;
Returns |
---|
Type | Description |
boolean | Whether the containerDetails field is set.
|
hasTableOptions()
public boolean hasTableOptions()
If the container is a table, additional information to make findings
meaningful such as the columns that are primary keys. If not known ahead
of time, can also be set within each inspect hybrid call and the two
will be merged. Note that identifying_fields will only be stored to
BigQuery, and only if the BigQuery action has been included.
.google.privacy.dlp.v2.TableOptions table_options = 4;
Returns |
---|
Type | Description |
boolean | Whether the tableOptions field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter |
---|
Name | Description |
number | int
|
Overrides
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Parameter |
---|
Name | Description |
number | int
|
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeContainerDetails(Container value)
public HybridFindingDetails.Builder mergeContainerDetails(Container value)
Details about the container where the content being inspected is from.
.google.privacy.dlp.v2.Container container_details = 1;
mergeFrom(HybridFindingDetails other)
public HybridFindingDetails.Builder mergeFrom(HybridFindingDetails other)
public HybridFindingDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public HybridFindingDetails.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeTableOptions(TableOptions value)
public HybridFindingDetails.Builder mergeTableOptions(TableOptions value)
If the container is a table, additional information to make findings
meaningful such as the columns that are primary keys. If not known ahead
of time, can also be set within each inspect hybrid call and the two
will be merged. Note that identifying_fields will only be stored to
BigQuery, and only if the BigQuery action has been included.
.google.privacy.dlp.v2.TableOptions table_options = 4;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final HybridFindingDetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
putAllLabels(Map<String,String> values)
public HybridFindingDetails.Builder putAllLabels(Map<String,String> values)
Labels to represent user provided metadata about the data being inspected.
If configured by the job, some key values may be required.
The labels associated with Finding
's produced by hybrid
inspection.
Label keys must be between 1 and 63 characters long and must conform
to the following regular expression: a-z?
.
Label values must be between 0 and 63 characters long and must conform
to the regular expression (a-z?)?
.
No more than 10 labels can be associated with a given finding.
Examples:
"environment" : "production"
"pipeline" : "etl"
map<string, string> labels = 5;
putLabels(String key, String value)
public HybridFindingDetails.Builder putLabels(String key, String value)
Labels to represent user provided metadata about the data being inspected.
If configured by the job, some key values may be required.
The labels associated with Finding
's produced by hybrid
inspection.
Label keys must be between 1 and 63 characters long and must conform
to the following regular expression: a-z?
.
Label values must be between 0 and 63 characters long and must conform
to the regular expression (a-z?)?
.
No more than 10 labels can be associated with a given finding.
Examples:
"environment" : "production"
"pipeline" : "etl"
map<string, string> labels = 5;
removeLabels(String key)
public HybridFindingDetails.Builder removeLabels(String key)
Labels to represent user provided metadata about the data being inspected.
If configured by the job, some key values may be required.
The labels associated with Finding
's produced by hybrid
inspection.
Label keys must be between 1 and 63 characters long and must conform
to the following regular expression: a-z?
.
Label values must be between 0 and 63 characters long and must conform
to the regular expression (a-z?)?
.
No more than 10 labels can be associated with a given finding.
Examples:
"environment" : "production"
"pipeline" : "etl"
map<string, string> labels = 5;
Parameter |
---|
Name | Description |
key | String
|
setContainerDetails(Container value)
public HybridFindingDetails.Builder setContainerDetails(Container value)
Details about the container where the content being inspected is from.
.google.privacy.dlp.v2.Container container_details = 1;
setContainerDetails(Container.Builder builderForValue)
public HybridFindingDetails.Builder setContainerDetails(Container.Builder builderForValue)
Details about the container where the content being inspected is from.
.google.privacy.dlp.v2.Container container_details = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public HybridFindingDetails.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setFileOffset(long value)
public HybridFindingDetails.Builder setFileOffset(long value)
Offset in bytes of the line, from the beginning of the file, where the
finding is located. Populate if the item being scanned is only part of a
bigger item, such as a shard of a file and you want to track the absolute
position of the finding.
int64 file_offset = 2;
Parameter |
---|
Name | Description |
value | long
The fileOffset to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public HybridFindingDetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setRowOffset(long value)
public HybridFindingDetails.Builder setRowOffset(long value)
Offset of the row for tables. Populate if the row(s) being scanned are
part of a bigger dataset and you want to keep track of their absolute
position.
int64 row_offset = 3;
Parameter |
---|
Name | Description |
value | long
The rowOffset to set.
|
setTableOptions(TableOptions value)
public HybridFindingDetails.Builder setTableOptions(TableOptions value)
If the container is a table, additional information to make findings
meaningful such as the columns that are primary keys. If not known ahead
of time, can also be set within each inspect hybrid call and the two
will be merged. Note that identifying_fields will only be stored to
BigQuery, and only if the BigQuery action has been included.
.google.privacy.dlp.v2.TableOptions table_options = 4;
setTableOptions(TableOptions.Builder builderForValue)
public HybridFindingDetails.Builder setTableOptions(TableOptions.Builder builderForValue)
If the container is a table, additional information to make findings
meaningful such as the columns that are primary keys. If not known ahead
of time, can also be set within each inspect hybrid call and the two
will be merged. Note that identifying_fields will only be stored to
BigQuery, and only if the BigQuery action has been included.
.google.privacy.dlp.v2.TableOptions table_options = 4;
setUnknownFields(UnknownFieldSet unknownFields)
public final HybridFindingDetails.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides