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

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.

Inheritance

object > ListDeidentifyTemplatesResponse

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ListDeidentifyTemplatesResponse()

public ListDeidentifyTemplatesResponse()

ListDeidentifyTemplatesResponse(ListDeidentifyTemplatesResponse)

public ListDeidentifyTemplatesResponse(ListDeidentifyTemplatesResponse other)
Parameter
NameDescription
otherListDeidentifyTemplatesResponse

Properties

DeidentifyTemplates

public RepeatedField<DeidentifyTemplate> DeidentifyTemplates { get; }

List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.

Property Value
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<DeidentifyTemplate> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorDeidentifyTemplate