public interface TestRunDifferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
A human readable description of the diff, showing the actual output vs
expected output.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A human readable description of the diff, showing the actual output vs
expected output.
|
TestRunDifference.DiffType |
getType()
The type of diff.
|
int |
getTypeValue()
The type of diff.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
The type of diff.
.google.cloud.dialogflow.cx.v3.TestRunDifference.DiffType type = 1;TestRunDifference.DiffType getType()
The type of diff.
.google.cloud.dialogflow.cx.v3.TestRunDifference.DiffType type = 1;String getDescription()
A human readable description of the diff, showing the actual output vs expected output.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
A human readable description of the diff, showing the actual output vs expected output.
string description = 2;Copyright © 2025 Google LLC. All rights reserved.