Class: Google::Cloud::Dlp::V2::ListDiscoveryConfigsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Response message for ListDiscoveryConfigs.

Instance Attribute Summary collapse

Instance Attribute Details

#discovery_configs::Array<::Google::Cloud::Dlp::V2::DiscoveryConfig>

Returns List of configs, up to page_size in ListDiscoveryConfigsRequest.

Returns:



3793
3794
3795
3796
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3793

class ListDiscoveryConfigsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

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

Returns:

  • (::String)

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



3793
3794
3795
3796
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3793

class ListDiscoveryConfigsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end