Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::TransformationLocation.
Specifies the location of a transformation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#container_type
def container_type() -> ::Google::Cloud::Dlp::V2::TransformationContainerType
- (::Google::Cloud::Dlp::V2::TransformationContainerType) — Information about the functionality of the container where this finding occurred, if available.
#container_type=
def container_type=(value) -> ::Google::Cloud::Dlp::V2::TransformationContainerType
- value (::Google::Cloud::Dlp::V2::TransformationContainerType) — Information about the functionality of the container where this finding occurred, if available.
- (::Google::Cloud::Dlp::V2::TransformationContainerType) — Information about the functionality of the container where this finding occurred, if available.
#finding_id
def finding_id() -> ::String
-
(::String) — 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).
Note: The following fields are mutually exclusive:
finding_id
,record_transformation
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#finding_id=
def finding_id=(value) -> ::String
-
value (::String) — 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).
Note: The following fields are mutually exclusive:
finding_id
,record_transformation
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — 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).
Note: The following fields are mutually exclusive:
finding_id
,record_transformation
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#record_transformation
def record_transformation() -> ::Google::Cloud::Dlp::V2::RecordTransformation
-
(::Google::Cloud::Dlp::V2::RecordTransformation) — For record transformations, provide a field and container information.
Note: The following fields are mutually exclusive:
record_transformation
,finding_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#record_transformation=
def record_transformation=(value) -> ::Google::Cloud::Dlp::V2::RecordTransformation
-
value (::Google::Cloud::Dlp::V2::RecordTransformation) — For record transformations, provide a field and container information.
Note: The following fields are mutually exclusive:
record_transformation
,finding_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dlp::V2::RecordTransformation) — For record transformations, provide a field and container information.
Note: The following fields are mutually exclusive:
record_transformation
,finding_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.