Package com.google.privacy.dlp.v2
Interface RecordTransformationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RecordTransformation,RecordTransformation.Builder
public interface RecordTransformationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetContainerTimestamp()Findings container modification timestamp, if applicable.com.google.protobuf.TimestampOrBuildergetContainerTimestampOrBuilder()Findings container modification timestamp, if applicable.StringgetContainerVersion()Container version, if available ("generation" for Cloud Storage).com.google.protobuf.ByteStringgetContainerVersionBytes()Container version, if available ("generation" for Cloud Storage).FieldIdgetFieldId()For record transformations, provide a field.FieldIdOrBuildergetFieldIdOrBuilder()For record transformations, provide a field.booleanhasContainerTimestamp()Findings container modification timestamp, if applicable.booleanhasFieldId()For record transformations, provide a field.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasFieldId
boolean hasFieldId()
For record transformations, provide a field.
.google.privacy.dlp.v2.FieldId field_id = 1;- Returns:
- Whether the fieldId field is set.
-
getFieldId
FieldId getFieldId()
For record transformations, provide a field.
.google.privacy.dlp.v2.FieldId field_id = 1;- Returns:
- The fieldId.
-
getFieldIdOrBuilder
FieldIdOrBuilder getFieldIdOrBuilder()
For record transformations, provide a field.
.google.privacy.dlp.v2.FieldId field_id = 1;
-
hasContainerTimestamp
boolean hasContainerTimestamp()
Findings container modification timestamp, if applicable.
.google.protobuf.Timestamp container_timestamp = 2;- Returns:
- Whether the containerTimestamp field is set.
-
getContainerTimestamp
com.google.protobuf.Timestamp getContainerTimestamp()
Findings container modification timestamp, if applicable.
.google.protobuf.Timestamp container_timestamp = 2;- Returns:
- The containerTimestamp.
-
getContainerTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getContainerTimestampOrBuilder()
Findings container modification timestamp, if applicable.
.google.protobuf.Timestamp container_timestamp = 2;
-
getContainerVersion
String getContainerVersion()
Container version, if available ("generation" for Cloud Storage).string container_version = 3;- Returns:
- The containerVersion.
-
getContainerVersionBytes
com.google.protobuf.ByteString getContainerVersionBytes()
Container version, if available ("generation" for Cloud Storage).string container_version = 3;- Returns:
- The bytes for containerVersion.
-
-