Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::ListTableDataProfilesResponse.
List of profiles generated for a given organization or project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The next page token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The next page token.
Returns
- (::String) — The next page token.
#table_data_profiles
def table_data_profiles() -> ::Array<::Google::Cloud::Dlp::V2::TableDataProfile>
Returns
- (::Array<::Google::Cloud::Dlp::V2::TableDataProfile>) — List of data profiles.
#table_data_profiles=
def table_data_profiles=(value) -> ::Array<::Google::Cloud::Dlp::V2::TableDataProfile>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::TableDataProfile>) — List of data profiles.
Returns
- (::Array<::Google::Cloud::Dlp::V2::TableDataProfile>) — List of data profiles.