Interface FeatureView.BigtableMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FeatureView.BigtableMetadata, FeatureView.BigtableMetadata.Builder
Enclosing class:
FeatureView

public static interface FeatureView.BigtableMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The Bigtable App Profile to use for reading from Bigtable.
    com.google.protobuf.ByteString
    The Bigtable App Profile to use for reading from Bigtable.

    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

    • getReadAppProfile

      String getReadAppProfile()
       The Bigtable App Profile to use for reading from Bigtable.
       
      string read_app_profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The readAppProfile.
    • getReadAppProfileBytes

      com.google.protobuf.ByteString getReadAppProfileBytes()
       The Bigtable App Profile to use for reading from Bigtable.
       
      string read_app_profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for readAppProfile.