public static interface RagVectorDbConfig.VertexFeatureStoreOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFeatureViewResourceName()
The resource name of the FeatureView.
|
com.google.protobuf.ByteString |
getFeatureViewResourceNameBytes()
The resource name of the FeatureView.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;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;Copyright © 2024 Google LLC. All rights reserved.