- 0.64.0 (latest)
- 0.63.0
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.7
- 0.13.1
- 0.12.1
- 0.11.5
public static final class ImportTestCasesResponse.Builder extends GeneratedMessageV3.Builder<ImportTestCasesResponse.Builder> implements ImportTestCasesResponseOrBuilder
The response message for TestCases.ImportTestCases.
Protobuf type google.cloud.dialogflow.cx.v3.ImportTestCasesResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ImportTestCasesResponse.BuilderImplements
ImportTestCasesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>
.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
Name | Description |
values | Iterable<String> The names to add. |
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/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>
.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
Name | Description |
value | String The names to add. |
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/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>
.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes of the names to add. |
Type | Description |
ImportTestCasesResponse.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ImportTestCasesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ImportTestCasesResponse.Builder |
build()
public ImportTestCasesResponse build()
Type | Description |
ImportTestCasesResponse |
buildPartial()
public ImportTestCasesResponse buildPartial()
Type | Description |
ImportTestCasesResponse |
clear()
public ImportTestCasesResponse.Builder clear()
Type | Description |
ImportTestCasesResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ImportTestCasesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ImportTestCasesResponse.Builder |
clearNames()
public ImportTestCasesResponse.Builder clearNames()
The unique identifiers of the new test cases.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>
.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
Type | Description |
ImportTestCasesResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ImportTestCasesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ImportTestCasesResponse.Builder |
clone()
public ImportTestCasesResponse.Builder clone()
Type | Description |
ImportTestCasesResponse.Builder |
getDefaultInstanceForType()
public ImportTestCasesResponse getDefaultInstanceForType()
Type | Description |
ImportTestCasesResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getNames(int index)
public String getNames(int index)
The unique identifiers of the new test cases.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>
.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
Name | Description |
index | int The index of the element to return. |
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/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>
.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
Name | Description |
index | int The index of the value to return. |
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/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>
.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
Type | Description |
int | The count of names. |
getNamesList()
public ProtocolStringList getNamesList()
The unique identifiers of the new test cases.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>
.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
Type | Description |
ProtocolStringList | A list containing the names. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ImportTestCasesResponse other)
public ImportTestCasesResponse.Builder mergeFrom(ImportTestCasesResponse other)
Name | Description |
other | ImportTestCasesResponse |
Type | Description |
ImportTestCasesResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ImportTestCasesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ImportTestCasesResponse.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ImportTestCasesResponse.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ImportTestCasesResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ImportTestCasesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ImportTestCasesResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ImportTestCasesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
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/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/testCases/<TestCase ID>
.
repeated string names = 1 [(.google.api.resource_reference) = { ... }
Name | Description |
index | int The index to set the value at. |
value | String The names to set. |
Type | Description |
ImportTestCasesResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ImportTestCasesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ImportTestCasesResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ImportTestCasesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ImportTestCasesResponse.Builder |