Class: Google::Cloud::AIPlatform::V1::FeatureOnlineStore::Bigtable::BigtableMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb

Overview

Metadata of the Bigtable instance. This is used by direct read access to the Bigtable in tenant project.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns The Cloud Bigtable instance id.

Returns:

  • (::String)

    The Cloud Bigtable instance id.



137
138
139
140
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb', line 137

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

#table_id::String

Returns The Cloud Bigtable table id.

Returns:

  • (::String)

    The Cloud Bigtable table id.



137
138
139
140
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb', line 137

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

#tenant_project_id::String

Returns Tenant project ID.

Returns:

  • (::String)

    Tenant project ID.



137
138
139
140
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb', line 137

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