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.
Implements
IMessageListDiscoveryConfigsResponse, IEquatableListDiscoveryConfigsResponse, IDeepCloneableListDiscoveryConfigsResponse, IBufferMessage, IMessage, IPageResponseDiscoveryConfig, IEnumerableDiscoveryConfig, IEnumerableNamespace
Google.Cloud.Dlp.V2Assembly
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 |