Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::ListDiscoveryConfigsResponse.
Response message for ListDiscoveryConfigs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#discovery_configs
def discovery_configs() -> ::Array<::Google::Cloud::Dlp::V2::DiscoveryConfig>
Returns
- (::Array<::Google::Cloud::Dlp::V2::DiscoveryConfig>) — List of configs, up to page_size in ListDiscoveryConfigsRequest.
#discovery_configs=
def discovery_configs=(value) -> ::Array<::Google::Cloud::Dlp::V2::DiscoveryConfig>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::DiscoveryConfig>) — List of configs, up to page_size in ListDiscoveryConfigsRequest.
Returns
- (::Array<::Google::Cloud::Dlp::V2::DiscoveryConfig>) — List of configs, up to page_size in ListDiscoveryConfigsRequest.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — If the next page is available then this value is the next page token to be used in the following ListDiscoveryConfigs request.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — 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.