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

    • hasDisplayPath

      boolean hasDisplayPath()
      .common.protobuf.DisplayPathPB displayPath = 1;
      Returns:
      Whether the displayPath field is set.
    • getDisplayPath

      .common.protobuf.DisplayPathPB displayPath = 1;
      Returns:
      The displayPath.
    • getDisplayPathOrBuilder

      BasicResultProto.DisplayPathPBOrBuilder getDisplayPathOrBuilder()
      .common.protobuf.DisplayPathPB displayPath = 1;
    • 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;
    • getHasChildren

      boolean getHasChildren()
      bool hasChildren = 3;
      Returns:
      The hasChildren.
    • 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.
    • getMetadataCount

      int getMetadataCount()
      map<string, .common.protobuf.GenericObjectPB> metadata = 5;
    • containsMetadata

      boolean containsMetadata(String key)
      map<string, .common.protobuf.GenericObjectPB> metadata = 5;
    • getMetadata

      Deprecated.
      Use getMetadataMap() instead.
    • getMetadataMap

      map<string, .common.protobuf.GenericObjectPB> metadata = 5;
    • getMetadataOrDefault

      map<string, .common.protobuf.GenericObjectPB> metadata = 5;
    • getMetadataOrThrow

      GenericObjectProto.GenericObjectPB getMetadataOrThrow(String key)
      map<string, .common.protobuf.GenericObjectPB> metadata = 5;