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 Summary
Modifier and TypeMethodDescriptiongetPath()
.common.protobuf.TagPathPB path = 1;
.common.protobuf.TagPathPB path = 1;
getSampleTree
(int index) We flatten the tree of DiagnosticSamples into a list, then reconstitute into a tree later using the DiagnosticSamplePB StringPaths.int
We flatten the tree of DiagnosticSamples into a list, then reconstitute into a tree later using the DiagnosticSamplePB StringPaths.We flatten the tree of DiagnosticSamples into a list, then reconstitute into a tree later using the DiagnosticSamplePB StringPaths.getSampleTreeOrBuilder
(int index) We flatten the tree of DiagnosticSamples into a list, then reconstitute into a tree later using the DiagnosticSamplePB StringPaths.We flatten the tree of DiagnosticSamples into a list, then reconstitute into a tree later using the DiagnosticSamplePB StringPaths.boolean
bool tagFound = 2;
boolean
hasPath()
.common.protobuf.TagPathPB path = 1;
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
-
hasPath
boolean hasPath().common.protobuf.TagPathPB path = 1;
- Returns:
- Whether the path field is set.
-
getPath
TagPathProto.TagPathPB getPath().common.protobuf.TagPathPB path = 1;
- Returns:
- The path.
-
getPathOrBuilder
TagPathProto.TagPathPBOrBuilder getPathOrBuilder().common.protobuf.TagPathPB path = 1;
-
getTagFound
boolean getTagFound()bool tagFound = 2;
- Returns:
- The tagFound.
-
getSampleTreeList
List<TagDiagnosticsProto.DiagnosticsSamplePB> 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
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
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;
-