Interface TagDiagnosticsProto.TagDiagnosticsPBOrBuilder

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

public static interface TagDiagnosticsProto.TagDiagnosticsPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasPath

      boolean hasPath()
      .common.protobuf.TagPathPB path = 1;
      Returns:
      Whether the path field is set.
    • getPath

      .common.protobuf.TagPathPB path = 1;
      Returns:
      The path.
    • getPathOrBuilder

      .common.protobuf.TagPathPB path = 1;
    • getTagFound

      boolean getTagFound()
      bool tagFound = 2;
      Returns:
      The tagFound.
    • getSampleTreeList

       We flatten the tree of DiagnosticSamples into a list, then reconstitute into a tree later using the
       DiagnosticSamplePB StringPaths.
       
      repeated .common.protobuf.DiagnosticsSamplePB sampleTree = 3;
    • getSampleTree

      TagDiagnosticsProto.DiagnosticsSamplePB getSampleTree(int index)
       We flatten the tree of DiagnosticSamples into a list, then reconstitute into a tree later using the
       DiagnosticSamplePB StringPaths.
       
      repeated .common.protobuf.DiagnosticsSamplePB sampleTree = 3;
    • getSampleTreeCount

      int getSampleTreeCount()
       We flatten the tree of DiagnosticSamples into a list, then reconstitute into a tree later using the
       DiagnosticSamplePB StringPaths.
       
      repeated .common.protobuf.DiagnosticsSamplePB sampleTree = 3;
    • getSampleTreeOrBuilderList

      List<? extends TagDiagnosticsProto.DiagnosticsSamplePBOrBuilder> getSampleTreeOrBuilderList()
       We flatten the tree of DiagnosticSamples into a list, then reconstitute into a tree later using the
       DiagnosticSamplePB StringPaths.
       
      repeated .common.protobuf.DiagnosticsSamplePB sampleTree = 3;
    • getSampleTreeOrBuilder

      TagDiagnosticsProto.DiagnosticsSamplePBOrBuilder getSampleTreeOrBuilder(int index)
       We flatten the tree of DiagnosticSamples into a list, then reconstitute into a tree later using the
       DiagnosticSamplePB StringPaths.
       
      repeated .common.protobuf.DiagnosticsSamplePB sampleTree = 3;