Package com.google.cloud.aiplatform.v1
Interface FeatureOnlineStore.Bigtable.BigtableMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureOnlineStore.Bigtable.BigtableMetadata,FeatureOnlineStore.Bigtable.BigtableMetadata.Builder
- Enclosing class:
- FeatureOnlineStore.Bigtable
public static interface FeatureOnlineStore.Bigtable.BigtableMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe Cloud Bigtable instance id.com.google.protobuf.ByteStringThe Cloud Bigtable instance id.The Cloud Bigtable table id.com.google.protobuf.ByteStringThe Cloud Bigtable table id.Tenant project ID.com.google.protobuf.ByteStringTenant project ID.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTenantProjectId
String getTenantProjectId()Tenant project ID.
string tenant_project_id = 1;- Returns:
- The tenantProjectId.
-
getTenantProjectIdBytes
com.google.protobuf.ByteString getTenantProjectIdBytes()Tenant project ID.
string tenant_project_id = 1;- Returns:
- The bytes for tenantProjectId.
-
getInstanceId
String getInstanceId()The Cloud Bigtable instance id.
string instance_id = 2;- Returns:
- The instanceId.
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()The Cloud Bigtable instance id.
string instance_id = 2;- Returns:
- The bytes for instanceId.
-
getTableId
String getTableId()The Cloud Bigtable table id.
string table_id = 3;- Returns:
- The tableId.
-
getTableIdBytes
com.google.protobuf.ByteString getTableIdBytes()The Cloud Bigtable table id.
string table_id = 3;- Returns:
- The bytes for tableId.
-