为什么那么多中国人喜欢普京 他可是位独裁者!

百度 对农业部系统年全面从严治党工作取得的成效给予肯定,要求农业部各级党组织、纪检组织和广大党员干部在坚持把党的政治建设摆在首位、巩固拓展落实中央八项规定精神成果、全面加强党的纪律建设、巩固发展反腐败斗争压倒性态势、推动全面从严治党责任落实等五个方面把自己摆进去,以强有力的问责促担当。
public sealed class ListDiscoveryConfigsResponse : IMessage<ListDiscoveryConfigsResponse>, IEquatable<ListDiscoveryConfigsResponse>, IDeepCloneable<ListDiscoveryConfigsResponse>, IBufferMessage, IMessage, IPageResponse<DiscoveryConfig>, IEnumerable<DiscoveryConfig>, IEnumerable

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

Response message for ListDiscoveryConfigs.

Inheritance

object > ListDiscoveryConfigsResponse

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ListDiscoveryConfigsResponse()

public ListDiscoveryConfigsResponse()

ListDiscoveryConfigsResponse(ListDiscoveryConfigsResponse)

public ListDiscoveryConfigsResponse(ListDiscoveryConfigsResponse other)
Parameter
Name Description
other ListDiscoveryConfigsResponse

Properties

DiscoveryConfigs

public RepeatedField<DiscoveryConfig> DiscoveryConfigs { get; }

List of configs, up to page_size in ListDiscoveryConfigsRequest.

Property Value
Type Description
RepeatedFieldDiscoveryConfig

NextPageToken

public string NextPageToken { get; set; }

If the next page is available then this value is the next page token to be used in the following ListDiscoveryConfigs request.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<DiscoveryConfig> GetEnumerator()

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

Returns
Type Description
IEnumeratorDiscoveryConfig