Interface BasicResultProto.BasicResultPBOrBuilder

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

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

    • hasQualifiedPath

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

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

      QualifiedPathProto.QualifiedPathPBOrBuilder getQualifiedPathOrBuilder()
      .common.protobuf.QualifiedPathPB qualifiedPath = 1;
    • getHasChildren

      boolean getHasChildren()
      bool hasChildren = 2;
      Returns:
      The hasChildren.
    • hasDisplayPath

      boolean hasDisplayPath()
      optional .common.protobuf.PathPB displayPath = 3;
      Returns:
      Whether the displayPath field is set.
    • getDisplayPath

      PathProto.PathPB getDisplayPath()
      optional .common.protobuf.PathPB displayPath = 3;
      Returns:
      The displayPath.
    • getDisplayPathOrBuilder

      PathProto.PathPBOrBuilder getDisplayPathOrBuilder()
      optional .common.protobuf.PathPB displayPath = 3;
    • hasType

      boolean hasType()
      optional string type = 4;
      Returns:
      Whether the type field is set.
    • getType

      String getType()
      optional string type = 4;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 4;
      Returns:
      The bytes for type.