Class: Google::Cloud::Dlp::V2::RecordTransformation
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::RecordTransformation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
The field in a record to transform.
Instance Attribute Summary collapse
-
#container_timestamp ⇒ ::Google::Protobuf::Timestamp
Findings container modification timestamp, if applicable.
-
#container_version ⇒ ::String
Container version, if available ("generation" for Cloud Storage).
-
#field_id ⇒ ::Google::Cloud::Dlp::V2::FieldId
For record transformations, provide a field.
Instance Attribute Details
#container_timestamp ⇒ ::Google::Protobuf::Timestamp
Returns Findings container modification timestamp, if applicable.
3132 3133 3134 3135 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3132 class RecordTransformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#container_version ⇒ ::String
Returns Container version, if available ("generation" for Cloud Storage).
3132 3133 3134 3135 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3132 class RecordTransformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#field_id ⇒ ::Google::Cloud::Dlp::V2::FieldId
Returns For record transformations, provide a field.
3132 3133 3134 3135 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3132 class RecordTransformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |