Interface RagVectorDbConfig.VertexFeatureStoreOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RagVectorDbConfig.VertexFeatureStore,RagVectorDbConfig.VertexFeatureStore.Builder
- Enclosing class:
- RagVectorDbConfig
public static interface RagVectorDbConfig.VertexFeatureStoreOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe resource name of the FeatureView.com.google.protobuf.ByteStringThe resource name of the FeatureView.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
-
getFeatureViewResourceName
String getFeatureViewResourceName()The resource name of the FeatureView. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`string feature_view_resource_name = 1;- Returns:
- The featureViewResourceName.
-
getFeatureViewResourceNameBytes
com.google.protobuf.ByteString getFeatureViewResourceNameBytes()The resource name of the FeatureView. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`string feature_view_resource_name = 1;- Returns:
- The bytes for featureViewResourceName.
-