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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TestCaseError.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public TestCaseError build()
buildPartial()
public TestCaseError buildPartial()
clear()
public TestCaseError.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public TestCaseError.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public TestCaseError.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearStatus()
public TestCaseError.Builder clearStatus()
The status associated with the test case.
.google.rpc.Status status = 2;
clearTestCase()
public TestCaseError.Builder clearTestCase()
The test case.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
clone()
public TestCaseError.Builder clone()
Overrides
getDefaultInstanceForType()
public TestCaseError getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
Type |
Description |
TestCase |
The testCase.
|
getTestCaseBuilder()
public TestCase.Builder getTestCaseBuilder()
The test case.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
getTestCaseOrBuilder()
public TestCaseOrBuilder getTestCaseOrBuilder()
The test case.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(TestCaseError other)
public TestCaseError.Builder mergeFrom(TestCaseError other)
public TestCaseError.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public TestCaseError.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
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
|
mergeTestCase(TestCase value)
public TestCaseError.Builder mergeTestCase(TestCase value)
The test case.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
Parameter |
Name |
Description |
value |
TestCase
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TestCaseError.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public TestCaseError.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TestCaseError.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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
|
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
|
setTestCase(TestCase value)
public TestCaseError.Builder setTestCase(TestCase value)
The test case.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
Parameter |
Name |
Description |
value |
TestCase
|
setTestCase(TestCase.Builder builderForValue)
public TestCaseError.Builder setTestCase(TestCase.Builder builderForValue)
The test case.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 1;
setUnknownFields(UnknownFieldSet unknownFields)
public final TestCaseError.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides