Package com.google.cloud.aiplatform.v1
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 TypeMethodDescriptionThe Bigtable App Profile to use for reading from Bigtable.com.google.protobuf.ByteStringThe Bigtable App Profile to use for reading from Bigtable.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
-
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.
-