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

public sealed class ListTableDataProfilesResponse : IMessage<ListTableDataProfilesResponse>, IEquatable<ListTableDataProfilesResponse>, IDeepCloneable<ListTableDataProfilesResponse>, IBufferMessage, IMessage, IPageResponse<TableDataProfile>, IEnumerable<TableDataProfile>, IEnumerable

Reference 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.

Inheritance

object > ListTableDataProfilesResponse

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ListTableDataProfilesResponse()

public ListTableDataProfilesResponse()

ListTableDataProfilesResponse(ListTableDataProfilesResponse)

public ListTableDataProfilesResponse(ListTableDataProfilesResponse other)
Parameter
NameDescription
otherListTableDataProfilesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The next page token.

Property Value
TypeDescription
string

TableDataProfiles

public RepeatedField<TableDataProfile> TableDataProfiles { get; }

List of data profiles.

Property Value
TypeDescription
RepeatedFieldTableDataProfile

Methods

GetEnumerator()

public IEnumerator<TableDataProfile> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorTableDataProfile