履职新时代 书写新答卷 全国政协委员热议新时代-参政议政-时政频道-中工网

百度 科技股和金融股普跌,苹果收跌%,Alphabet收跌%,亚马逊收跌%,Facebook收跌%,特斯拉收跌%,高盛收跌%,美国银行收跌%,摩根大通收跌%,花旗集团收跌%。
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.

Inheritance

object > ListDlpJobsResponse

Namespace

Google.Cloud.Dlp.V2

Assembly

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