public interface RecordTransformationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContainerTimestamp()
public abstract Timestamp getContainerTimestamp()Findings container modification timestamp, if applicable.
.google.protobuf.Timestamp container_timestamp = 2;
| Type | Description |
| Timestamp | The containerTimestamp. |
getContainerTimestampOrBuilder()
public abstract TimestampOrBuilder getContainerTimestampOrBuilder()Findings container modification timestamp, if applicable.
.google.protobuf.Timestamp container_timestamp = 2;
| Type | Description |
| TimestampOrBuilder |
getContainerVersion()
public abstract String getContainerVersion()Container version, if available ("generation" for Cloud Storage).
string container_version = 3;
| Type | Description |
| String | The containerVersion. |
getContainerVersionBytes()
public abstract ByteString getContainerVersionBytes()Container version, if available ("generation" for Cloud Storage).
string container_version = 3;
| Type | Description |
| ByteString | The bytes for containerVersion. |
getFieldId()
public abstract FieldId getFieldId()For record transformations, provide a field.
.google.privacy.dlp.v2.FieldId field_id = 1;
| Type | Description |
| FieldId | The fieldId. |
getFieldIdOrBuilder()
public abstract FieldIdOrBuilder getFieldIdOrBuilder()For record transformations, provide a field.
.google.privacy.dlp.v2.FieldId field_id = 1;
| Type | Description |
| FieldIdOrBuilder |
hasContainerTimestamp()
public abstract boolean hasContainerTimestamp()Findings container modification timestamp, if applicable.
.google.protobuf.Timestamp container_timestamp = 2;
| Type | Description |
| boolean | Whether the containerTimestamp field is set. |
hasFieldId()
public abstract boolean hasFieldId()For record transformations, provide a field.
.google.privacy.dlp.v2.FieldId field_id = 1;
| Type | Description |
| boolean | Whether the fieldId field is set. |