Class: Google::Cloud::Dlp::V2::ListProjectDataProfilesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#next_page_token::String

Returns The next page token.

Returns:

  • (::String)

    The next page token.



5210
5211
5212
5213
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5210

class ListProjectDataProfilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project_data_profiles::Array<::Google::Cloud::Dlp::V2::ProjectDataProfile>

Returns List of data profiles.

Returns:



5210
5211
5212
5213
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5210

class ListProjectDataProfilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end