Class: Google::Cloud::Dlp::V2::ListColumnDataProfilesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ListColumnDataProfilesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
List of profiles generated for a given organization or project.
Instance Attribute Summary collapse
-
#column_data_profiles ⇒ ::Array<::Google::Cloud::Dlp::V2::ColumnDataProfile>
List of data profiles.
-
#next_page_token ⇒ ::String
The next page token.
Instance Attribute Details
#column_data_profiles ⇒ ::Array<::Google::Cloud::Dlp::V2::ColumnDataProfile>
Returns List of data profiles.
6261 6262 6263 6264 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6261 class ListColumnDataProfilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The next page token.
6261 6262 6263 6264 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6261 class ListColumnDataProfilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |