public final class ContinuousTestResult extends com.google.protobuf.GeneratedMessageV3 implements ContinuousTestResultOrBuilder
Represents a result from running a test case in an agent environment.Protobuf type
google.cloud.dialogflow.cx.v3.ContinuousTestResult| Modifier and Type | Class and Description |
|---|---|
static class |
ContinuousTestResult.AggregatedTestResult
The overall result for a continuous test run in an agent environment.
|
static class |
ContinuousTestResult.Builder
Represents a result from running a test case in an agent environment.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_FIELD_NUMBER |
static int |
RESULT_FIELD_NUMBER |
static int |
RUN_TIME_FIELD_NUMBER |
static int |
TEST_CASE_RESULTS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ContinuousTestResult |
getDefaultInstance() |
ContinuousTestResult |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getName()
The resource name for the continuous test result.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name for the continuous test result.
|
com.google.protobuf.Parser<ContinuousTestResult> |
getParserForType() |
ContinuousTestResult.AggregatedTestResult |
getResult()
The result of this continuous test run, i.e.
|
int |
getResultValue()
The result of this continuous test run, i.e.
|
com.google.protobuf.Timestamp |
getRunTime()
Time when the continuous testing run starts.
|
com.google.protobuf.TimestampOrBuilder |
getRunTimeOrBuilder()
Time when the continuous testing run starts.
|
int |
getSerializedSize() |
String |
getTestCaseResults(int index)
A list of individual test case results names in this continuous test run.
|
com.google.protobuf.ByteString |
getTestCaseResultsBytes(int index)
A list of individual test case results names in this continuous test run.
|
int |
getTestCaseResultsCount()
A list of individual test case results names in this continuous test run.
|
com.google.protobuf.ProtocolStringList |
getTestCaseResultsList()
A list of individual test case results names in this continuous test run.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasRunTime()
Time when the continuous testing run starts.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ContinuousTestResult.Builder |
newBuilder() |
static ContinuousTestResult.Builder |
newBuilder(ContinuousTestResult prototype) |
ContinuousTestResult.Builder |
newBuilderForType() |
protected ContinuousTestResult.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ContinuousTestResult |
parseDelimitedFrom(InputStream input) |
static ContinuousTestResult |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContinuousTestResult |
parseFrom(byte[] data) |
static ContinuousTestResult |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContinuousTestResult |
parseFrom(ByteBuffer data) |
static ContinuousTestResult |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContinuousTestResult |
parseFrom(com.google.protobuf.ByteString data) |
static ContinuousTestResult |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContinuousTestResult |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ContinuousTestResult |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContinuousTestResult |
parseFrom(InputStream input) |
static ContinuousTestResult |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ContinuousTestResult> |
parser() |
ContinuousTestResult.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int RESULT_FIELD_NUMBER
public static final int TEST_CASE_RESULTS_FIELD_NUMBER
public static final int RUN_TIME_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
The resource name for the continuous test result. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/continuousTestResults/<ContinuousTestResult ID>`.
string name = 1;getName in interface ContinuousTestResultOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The resource name for the continuous test result. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/continuousTestResults/<ContinuousTestResult ID>`.
string name = 1;getNameBytes in interface ContinuousTestResultOrBuilderpublic int getResultValue()
The result of this continuous test run, i.e. whether all the tests in this continuous test run pass or not.
.google.cloud.dialogflow.cx.v3.ContinuousTestResult.AggregatedTestResult result = 2;
getResultValue in interface ContinuousTestResultOrBuilderpublic ContinuousTestResult.AggregatedTestResult getResult()
The result of this continuous test run, i.e. whether all the tests in this continuous test run pass or not.
.google.cloud.dialogflow.cx.v3.ContinuousTestResult.AggregatedTestResult result = 2;
getResult in interface ContinuousTestResultOrBuilderpublic com.google.protobuf.ProtocolStringList getTestCaseResultsList()
A list of individual test case results names in this continuous test run.
repeated string test_case_results = 3 [(.google.api.resource_reference) = { ... }getTestCaseResultsList in interface ContinuousTestResultOrBuilderpublic int getTestCaseResultsCount()
A list of individual test case results names in this continuous test run.
repeated string test_case_results = 3 [(.google.api.resource_reference) = { ... }getTestCaseResultsCount in interface ContinuousTestResultOrBuilderpublic String getTestCaseResults(int index)
A list of individual test case results names in this continuous test run.
repeated string test_case_results = 3 [(.google.api.resource_reference) = { ... }getTestCaseResults in interface ContinuousTestResultOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getTestCaseResultsBytes(int index)
A list of individual test case results names in this continuous test run.
repeated string test_case_results = 3 [(.google.api.resource_reference) = { ... }getTestCaseResultsBytes in interface ContinuousTestResultOrBuilderindex - The index of the value to return.public boolean hasRunTime()
Time when the continuous testing run starts.
.google.protobuf.Timestamp run_time = 4;hasRunTime in interface ContinuousTestResultOrBuilderpublic com.google.protobuf.Timestamp getRunTime()
Time when the continuous testing run starts.
.google.protobuf.Timestamp run_time = 4;getRunTime in interface ContinuousTestResultOrBuilderpublic com.google.protobuf.TimestampOrBuilder getRunTimeOrBuilder()
Time when the continuous testing run starts.
.google.protobuf.Timestamp run_time = 4;getRunTimeOrBuilder in interface ContinuousTestResultOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ContinuousTestResult parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ContinuousTestResult parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ContinuousTestResult parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ContinuousTestResult parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ContinuousTestResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ContinuousTestResult parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ContinuousTestResult parseFrom(InputStream input) throws IOException
IOExceptionpublic static ContinuousTestResult parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ContinuousTestResult parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ContinuousTestResult parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ContinuousTestResult parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ContinuousTestResult parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ContinuousTestResult.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ContinuousTestResult.Builder newBuilder()
public static ContinuousTestResult.Builder newBuilder(ContinuousTestResult prototype)
public ContinuousTestResult.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ContinuousTestResult.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ContinuousTestResult getDefaultInstance()
public static com.google.protobuf.Parser<ContinuousTestResult> parser()
public com.google.protobuf.Parser<ContinuousTestResult> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ContinuousTestResult getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.