public static final class CreateTestCaseRequest.Builder extends GeneratedMessage.Builder<CreateTestCaseRequest.Builder> implements CreateTestCaseRequestOrBuilderThe request message for TestCases.CreateTestCase.
Protobuf type google.cloud.dialogflow.cx.v3beta1.CreateTestCaseRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateTestCaseRequest.BuilderImplements
CreateTestCaseRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateTestCaseRequest build()| Returns | |
|---|---|
| Type | Description |
CreateTestCaseRequest |
|
buildPartial()
public CreateTestCaseRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateTestCaseRequest |
|
clear()
public CreateTestCaseRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateTestCaseRequest.Builder |
|
clearParent()
public CreateTestCaseRequest.Builder clearParent() Required. The agent to create the test case for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateTestCaseRequest.Builder |
This builder for chaining. |
clearTestCase()
public CreateTestCaseRequest.Builder clearTestCase()Required. The test case to create.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateTestCaseRequest.Builder |
|
getDefaultInstanceForType()
public CreateTestCaseRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateTestCaseRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public String getParent() Required. The agent to create the test case for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The agent to create the test case for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getTestCase()
public TestCase getTestCase()Required. The test case to create.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TestCase |
The testCase. |
getTestCaseBuilder()
public TestCase.Builder getTestCaseBuilder()Required. The test case to create.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TestCase.Builder |
|
getTestCaseOrBuilder()
public TestCaseOrBuilder getTestCaseOrBuilder()Required. The test case to create.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TestCaseOrBuilder |
|
hasTestCase()
public boolean hasTestCase()Required. The test case to create.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the testCase field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CreateTestCaseRequest other)
public CreateTestCaseRequest.Builder mergeFrom(CreateTestCaseRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateTestCaseRequest |
| Returns | |
|---|---|
| Type | Description |
CreateTestCaseRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateTestCaseRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateTestCaseRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateTestCaseRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateTestCaseRequest.Builder |
|
mergeTestCase(TestCase value)
public CreateTestCaseRequest.Builder mergeTestCase(TestCase value)Required. The test case to create.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
TestCase |
| Returns | |
|---|---|
| Type | Description |
CreateTestCaseRequest.Builder |
|
setParent(String value)
public CreateTestCaseRequest.Builder setParent(String value) Required. The agent to create the test case for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateTestCaseRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateTestCaseRequest.Builder setParentBytes(ByteString value) Required. The agent to create the test case for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateTestCaseRequest.Builder |
This builder for chaining. |
setTestCase(TestCase value)
public CreateTestCaseRequest.Builder setTestCase(TestCase value)Required. The test case to create.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
TestCase |
| Returns | |
|---|---|
| Type | Description |
CreateTestCaseRequest.Builder |
|
setTestCase(TestCase.Builder builderForValue)
public CreateTestCaseRequest.Builder setTestCase(TestCase.Builder builderForValue)Required. The test case to create.
.google.cloud.dialogflow.cx.v3beta1.TestCase test_case = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
TestCase.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateTestCaseRequest.Builder |
|