public sealed class ListDlpJobsResponse : IMessage<ListDlpJobsResponse>, IEquatable<ListDlpJobsResponse>, IDeepCloneable<ListDlpJobsResponse>, IBufferMessage, IMessage, IPageResponse<DlpJob>, IEnumerable<DlpJob>, IEnumerableThe response message for listing DLP jobs.
Implements
IMessage<ListDlpJobsResponse>, IEquatable<ListDlpJobsResponse>, IDeepCloneable<ListDlpJobsResponse>, IBufferMessage, IMessage, IPageResponse<DlpJob>, IEnumerable<DlpJob>, 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 |
RepeatedField<DlpJob> |
|
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 |
IEnumerator<DlpJob> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|