Interface SearchProtocol.ProfilingOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SearchProtocol.Profiling, SearchProtocol.Profiling.Builder
Enclosing class:
SearchProtocol

public static interface SearchProtocol.ProfilingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMatch

      boolean hasMatch()
      .searchlib.searchprotocol.protobuf.ProfilingParams match = 1;
      Returns:
      Whether the match field is set.
    • getMatch

      .searchlib.searchprotocol.protobuf.ProfilingParams match = 1;
      Returns:
      The match.
    • getMatchOrBuilder

      .searchlib.searchprotocol.protobuf.ProfilingParams match = 1;
    • hasFirstPhase

      boolean hasFirstPhase()
      .searchlib.searchprotocol.protobuf.ProfilingParams first_phase = 2;
      Returns:
      Whether the firstPhase field is set.
    • getFirstPhase

      .searchlib.searchprotocol.protobuf.ProfilingParams first_phase = 2;
      Returns:
      The firstPhase.
    • getFirstPhaseOrBuilder

      SearchProtocol.ProfilingParamsOrBuilder getFirstPhaseOrBuilder()
      .searchlib.searchprotocol.protobuf.ProfilingParams first_phase = 2;
    • hasSecondPhase

      boolean hasSecondPhase()
      .searchlib.searchprotocol.protobuf.ProfilingParams second_phase = 3;
      Returns:
      Whether the secondPhase field is set.
    • getSecondPhase

      .searchlib.searchprotocol.protobuf.ProfilingParams second_phase = 3;
      Returns:
      The secondPhase.
    • getSecondPhaseOrBuilder

      SearchProtocol.ProfilingParamsOrBuilder getSecondPhaseOrBuilder()
      .searchlib.searchprotocol.protobuf.ProfilingParams second_phase = 3;