Interface ExpertSuitableRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExpertSuitableRequest,ExpertSuitableRequest.Builder
public interface ExpertSuitableRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsFeatures(java.lang.String key)key: feature name, value: text of the featurecom.google.protobuf.StructgetExtras()Implementation-specific information can be encoded herecom.google.protobuf.StructOrBuildergetExtrasOrBuilder()Implementation-specific information can be encoded herejava.util.Map<java.lang.String,java.lang.String>getFeatures()Deprecated.intgetFeaturesCount()key: feature name, value: text of the featurejava.util.Map<java.lang.String,java.lang.String>getFeaturesMap()key: feature name, value: text of the featurejava.lang.StringgetFeaturesOrDefault(java.lang.String key, java.lang.String defaultValue)key: feature name, value: text of the featurejava.lang.StringgetFeaturesOrThrow(java.lang.String key)key: feature name, value: text of the featurejava.lang.StringgetPremise()The premise to be validatedcom.google.protobuf.ByteStringgetPremiseBytes()The premise to be validatedjava.lang.StringgetScholarId()Google scholar id of the expertcom.google.protobuf.ByteStringgetScholarIdBytes()Google scholar id of the expertbooleanhasExtras()Implementation-specific information can be encoded here-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPremise
java.lang.String getPremise()
The premise to be validated
string premise = 1 [json_name = "premise"];- Returns:
- The premise.
-
getPremiseBytes
com.google.protobuf.ByteString getPremiseBytes()
The premise to be validated
string premise = 1 [json_name = "premise"];- Returns:
- The bytes for premise.
-
getScholarId
java.lang.String getScholarId()
Google scholar id of the expert
string scholar_id = 2 [json_name = "scholarId"];- Returns:
- The scholarId.
-
getScholarIdBytes
com.google.protobuf.ByteString getScholarIdBytes()
Google scholar id of the expert
string scholar_id = 2 [json_name = "scholarId"];- Returns:
- The bytes for scholarId.
-
getFeaturesCount
int getFeaturesCount()
key: feature name, value: text of the feature
map<string, string> features = 3 [json_name = "features"];
-
containsFeatures
boolean containsFeatures(java.lang.String key)
key: feature name, value: text of the feature
map<string, string> features = 3 [json_name = "features"];
-
getFeatures
@Deprecated java.util.Map<java.lang.String,java.lang.String> getFeatures()
Deprecated.UsegetFeaturesMap()instead.
-
getFeaturesMap
java.util.Map<java.lang.String,java.lang.String> getFeaturesMap()
key: feature name, value: text of the feature
map<string, string> features = 3 [json_name = "features"];
-
getFeaturesOrDefault
java.lang.String getFeaturesOrDefault(java.lang.String key, java.lang.String defaultValue)key: feature name, value: text of the feature
map<string, string> features = 3 [json_name = "features"];
-
getFeaturesOrThrow
java.lang.String getFeaturesOrThrow(java.lang.String key)
key: feature name, value: text of the feature
map<string, string> features = 3 [json_name = "features"];
-
hasExtras
boolean hasExtras()
Implementation-specific information can be encoded here
.google.protobuf.Struct extras = 15 [json_name = "extras"];- Returns:
- Whether the extras field is set.
-
getExtras
com.google.protobuf.Struct getExtras()
Implementation-specific information can be encoded here
.google.protobuf.Struct extras = 15 [json_name = "extras"];- Returns:
- The extras.
-
getExtrasOrBuilder
com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
Implementation-specific information can be encoded here
.google.protobuf.Struct extras = 15 [json_name = "extras"];
-
-