public interface TransformationLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;boolean hasRecordTransformation()
For record transformations, provide a field and container information.
.google.privacy.dlp.v2.RecordTransformation record_transformation = 2;RecordTransformation getRecordTransformation()
For record transformations, provide a field and container information.
.google.privacy.dlp.v2.RecordTransformation record_transformation = 2;RecordTransformationOrBuilder getRecordTransformationOrBuilder()
For record transformations, provide a field and container information.
.google.privacy.dlp.v2.RecordTransformation record_transformation = 2;int getContainerTypeValue()
Information about the functionality of the container where this finding occurred, if available.
.google.privacy.dlp.v2.TransformationContainerType container_type = 3;TransformationContainerType getContainerType()
Information about the functionality of the container where this finding occurred, if available.
.google.privacy.dlp.v2.TransformationContainerType container_type = 3;TransformationLocation.LocationTypeCase getLocationTypeCase()
Copyright © 2022 Google LLC. All rights reserved.