public static final class TransformationLocation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TransformationLocation.Builder> implements TransformationLocationOrBuilder
Specifies the location of a transformation.Protobuf type
google.privacy.dlp.v2.TransformationLocation| Modifier and Type | Method and Description |
|---|---|
TransformationLocation.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransformationLocation |
build() |
TransformationLocation |
buildPartial() |
TransformationLocation.Builder |
clear() |
TransformationLocation.Builder |
clearContainerType()
Information about the functionality of the container where this finding
occurred, if available.
|
TransformationLocation.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TransformationLocation.Builder |
clearFindingId()
For infotype transformations, link to the corresponding findings ID so
that location information does not need to be duplicated.
|
TransformationLocation.Builder |
clearLocationType() |
TransformationLocation.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TransformationLocation.Builder |
clearRecordTransformation()
For record transformations, provide a field and container information.
|
TransformationLocation.Builder |
clone() |
TransformationContainerType |
getContainerType()
Information about the functionality of the container where this finding
occurred, if available.
|
int |
getContainerTypeValue()
Information about the functionality of the container where this finding
occurred, if available.
|
TransformationLocation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFindingId()
For infotype transformations, link to the corresponding findings ID so
that location information does not need to be duplicated.
|
com.google.protobuf.ByteString |
getFindingIdBytes()
For infotype transformations, link to the corresponding findings ID so
that location information does not need to be duplicated.
|
TransformationLocation.LocationTypeCase |
getLocationTypeCase() |
RecordTransformation |
getRecordTransformation()
For record transformations, provide a field and container information.
|
RecordTransformation.Builder |
getRecordTransformationBuilder()
For record transformations, provide a field and container information.
|
RecordTransformationOrBuilder |
getRecordTransformationOrBuilder()
For record transformations, provide a field and container information.
|
boolean |
hasFindingId()
For infotype transformations, link to the corresponding findings ID so
that location information does not need to be duplicated.
|
boolean |
hasRecordTransformation()
For record transformations, provide a field and container information.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TransformationLocation.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TransformationLocation.Builder |
mergeFrom(com.google.protobuf.Message other) |
TransformationLocation.Builder |
mergeFrom(TransformationLocation other) |
TransformationLocation.Builder |
mergeRecordTransformation(RecordTransformation value)
For record transformations, provide a field and container information.
|
TransformationLocation.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransformationLocation.Builder |
setContainerType(TransformationContainerType value)
Information about the functionality of the container where this finding
occurred, if available.
|
TransformationLocation.Builder |
setContainerTypeValue(int value)
Information about the functionality of the container where this finding
occurred, if available.
|
TransformationLocation.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransformationLocation.Builder |
setFindingId(String value)
For infotype transformations, link to the corresponding findings ID so
that location information does not need to be duplicated.
|
TransformationLocation.Builder |
setFindingIdBytes(com.google.protobuf.ByteString value)
For infotype transformations, link to the corresponding findings ID so
that location information does not need to be duplicated.
|
TransformationLocation.Builder |
setRecordTransformation(RecordTransformation.Builder builderForValue)
For record transformations, provide a field and container information.
|
TransformationLocation.Builder |
setRecordTransformation(RecordTransformation value)
For record transformations, provide a field and container information.
|
TransformationLocation.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TransformationLocation.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationLocation.Builder>public TransformationLocation.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationLocation.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationLocation.Builder>public TransformationLocation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TransformationLocation build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TransformationLocation buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TransformationLocation.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationLocation.Builder>public TransformationLocation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationLocation.Builder>public TransformationLocation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationLocation.Builder>public TransformationLocation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationLocation.Builder>public TransformationLocation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationLocation.Builder>public TransformationLocation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationLocation.Builder>public TransformationLocation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransformationLocation.Builder>public TransformationLocation.Builder mergeFrom(TransformationLocation other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationLocation.Builder>public TransformationLocation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransformationLocation.Builder>IOExceptionpublic TransformationLocation.LocationTypeCase getLocationTypeCase()
getLocationTypeCase in interface TransformationLocationOrBuilderpublic TransformationLocation.Builder clearLocationType()
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;hasFindingId in interface TransformationLocationOrBuilderpublic 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;getFindingId in interface TransformationLocationOrBuilderpublic com.google.protobuf.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;getFindingIdBytes in interface TransformationLocationOrBuilderpublic 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;value - The findingId to set.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 setFindingIdBytes(com.google.protobuf.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;value - The bytes for findingId to set.public boolean hasRecordTransformation()
For record transformations, provide a field and container information.
.google.privacy.dlp.v2.RecordTransformation record_transformation = 2;hasRecordTransformation in interface TransformationLocationOrBuilderpublic RecordTransformation getRecordTransformation()
For record transformations, provide a field and container information.
.google.privacy.dlp.v2.RecordTransformation record_transformation = 2;getRecordTransformation in interface TransformationLocationOrBuilderpublic 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 mergeRecordTransformation(RecordTransformation value)
For record transformations, provide a field and container information.
.google.privacy.dlp.v2.RecordTransformation record_transformation = 2;public TransformationLocation.Builder clearRecordTransformation()
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;getRecordTransformationOrBuilder in interface TransformationLocationOrBuilderpublic int getContainerTypeValue()
Information about the functionality of the container where this finding occurred, if available.
.google.privacy.dlp.v2.TransformationContainerType container_type = 3;getContainerTypeValue in interface TransformationLocationOrBuilderpublic 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;value - The enum numeric value on the wire for containerType to set.public TransformationContainerType getContainerType()
Information about the functionality of the container where this finding occurred, if available.
.google.privacy.dlp.v2.TransformationContainerType container_type = 3;getContainerType in interface TransformationLocationOrBuilderpublic 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;value - The containerType to set.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 final TransformationLocation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationLocation.Builder>public final TransformationLocation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransformationLocation.Builder>Copyright © 2022 Google LLC. All rights reserved.