Google Cloud Data Loss Prevention v2 API - Class ListFileStoreDataProfilesResponse (4.10.0)

public sealed class ListFileStoreDataProfilesResponse : IMessage<ListFileStoreDataProfilesResponse>, IEquatable<ListFileStoreDataProfilesResponse>, IDeepCloneable<ListFileStoreDataProfilesResponse>, IBufferMessage, IMessage, IPageResponse<FileStoreDataProfile>, IEnumerable<FileStoreDataProfile>, IEnumerable

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ListFileStoreDataProfilesResponse.

List of file store data profiles generated for a given organization or project.

Inheritance

object > ListFileStoreDataProfilesResponse

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ListFileStoreDataProfilesResponse()

public ListFileStoreDataProfilesResponse()

ListFileStoreDataProfilesResponse(ListFileStoreDataProfilesResponse)

public ListFileStoreDataProfilesResponse(ListFileStoreDataProfilesResponse other)
Parameter
Name Description
other ListFileStoreDataProfilesResponse

Properties

FileStoreDataProfiles

public RepeatedField<FileStoreDataProfile> FileStoreDataProfiles { get; }

List of data profiles.

Property Value
Type Description
RepeatedFieldFileStoreDataProfile

NextPageToken

public string NextPageToken { get; set; }

The next page token.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<FileStoreDataProfile> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorFileStoreDataProfile