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
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-