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 Type
    Method
    Description
    The Cloud Bigtable instance id.
    com.google.protobuf.ByteString
    The Cloud Bigtable instance id.
    The Cloud Bigtable table id.
    com.google.protobuf.ByteString
    The Cloud Bigtable table id.
    Tenant project ID.
    com.google.protobuf.ByteString
    Tenant project ID.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.