Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::DataProfileConfigSnapshot.
Snapshot of the configurations used to generate the profile.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_profile_job
def data_profile_job() -> ::Google::Cloud::Dlp::V2::DataProfileJobConfig
Returns
- (::Google::Cloud::Dlp::V2::DataProfileJobConfig) — A copy of the configuration used to generate this profile.
#data_profile_job=
def data_profile_job=(value) -> ::Google::Cloud::Dlp::V2::DataProfileJobConfig
Parameter
- value (::Google::Cloud::Dlp::V2::DataProfileJobConfig) — A copy of the configuration used to generate this profile.
Returns
- (::Google::Cloud::Dlp::V2::DataProfileJobConfig) — A copy of the configuration used to generate this profile.
#inspect_config
def inspect_config() -> ::Google::Cloud::Dlp::V2::InspectConfig
Returns
-
(::Google::Cloud::Dlp::V2::InspectConfig) — A copy of the inspection config used to generate this profile. This
is a copy of the inspect_template specified in
DataProfileJobConfig
.
#inspect_config=
def inspect_config=(value) -> ::Google::Cloud::Dlp::V2::InspectConfig
Parameter
-
value (::Google::Cloud::Dlp::V2::InspectConfig) — A copy of the inspection config used to generate this profile. This
is a copy of the inspect_template specified in
DataProfileJobConfig
.
Returns
-
(::Google::Cloud::Dlp::V2::InspectConfig) — A copy of the inspection config used to generate this profile. This
is a copy of the inspect_template specified in
DataProfileJobConfig
.