public sealed class ListColumnDataProfilesResponse : IMessage<ListColumnDataProfilesResponse>, IEquatable<ListColumnDataProfilesResponse>, IDeepCloneable<ListColumnDataProfilesResponse>, IBufferMessage, IMessage, IPageResponse<ColumnDataProfile>, IEnumerable<ColumnDataProfile>, IEnumerableReference 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.
Implements
IMessageListColumnDataProfilesResponse, IEquatableListColumnDataProfilesResponse, IDeepCloneableListColumnDataProfilesResponse, IBufferMessage, IMessage, IPageResponseColumnDataProfile, IEnumerableColumnDataProfile, IEnumerableNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ListColumnDataProfilesResponse()
public ListColumnDataProfilesResponse()ListColumnDataProfilesResponse(ListColumnDataProfilesResponse)
public ListColumnDataProfilesResponse(ListColumnDataProfilesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListColumnDataProfilesResponse |
Properties
ColumnDataProfiles
public RepeatedField<ColumnDataProfile> ColumnDataProfiles { get; }List of data profiles.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldColumnDataProfile |
|
NextPageToken
public string NextPageToken { get; set; }The next page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<ColumnDataProfile> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorColumnDataProfile |
|