Class: Google::Privacy::Dlp::V2::CreateStoredInfoTypeRequest

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

Overview

Request message for CreateStoredInfoType.

Instance Attribute Summary collapse

Instance Attribute Details

#configGoogle::Privacy::Dlp::V2::StoredInfoTypeConfig

Returns Configuration of the storedInfoType to create.

Returns:



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

class CreateStoredInfoTypeRequest; end

#parentString

Returns The parent resource name, for example projects/my-project-id or organizations/my-org-id.

Returns:

  • (String)

    The parent resource name, for example projects/my-project-id or organizations/my-org-id.



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

class CreateStoredInfoTypeRequest; end

#stored_info_type_idString

Returns The storedInfoType ID can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\\d-_]+. The maximum length is 100 characters. Can be empty to allow the system to generate one.

Returns:

  • (String)

    The storedInfoType ID can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\\d-_]+. The maximum length is 100 characters. Can be empty to allow the system to generate one.



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

class CreateStoredInfoTypeRequest; end