Class: Google::Privacy::Dlp::V2::PartitionId

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

Overview

Datastore partition ID. A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.

A partition ID contains several dimensions: project ID and namespace ID.

Instance Attribute Summary collapse

Instance Attribute Details

#namespace_idString

Returns If not empty, the ID of the namespace to which the entities belong.

Returns:

  • (String)

    If not empty, the ID of the namespace to which the entities belong.



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

class PartitionId; end

#project_idString

Returns The ID of the project to which the entities belong.

Returns:

  • (String)

    The ID of the project to which the entities belong.



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

class PartitionId; end