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.
Implements
IMessageListProjectDataProfilesResponse, IEquatableListProjectDataProfilesResponse, IDeepCloneableListProjectDataProfilesResponse, IBufferMessage, IMessage, IPageResponseProjectDataProfile, IEnumerableProjectDataProfile, IEnumerableNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ListProjectDataProfilesResponse()
public ListProjectDataProfilesResponse()
ListProjectDataProfilesResponse(ListProjectDataProfilesResponse)
public ListProjectDataProfilesResponse(ListProjectDataProfilesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListProjectDataProfilesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
The next page token.
Property Value | |
---|---|
Type | Description |
string |
ProjectDataProfiles
public RepeatedField<ProjectDataProfile> ProjectDataProfiles { get; }
List of data profiles.
Property Value | |
---|---|
Type | Description |
RepeatedFieldProjectDataProfile |
Methods
GetEnumerator()
public IEnumerator<ProjectDataProfile> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorProjectDataProfile |