Class: Google::Privacy::Dlp::V2::ListInfoTypesRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

Request for the list of infoTypes.

Instance Attribute Summary collapse

Instance Attribute Details

#filterString

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

Returns:

  • (String)

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



642
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 642

class ListInfoTypesRequest; end

#language_codeString

Returns Optional 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)

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



642
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 642

class ListInfoTypesRequest; end