Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::ListFileStoreDataProfilesResponse.
List of file store data profiles generated for a given organization or project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#file_store_data_profiles
def file_store_data_profiles() -> ::Array<::Google::Cloud::Dlp::V2::FileStoreDataProfile>
Returns
- (::Array<::Google::Cloud::Dlp::V2::FileStoreDataProfile>) — List of data profiles.
#file_store_data_profiles=
def file_store_data_profiles=(value) -> ::Array<::Google::Cloud::Dlp::V2::FileStoreDataProfile>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::FileStoreDataProfile>) — List of data profiles.
Returns
- (::Array<::Google::Cloud::Dlp::V2::FileStoreDataProfile>) — List of data profiles.
#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.