Google Cloud Data Loss Prevention v2 API - Class ListProjectDataProfilesResponse (4.8.0)

public sealed class ListProjectDataProfilesResponse : IMessage<ListProjectDataProfilesResponse>, IEquatable<ListProjectDataProfilesResponse>, IDeepCloneable<ListProjectDataProfilesResponse>, IBufferMessage, IMessage, IPageResponse<ProjectDataProfile>, IEnumerable<ProjectDataProfile>, IEnumerable

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

List of profiles generated for a given organization or project.

Inheritance

object > ListProjectDataProfilesResponse

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ListProjectDataProfilesResponse()

public ListProjectDataProfilesResponse()

ListProjectDataProfilesResponse(ListProjectDataProfilesResponse)

public ListProjectDataProfilesResponse(ListProjectDataProfilesResponse other)
Parameter
NameDescription
otherListProjectDataProfilesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The next page token.

Property Value
TypeDescription
string

ProjectDataProfiles

public RepeatedField<ProjectDataProfile> ProjectDataProfiles { get; }

List of data profiles.

Property Value
TypeDescription
RepeatedFieldProjectDataProfile

Methods

GetEnumerator()

public IEnumerator<ProjectDataProfile> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorProjectDataProfile