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