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 Summary
Modifier and TypeMethodDescription.searchlib.searchprotocol.protobuf.ProfilingParams first_phase = 2;.searchlib.searchprotocol.protobuf.ProfilingParams first_phase = 2;getMatch().searchlib.searchprotocol.protobuf.ProfilingParams match = 1;.searchlib.searchprotocol.protobuf.ProfilingParams match = 1;.searchlib.searchprotocol.protobuf.ProfilingParams second_phase = 3;.searchlib.searchprotocol.protobuf.ProfilingParams second_phase = 3;boolean.searchlib.searchprotocol.protobuf.ProfilingParams first_phase = 2;booleanhasMatch().searchlib.searchprotocol.protobuf.ProfilingParams match = 1;boolean.searchlib.searchprotocol.protobuf.ProfilingParams second_phase = 3;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
-
hasMatch
boolean hasMatch().searchlib.searchprotocol.protobuf.ProfilingParams match = 1;- Returns:
- Whether the match field is set.
-
getMatch
SearchProtocol.ProfilingParams getMatch().searchlib.searchprotocol.protobuf.ProfilingParams match = 1;- Returns:
- The match.
-
getMatchOrBuilder
SearchProtocol.ProfilingParamsOrBuilder 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
SearchProtocol.ProfilingParams 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
SearchProtocol.ProfilingParams getSecondPhase().searchlib.searchprotocol.protobuf.ProfilingParams second_phase = 3;- Returns:
- The secondPhase.
-
getSecondPhaseOrBuilder
SearchProtocol.ProfilingParamsOrBuilder getSecondPhaseOrBuilder().searchlib.searchprotocol.protobuf.ProfilingParams second_phase = 3;
-