Interface GrpcServer.PushRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcServer.PushRequest,GrpcServer.PushRequest.Builder
- Enclosing class:
- GrpcServer
public static interface GrpcServer.PushRequestOrBuilder 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;StringgetStreamFeatureView()string stream_feature_view = 2;com.google.protobuf.ByteStringgetStreamFeatureViewBytes()string stream_feature_view = 2;StringgetTo()string to = 4;com.google.protobuf.ByteStringgetToBytes()string to = 4;-
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;
-
getStreamFeatureView
String getStreamFeatureView()
string stream_feature_view = 2;- Returns:
- The streamFeatureView.
-
getStreamFeatureViewBytes
com.google.protobuf.ByteString getStreamFeatureViewBytes()
string stream_feature_view = 2;- Returns:
- The bytes for streamFeatureView.
-
getAllowRegistryCache
boolean getAllowRegistryCache()
bool allow_registry_cache = 3;- Returns:
- The allowRegistryCache.
-
getTo
String getTo()
string to = 4;- Returns:
- The to.
-
getToBytes
com.google.protobuf.ByteString getToBytes()
string to = 4;- Returns:
- The bytes for to.
-
-