public sealed class ListDlpJobsResponse : IMessage<ListDlpJobsResponse>, IEquatable<ListDlpJobsResponse>, IDeepCloneable<ListDlpJobsResponse>, IBufferMessage, IMessage, IPageResponse<DlpJob>, IEnumerable<DlpJob>, IEnumerable
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ListDlpJobsResponse.
The response message for listing DLP jobs.
Implements
IMessageListDlpJobsResponse, IEquatableListDlpJobsResponse, IDeepCloneableListDlpJobsResponse, IBufferMessage, IMessage, IPageResponseDlpJob, IEnumerableDlpJob, IEnumerableNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ListDlpJobsResponse()
public ListDlpJobsResponse()
ListDlpJobsResponse(ListDlpJobsResponse)
public ListDlpJobsResponse(ListDlpJobsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListDlpJobsResponse |
Properties
Jobs
public RepeatedField<DlpJob> Jobs { get; }
A list of DlpJobs that matches the specified filter in the request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDlpJob |
NextPageToken
public string NextPageToken { get; set; }
The standard List next-page token.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<DlpJob> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDlpJob |