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
      int getCount()
      int32 count = 1;
      String getQuery()
      string query = 2;
      com.google.protobuf.ByteString getQueryBytes()
      string query = 2;
      RpcSearchScope getScope()
      .org.hansken.extraction.plugin.grpc.RpcSearchScope scope = 3;
      int getScopeValue()
      .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 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.