public static final class ContinuousTestResult.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ContinuousTestResult.Builder> 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 | Method and Description |
|---|---|
ContinuousTestResult.Builder |
addAllTestCaseResults(Iterable<String> values)
A list of individual test case results names in this continuous test run.
|
ContinuousTestResult.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ContinuousTestResult.Builder |
addTestCaseResults(String value)
A list of individual test case results names in this continuous test run.
|
ContinuousTestResult.Builder |
addTestCaseResultsBytes(com.google.protobuf.ByteString value)
A list of individual test case results names in this continuous test run.
|
ContinuousTestResult |
build() |
ContinuousTestResult |
buildPartial() |
ContinuousTestResult.Builder |
clear() |
ContinuousTestResult.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ContinuousTestResult.Builder |
clearName()
The resource name for the continuous test result.
|
ContinuousTestResult.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ContinuousTestResult.Builder |
clearResult()
The result of this continuous test run, i.e. whether all the tests in this
continuous test run pass or not.
|
ContinuousTestResult.Builder |
clearRunTime()
Time when the continuous testing run starts.
|
ContinuousTestResult.Builder |
clearTestCaseResults()
A list of individual test case results names in this continuous test run.
|
ContinuousTestResult.Builder |
clone() |
ContinuousTestResult |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getName()
The resource name for the continuous test result.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name for the continuous test result.
|
ContinuousTestResult.AggregatedTestResult |
getResult()
The result of this continuous test run, i.e. whether all the tests in this
continuous test run pass or not.
|
int |
getResultValue()
The result of this continuous test run, i.e. whether all the tests in this
continuous test run pass or not.
|
com.google.protobuf.Timestamp |
getRunTime()
Time when the continuous testing run starts.
|
com.google.protobuf.Timestamp.Builder |
getRunTimeBuilder()
Time when the continuous testing run starts.
|
com.google.protobuf.TimestampOrBuilder |
getRunTimeOrBuilder()
Time when the continuous testing run starts.
|
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.
|
boolean |
hasRunTime()
Time when the continuous testing run starts.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ContinuousTestResult.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ContinuousTestResult.Builder |
mergeFrom(ContinuousTestResult other) |
ContinuousTestResult.Builder |
mergeFrom(com.google.protobuf.Message other) |
ContinuousTestResult.Builder |
mergeRunTime(com.google.protobuf.Timestamp value)
Time when the continuous testing run starts.
|
ContinuousTestResult.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ContinuousTestResult.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ContinuousTestResult.Builder |
setName(String value)
The resource name for the continuous test result.
|
ContinuousTestResult.Builder |
setNameBytes(com.google.protobuf.ByteString value)
The resource name for the continuous test result.
|
ContinuousTestResult.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ContinuousTestResult.Builder |
setResult(ContinuousTestResult.AggregatedTestResult value)
The result of this continuous test run, i.e. whether all the tests in this
continuous test run pass or not.
|
ContinuousTestResult.Builder |
setResultValue(int value)
The result of this continuous test run, i.e. whether all the tests in this
continuous test run pass or not.
|
ContinuousTestResult.Builder |
setRunTime(com.google.protobuf.Timestamp.Builder builderForValue)
Time when the continuous testing run starts.
|
ContinuousTestResult.Builder |
setRunTime(com.google.protobuf.Timestamp value)
Time when the continuous testing run starts.
|
ContinuousTestResult.Builder |
setTestCaseResults(int index,
String value)
A list of individual test case results names in this continuous test run.
|
ContinuousTestResult.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ContinuousTestResult.Builder>public ContinuousTestResult.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ContinuousTestResult.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ContinuousTestResult.Builder>public ContinuousTestResult getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ContinuousTestResult build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ContinuousTestResult buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ContinuousTestResult.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ContinuousTestResult.Builder>public ContinuousTestResult.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ContinuousTestResult.Builder>public ContinuousTestResult.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ContinuousTestResult.Builder>public ContinuousTestResult.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ContinuousTestResult.Builder>public ContinuousTestResult.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ContinuousTestResult.Builder>public ContinuousTestResult.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ContinuousTestResult.Builder>public ContinuousTestResult.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ContinuousTestResult.Builder>public ContinuousTestResult.Builder mergeFrom(ContinuousTestResult other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ContinuousTestResult.Builder>public ContinuousTestResult.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ContinuousTestResult.Builder>IOExceptionpublic String getName()
The resource name for the continuous test result. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/continuousTestResults/<ContinuousTestResultID>`.
string name = 1;getName in interface ContinuousTestResultOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The resource name for the continuous test result. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/continuousTestResults/<ContinuousTestResultID>`.
string name = 1;getNameBytes in interface ContinuousTestResultOrBuilderpublic ContinuousTestResult.Builder setName(String value)
The resource name for the continuous test result. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/continuousTestResults/<ContinuousTestResultID>`.
string name = 1;value - The name to set.public ContinuousTestResult.Builder clearName()
The resource name for the continuous test result. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/continuousTestResults/<ContinuousTestResultID>`.
string name = 1;public ContinuousTestResult.Builder setNameBytes(com.google.protobuf.ByteString value)
The resource name for the continuous test result. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/continuousTestResults/<ContinuousTestResultID>`.
string name = 1;value - The bytes for name to set.public 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.Builder setResultValue(int value)
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;
value - The enum numeric value on the wire for result to set.public 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 ContinuousTestResult.Builder setResult(ContinuousTestResult.AggregatedTestResult value)
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;
value - The result to set.public ContinuousTestResult.Builder clearResult()
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;
public 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 ContinuousTestResult.Builder setTestCaseResults(int index, String value)
A list of individual test case results names in this continuous test run.
repeated string test_case_results = 3 [(.google.api.resource_reference) = { ... }
index - The index to set the value at.value - The testCaseResults to set.public ContinuousTestResult.Builder addTestCaseResults(String value)
A list of individual test case results names in this continuous test run.
repeated string test_case_results = 3 [(.google.api.resource_reference) = { ... }
value - The testCaseResults to add.public ContinuousTestResult.Builder addAllTestCaseResults(Iterable<String> values)
A list of individual test case results names in this continuous test run.
repeated string test_case_results = 3 [(.google.api.resource_reference) = { ... }
values - The testCaseResults to add.public ContinuousTestResult.Builder clearTestCaseResults()
A list of individual test case results names in this continuous test run.
repeated string test_case_results = 3 [(.google.api.resource_reference) = { ... }
public ContinuousTestResult.Builder addTestCaseResultsBytes(com.google.protobuf.ByteString value)
A list of individual test case results names in this continuous test run.
repeated string test_case_results = 3 [(.google.api.resource_reference) = { ... }
value - The bytes of the testCaseResults to add.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 ContinuousTestResult.Builder setRunTime(com.google.protobuf.Timestamp value)
Time when the continuous testing run starts.
.google.protobuf.Timestamp run_time = 4;public ContinuousTestResult.Builder setRunTime(com.google.protobuf.Timestamp.Builder builderForValue)
Time when the continuous testing run starts.
.google.protobuf.Timestamp run_time = 4;public ContinuousTestResult.Builder mergeRunTime(com.google.protobuf.Timestamp value)
Time when the continuous testing run starts.
.google.protobuf.Timestamp run_time = 4;public ContinuousTestResult.Builder clearRunTime()
Time when the continuous testing run starts.
.google.protobuf.Timestamp run_time = 4;public com.google.protobuf.Timestamp.Builder getRunTimeBuilder()
Time when the continuous testing run starts.
.google.protobuf.Timestamp run_time = 4;public com.google.protobuf.TimestampOrBuilder getRunTimeOrBuilder()
Time when the continuous testing run starts.
.google.protobuf.Timestamp run_time = 4;getRunTimeOrBuilder in interface ContinuousTestResultOrBuilderpublic final ContinuousTestResult.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ContinuousTestResult.Builder>public final ContinuousTestResult.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ContinuousTestResult.Builder>Copyright © 2025 Google LLC. All rights reserved.