Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::FeatureOnlineStore::Bigtable::BigtableMetadata.
Metadata of the Bigtable instance. This is used by direct read access to the Bigtable in tenant project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instance_id
def instance_id() -> ::String
Returns
- (::String) — The Cloud Bigtable instance id.
#instance_id=
def instance_id=(value) -> ::String
Parameter
- value (::String) — The Cloud Bigtable instance id.
Returns
- (::String) — The Cloud Bigtable instance id.
#table_id
def table_id() -> ::String
Returns
- (::String) — The Cloud Bigtable table id.
#table_id=
def table_id=(value) -> ::String
Parameter
- value (::String) — The Cloud Bigtable table id.
Returns
- (::String) — The Cloud Bigtable table id.
#tenant_project_id
def tenant_project_id() -> ::String
Returns
- (::String) — Tenant project ID.
#tenant_project_id=
def tenant_project_id=(value) -> ::String
Parameter
- value (::String) — Tenant project ID.
Returns
- (::String) — Tenant project ID.