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

public sealed class ListInspectTemplatesResponse : IMessage<ListInspectTemplatesResponse>, IEquatable<ListInspectTemplatesResponse>, IDeepCloneable<ListInspectTemplatesResponse>, IBufferMessage, IMessage, IPageResponse<InspectTemplate>, IEnumerable<InspectTemplate>, IEnumerable

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ListInspectTemplatesResponse.

Response message for ListInspectTemplates.

Inheritance

object > ListInspectTemplatesResponse

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ListInspectTemplatesResponse()

public ListInspectTemplatesResponse()

ListInspectTemplatesResponse(ListInspectTemplatesResponse)

public ListInspectTemplatesResponse(ListInspectTemplatesResponse other)
Parameter
NameDescription
otherListInspectTemplatesResponse

Properties

InspectTemplates

public RepeatedField<InspectTemplate> InspectTemplates { get; }

List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.

Property Value
TypeDescription
RepeatedFieldInspectTemplate

NextPageToken

public string NextPageToken { get; set; }

If the next page is available then the next page token to be used in the following ListInspectTemplates request.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<InspectTemplate> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorInspectTemplate