public sealed class ListTableDataProfilesResponse : IMessage<ListTableDataProfilesResponse>, IEquatable<ListTableDataProfilesResponse>, IDeepCloneable<ListTableDataProfilesResponse>, IBufferMessage, IMessage, IPageResponse<TableDataProfile>, IEnumerable<TableDataProfile>, IEnumerableReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ListTableDataProfilesResponse.
List of profiles generated for a given organization or project.
Implements
IMessageListTableDataProfilesResponse, IEquatableListTableDataProfilesResponse, IDeepCloneableListTableDataProfilesResponse, IBufferMessage, IMessage, IPageResponseTableDataProfile, IEnumerableTableDataProfile, IEnumerableNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ListTableDataProfilesResponse()
public ListTableDataProfilesResponse()ListTableDataProfilesResponse(ListTableDataProfilesResponse)
public ListTableDataProfilesResponse(ListTableDataProfilesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTableDataProfilesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }The next page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TableDataProfiles
public RepeatedField<TableDataProfile> TableDataProfiles { get; }List of data profiles.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTableDataProfile |
|
Methods
GetEnumerator()
public IEnumerator<TableDataProfile> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorTableDataProfile |
|