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

    Modifier and Type
    Method
    Description
    int
    int32 count = 1;
    string query = 2;
    com.google.protobuf.ByteString
    string query = 2;
    .org.hansken.extraction.plugin.grpc.RpcSearchScope scope = 3;
    int
    .org.hansken.extraction.plugin.grpc.RpcSearchScope scope = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.