public static final class TransformationLocation.Builder extends GeneratedMessageV3.Builder<TransformationLocation.Builder> implements TransformationLocationOrBuilder
Specifies the location of a transformation.
Protobuf type google.privacy.dlp.v2.TransformationLocation
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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
public static final Descriptors.Descriptor getDescriptor()
Methods
public TransformationLocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public TransformationLocation build()
public TransformationLocation buildPartial()
public TransformationLocation.Builder clear()
Overrides
public TransformationLocation.Builder clearContainerType()
Information about the functionality of the container where this finding
occurred, if available.
.google.privacy.dlp.v2.TransformationContainerType container_type = 3;
public TransformationLocation.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public TransformationLocation.Builder clearFindingId()
For infotype transformations, link to the corresponding findings ID so
that location information does not need to be duplicated. Each findings
ID correlates to an entry in the findings output table, this table only
gets created when users specify to save findings (add the save findings
action to the request).
string finding_id = 1;
public TransformationLocation.Builder clearLocationType()
public TransformationLocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public TransformationLocation.Builder clearRecordTransformation()
For record transformations, provide a field and container information.
.google.privacy.dlp.v2.RecordTransformation record_transformation = 2;
public TransformationLocation.Builder clone()
Overrides
public TransformationContainerType getContainerType()
Information about the functionality of the container where this finding
occurred, if available.
.google.privacy.dlp.v2.TransformationContainerType container_type = 3;
public int getContainerTypeValue()
Information about the functionality of the container where this finding
occurred, if available.
.google.privacy.dlp.v2.TransformationContainerType container_type = 3;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for containerType.
|
public TransformationLocation getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String getFindingId()
For infotype transformations, link to the corresponding findings ID so
that location information does not need to be duplicated. Each findings
ID correlates to an entry in the findings output table, this table only
gets created when users specify to save findings (add the save findings
action to the request).
string finding_id = 1;
Returns |
---|
Type | Description |
String | The findingId.
|
public ByteString getFindingIdBytes()
For infotype transformations, link to the corresponding findings ID so
that location information does not need to be duplicated. Each findings
ID correlates to an entry in the findings output table, this table only
gets created when users specify to save findings (add the save findings
action to the request).
string finding_id = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for findingId.
|
public TransformationLocation.LocationTypeCase getLocationTypeCase()
public RecordTransformation getRecordTransformation()
For record transformations, provide a field and container information.
.google.privacy.dlp.v2.RecordTransformation record_transformation = 2;
public RecordTransformation.Builder getRecordTransformationBuilder()
For record transformations, provide a field and container information.
.google.privacy.dlp.v2.RecordTransformation record_transformation = 2;
public RecordTransformationOrBuilder getRecordTransformationOrBuilder()
For record transformations, provide a field and container information.
.google.privacy.dlp.v2.RecordTransformation record_transformation = 2;
public boolean hasFindingId()
For infotype transformations, link to the corresponding findings ID so
that location information does not need to be duplicated. Each findings
ID correlates to an entry in the findings output table, this table only
gets created when users specify to save findings (add the save findings
action to the request).
string finding_id = 1;
Returns |
---|
Type | Description |
boolean | Whether the findingId field is set.
|
public boolean hasRecordTransformation()
For record transformations, provide a field and container information.
.google.privacy.dlp.v2.RecordTransformation record_transformation = 2;
Returns |
---|
Type | Description |
boolean | Whether the recordTransformation field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public TransformationLocation.Builder mergeFrom(TransformationLocation other)
public TransformationLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public TransformationLocation.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public TransformationLocation.Builder mergeRecordTransformation(RecordTransformation value)
For record transformations, provide a field and container information.
.google.privacy.dlp.v2.RecordTransformation record_transformation = 2;
public final TransformationLocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public TransformationLocation.Builder setContainerType(TransformationContainerType value)
Information about the functionality of the container where this finding
occurred, if available.
.google.privacy.dlp.v2.TransformationContainerType container_type = 3;
public TransformationLocation.Builder setContainerTypeValue(int value)
Information about the functionality of the container where this finding
occurred, if available.
.google.privacy.dlp.v2.TransformationContainerType container_type = 3;
Parameter |
---|
Name | Description |
value | int
The enum numeric value on the wire for containerType to set.
|
public TransformationLocation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public TransformationLocation.Builder setFindingId(String value)
For infotype transformations, link to the corresponding findings ID so
that location information does not need to be duplicated. Each findings
ID correlates to an entry in the findings output table, this table only
gets created when users specify to save findings (add the save findings
action to the request).
string finding_id = 1;
Parameter |
---|
Name | Description |
value | String
The findingId to set.
|
public TransformationLocation.Builder setFindingIdBytes(ByteString value)
For infotype transformations, link to the corresponding findings ID so
that location information does not need to be duplicated. Each findings
ID correlates to an entry in the findings output table, this table only
gets created when users specify to save findings (add the save findings
action to the request).
string finding_id = 1;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for findingId to set.
|
public TransformationLocation.Builder setRecordTransformation(RecordTransformation value)
For record transformations, provide a field and container information.
.google.privacy.dlp.v2.RecordTransformation record_transformation = 2;
public TransformationLocation.Builder setRecordTransformation(RecordTransformation.Builder builderForValue)
For record transformations, provide a field and container information.
.google.privacy.dlp.v2.RecordTransformation record_transformation = 2;
public TransformationLocation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final TransformationLocation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides