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

public sealed class ListColumnDataProfilesResponse : IMessage<ListColumnDataProfilesResponse>, IEquatable<ListColumnDataProfilesResponse>, IDeepCloneable<ListColumnDataProfilesResponse>, IBufferMessage, IMessage, IPageResponse<ColumnDataProfile>, IEnumerable<ColumnDataProfile>, IEnumerable

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

List of profiles generated for a given organization or project.

Inheritance

object > ListColumnDataProfilesResponse

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ListColumnDataProfilesResponse()

public ListColumnDataProfilesResponse()

ListColumnDataProfilesResponse(ListColumnDataProfilesResponse)

public ListColumnDataProfilesResponse(ListColumnDataProfilesResponse other)
Parameter
NameDescription
otherListColumnDataProfilesResponse

Properties

ColumnDataProfiles

public RepeatedField<ColumnDataProfile> ColumnDataProfiles { get; }

List of data profiles.

Property Value
TypeDescription
RepeatedFieldColumnDataProfile

NextPageToken

public string NextPageToken { get; set; }

The next page token.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<ColumnDataProfile> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorColumnDataProfile