Class: Google::Cloud::Dlp::V2::PartitionId

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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_id::String

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.



325
326
327
328
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 325

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

#project_id::String

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

Returns:

  • (::String)

    The ID of the project to which the entities belong.



325
326
327
328
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 325

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