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