Package mdg.engine.proto
Interface Reports.Trace.QueryPlanNode.ResponsePathElementOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Reports.Trace.QueryPlanNode.ResponsePathElement,Reports.Trace.QueryPlanNode.ResponsePathElement.Builder
- Enclosing class:
- Reports.Trace.QueryPlanNode
public static interface Reports.Trace.QueryPlanNode.ResponsePathElementOrBuilder
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
-
hasFieldName
boolean hasFieldName()string field_name = 1;- Returns:
- Whether the fieldName field is set.
-
getFieldName
String getFieldName()string field_name = 1;- Returns:
- The fieldName.
-
getFieldNameBytes
com.google.protobuf.ByteString getFieldNameBytes()string field_name = 1;- Returns:
- The bytes for fieldName.
-
hasIndex
boolean hasIndex()uint32 index = 2;- Returns:
- Whether the index field is set.
-
getIndex
int getIndex()uint32 index = 2;- Returns:
- The index.
-
getIdCase
-