public sealed class ListDeidentifyTemplatesResponse : IMessage<ListDeidentifyTemplatesResponse>, IEquatable<ListDeidentifyTemplatesResponse>, IDeepCloneable<ListDeidentifyTemplatesResponse>, IBufferMessage, IMessage, IPageResponse<DeidentifyTemplate>, IEnumerable<DeidentifyTemplate>, IEnumerable
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ListDeidentifyTemplatesResponse.
Response message for ListDeidentifyTemplates.
Implements
IMessageListDeidentifyTemplatesResponse, IEquatableListDeidentifyTemplatesResponse, IDeepCloneableListDeidentifyTemplatesResponse, IBufferMessage, IMessage, IPageResponseDeidentifyTemplate, IEnumerableDeidentifyTemplate, IEnumerableNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ListDeidentifyTemplatesResponse()
public ListDeidentifyTemplatesResponse()
ListDeidentifyTemplatesResponse(ListDeidentifyTemplatesResponse)
public ListDeidentifyTemplatesResponse(ListDeidentifyTemplatesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListDeidentifyTemplatesResponse |
Properties
DeidentifyTemplates
public RepeatedField<DeidentifyTemplate> DeidentifyTemplates { get; }
List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDeidentifyTemplate |
NextPageToken
public string NextPageToken { get; set; }
If the next page is available then the next page token to be used in the following ListDeidentifyTemplates request.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<DeidentifyTemplate> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDeidentifyTemplate |