Class: Google::Cloud::Dlp::V2::GetColumnDataProfileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::GetColumnDataProfileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Request to get a column data profile.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name, for example
organizations/12345/locations/us/columnDataProfiles/53234423
.
6999 7000 7001 7002 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6999 class GetColumnDataProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |