Class: Google::Cloud::Dlp::V2::ListFileStoreDataProfilesResponse

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 file store data profiles generated for a given organization or project.

Instance Attribute Summary collapse

Instance Attribute Details

#file_store_data_profiles::Array<::Google::Cloud::Dlp::V2::FileStoreDataProfile>

Returns List of data profiles.

Returns:



6970
6971
6972
6973
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6970

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

#next_page_token::String

Returns The next page token.

Returns:

  • (::String)

    The next page token.



6970
6971
6972
6973
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6970

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