Class: Google::Cloud::Dlp::V2::ListInfoTypesRequest

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

Overview

Request for the list of infoTypes.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.

Returns:

  • (::String)

    filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.



1416
1417
1418
1419
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1416

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

#language_code::String

Returns BCP-47 language code for localized infoType friendly names. If omitted, or if localized strings are not available, en-US strings will be returned.

Returns:

  • (::String)

    BCP-47 language code for localized infoType friendly names. If omitted, or if localized strings are not available, en-US strings will be returned.



1416
1417
1418
1419
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1416

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

#location_id::String

Returns Deprecated. This field has no effect.

Returns:

  • (::String)

    Deprecated. This field has no effect.



1416
1417
1418
1419
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1416

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

#parent::String

Returns The parent resource name.

The format of this value is as follows:

locations/<var>LOCATION_ID</var>.

Returns:

  • (::String)

    The parent resource name.

    The format of this value is as follows:

    locations/<var>LOCATION_ID</var>
    


1416
1417
1418
1419
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1416

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