Google Cloud Data Loss Prevention v2 API - Class ListDeidentifyTemplatesResponse (4.5.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
RepeatedField<DeidentifyTemplate>

NextPageToken

public string NextPageToken { get; set; }

If the next page is available then the next page token to be used in 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
IEnumerator<DeidentifyTemplate>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator