Interface RpcSearchRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcSearchRequest,RpcSearchRequest.Builder
public interface RpcSearchRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCount()int32 count = 1;StringgetQuery()string query = 2;com.google.protobuf.ByteStringgetQueryBytes()string query = 2;RpcSearchScopegetScope().org.hansken.extraction.plugin.grpc.RpcSearchScope scope = 3;intgetScopeValue().org.hansken.extraction.plugin.grpc.RpcSearchScope scope = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCount
int getCount()
int32 count = 1;- Returns:
- The count.
-
getQuery
String getQuery()
string query = 2;- Returns:
- The query.
-
getQueryBytes
com.google.protobuf.ByteString getQueryBytes()
string query = 2;- Returns:
- The bytes for query.
-
getScopeValue
int getScopeValue()
.org.hansken.extraction.plugin.grpc.RpcSearchScope scope = 3;- Returns:
- The enum numeric value on the wire for scope.
-
getScope
RpcSearchScope getScope()
.org.hansken.extraction.plugin.grpc.RpcSearchScope scope = 3;- Returns:
- The scope.
-
-