Interface GrpcServer.WriteToOnlineStoreRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcServer.WriteToOnlineStoreRequest,GrpcServer.WriteToOnlineStoreRequest.Builder
- Enclosing class:
- GrpcServer
public static interface GrpcServer.WriteToOnlineStoreRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsFeatures(String key)map<string, string> features = 1;booleangetAllowRegistryCache()bool allow_registry_cache = 3;Map<String,String>getFeatures()Deprecated.intgetFeaturesCount()map<string, string> features = 1;Map<String,String>getFeaturesMap()map<string, string> features = 1;StringgetFeaturesOrDefault(String key, String defaultValue)map<string, string> features = 1;StringgetFeaturesOrThrow(String key)map<string, string> features = 1;StringgetFeatureViewName()string feature_view_name = 2;com.google.protobuf.ByteStringgetFeatureViewNameBytes()string feature_view_name = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFeaturesCount
int getFeaturesCount()
map<string, string> features = 1;
-
containsFeatures
boolean containsFeatures(String key)
map<string, string> features = 1;
-
getFeatures
@Deprecated Map<String,String> getFeatures()
Deprecated.UsegetFeaturesMap()instead.
-
getFeaturesOrDefault
String getFeaturesOrDefault(String key, String defaultValue)
map<string, string> features = 1;
-
getFeatureViewName
String getFeatureViewName()
string feature_view_name = 2;- Returns:
- The featureViewName.
-
getFeatureViewNameBytes
com.google.protobuf.ByteString getFeatureViewNameBytes()
string feature_view_name = 2;- Returns:
- The bytes for featureViewName.
-
getAllowRegistryCache
boolean getAllowRegistryCache()
bool allow_registry_cache = 3;- Returns:
- The allowRegistryCache.
-
-