public static final class ImportTestCasesResponse.Builder extends GeneratedMessage.Builder<ImportTestCasesResponse.Builder> implements ImportTestCasesResponseOrBuilderThe response message for TestCases.ImportTestCases.
Protobuf type google.cloud.dialogflow.cx.v3.ImportTestCasesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ImportTestCasesResponse.BuilderImplements
ImportTestCasesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllNames(Iterable<String> values)
public ImportTestCasesResponse.Builder addAllNames(Iterable<String> values) The unique identifiers of the new test cases.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The names to add. |
| Returns | |
|---|---|
| Type | Description |
ImportTestCasesResponse.Builder |
This builder for chaining. |
addNames(String value)
public ImportTestCasesResponse.Builder addNames(String value) The unique identifiers of the new test cases.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe names to add. |
| Returns | |
|---|---|
| Type | Description |
ImportTestCasesResponse.Builder |
This builder for chaining. |
addNamesBytes(ByteString value)
public ImportTestCasesResponse.Builder addNamesBytes(ByteString value) The unique identifiers of the new test cases.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the names to add. |
| Returns | |
|---|---|
| Type | Description |
ImportTestCasesResponse.Builder |
This builder for chaining. |
build()
public ImportTestCasesResponse build()| Returns | |
|---|---|
| Type | Description |
ImportTestCasesResponse |
|
buildPartial()
public ImportTestCasesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ImportTestCasesResponse |
|
clear()
public ImportTestCasesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ImportTestCasesResponse.Builder |
|
clearNames()
public ImportTestCasesResponse.Builder clearNames() The unique identifiers of the new test cases.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ImportTestCasesResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ImportTestCasesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ImportTestCasesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNames(int index)
public String getNames(int index) The unique identifiers of the new test cases.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The names at the given index. |
getNamesBytes(int index)
public ByteString getNamesBytes(int index) The unique identifiers of the new test cases.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the names at the given index. |
getNamesCount()
public int getNamesCount() The unique identifiers of the new test cases.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of names. |
getNamesList()
public ProtocolStringList getNamesList() The unique identifiers of the new test cases.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the names. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ImportTestCasesResponse other)
public ImportTestCasesResponse.Builder mergeFrom(ImportTestCasesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportTestCasesResponse |
| Returns | |
|---|---|
| Type | Description |
ImportTestCasesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ImportTestCasesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImportTestCasesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ImportTestCasesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ImportTestCasesResponse.Builder |
|
setNames(int index, String value)
public ImportTestCasesResponse.Builder setNames(int index, String value) The unique identifiers of the new test cases.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe names to set. |
| Returns | |
|---|---|
| Type | Description |
ImportTestCasesResponse.Builder |
This builder for chaining. |