Interface BasicResultProto.DisplayPathPBOrBuilder

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

public static interface BasicResultProto.DisplayPathPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasStringPath

      boolean hasStringPath()
      string stringPath = 1;
      Returns:
      Whether the stringPath field is set.
    • getStringPath

      String getStringPath()
      string stringPath = 1;
      Returns:
      The stringPath.
    • getStringPathBytes

      com.google.protobuf.ByteString getStringPathBytes()
      string stringPath = 1;
      Returns:
      The bytes for stringPath.
    • hasQualifiedPath

      boolean hasQualifiedPath()
      .common.protobuf.QualifiedPathPB qualifiedPath = 2;
      Returns:
      Whether the qualifiedPath field is set.
    • getQualifiedPath

      .common.protobuf.QualifiedPathPB qualifiedPath = 2;
      Returns:
      The qualifiedPath.
    • getQualifiedPathOrBuilder

      QualifiedPathProto.QualifiedPathPBOrBuilder getQualifiedPathOrBuilder()
      .common.protobuf.QualifiedPathPB qualifiedPath = 2;
    • getThePathCase