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

    Modifier and Type
    Method
    Description
    string field_name = 1;
    com.google.protobuf.ByteString
    string field_name = 1;
     
    int
    uint32 index = 2;
    boolean
    string field_name = 1;
    boolean
    uint32 index = 2;

    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

    • 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