Send feedback
Class TestCaseError.Builder (0.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.14.0 keyboard_arrow_down
public static final class TestCaseError . Builder extends GeneratedMessageV3 . Builder<TestCaseError . Builder > implements TestCaseErrorOrBuilder
Error info for importing a test.
Protobuf type google.cloud.dialogflow.cx.v3beta1.TestCaseError
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TestCaseError . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public TestCaseError build ()
Returns
buildPartial()
public TestCaseError buildPartial ()
Returns
clear()
public TestCaseError . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public TestCaseError . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public TestCaseError . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearStatus()
public TestCaseError . Builder clearStatus ()
The status associated with the test case.
.google.rpc.Status status = 2;
Returns
clearTestCase()
public TestCaseError . Builder clearTestCase ()
The test case.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
Returns
clone()
public TestCaseError . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public TestCaseError getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getStatus()
public Status getStatus ()
The status associated with the test case.
.google.rpc.Status status = 2;
Returns
Type Description com.google.rpc.Status The status.
getStatusBuilder()
public Status . Builder getStatusBuilder ()
The status associated with the test case.
.google.rpc.Status status = 2;
Returns
Type Description com.google.rpc.Status.Builder
getStatusOrBuilder()
public StatusOrBuilder getStatusOrBuilder ()
The status associated with the test case.
.google.rpc.Status status = 2;
Returns
Type Description com.google.rpc.StatusOrBuilder
getTestCase()
public TestCase getTestCase ()
The test case.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
Returns
getTestCaseBuilder()
public TestCase . Builder getTestCaseBuilder ()
The test case.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
Returns
getTestCaseOrBuilder()
public TestCaseOrBuilder getTestCaseOrBuilder ()
The test case.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
Returns
hasStatus()
public boolean hasStatus ()
The status associated with the test case.
.google.rpc.Status status = 2;
Returns
Type Description boolean Whether the status field is set.
hasTestCase()
public boolean hasTestCase ()
The test case.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
Returns
Type Description boolean Whether the testCase field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(TestCaseError other)
public TestCaseError . Builder mergeFrom ( TestCaseError other )
Parameter
Returns
public TestCaseError . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public TestCaseError . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeStatus(Status value)
public TestCaseError . Builder mergeStatus ( Status value )
The status associated with the test case.
.google.rpc.Status status = 2;
Parameter
Name Description value com.google.rpc.Status
Returns
mergeTestCase(TestCase value)
public TestCaseError . Builder mergeTestCase ( TestCase value )
The test case.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TestCaseError . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public TestCaseError . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TestCaseError . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setStatus(Status value)
public TestCaseError . Builder setStatus ( Status value )
The status associated with the test case.
.google.rpc.Status status = 2;
Parameter
Name Description value com.google.rpc.Status
Returns
setStatus(Status.Builder builderForValue)
public TestCaseError . Builder setStatus ( Status . Builder builderForValue )
The status associated with the test case.
.google.rpc.Status status = 2;
Parameter
Name Description builderForValue com.google.rpc.Status.Builder
Returns
setTestCase(TestCase value)
public TestCaseError . Builder setTestCase ( TestCase value )
The test case.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
Parameter
Returns
setTestCase(TestCase.Builder builderForValue)
public TestCaseError . Builder setTestCase ( TestCase . Builder builderForValue )
The test case.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
Parameter
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final TestCaseError . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]