Class: Google::Cloud::Dlp::V2::ListInfoTypesResponse

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 to the ListInfoTypes request.

Instance Attribute Summary collapse

Instance Attribute Details

#info_types::Array<::Google::Cloud::Dlp::V2::InfoTypeDescription>

Returns Set of sensitive infoTypes.

Returns:



1292
1293
1294
1295
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1292

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