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.Timestamp
getContainerTimestamp()
Findings container modification timestamp, if applicable.com.google.protobuf.TimestampOrBuilder
getContainerTimestampOrBuilder()
Findings container modification timestamp, if applicable.String
getContainerVersion()
Container version, if available ("generation" for Cloud Storage).com.google.protobuf.ByteString
getContainerVersionBytes()
Container version, if available ("generation" for Cloud Storage).FieldId
getFieldId()
For record transformations, provide a field.FieldIdOrBuilder
getFieldIdOrBuilder()
For record transformations, provide a field.boolean
hasContainerTimestamp()
Findings container modification timestamp, if applicable.boolean
hasFieldId()
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.
-
-