Class ImportTestCasesResponse.Builder (0.53.0)

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.v3beta1.ImportTestCasesResponse

Static 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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>.

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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>.

repeated string names = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The 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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>.

repeated string names = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes of the names to add.

Returns
Type Description
ImportTestCasesResponse.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ImportTestCasesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ImportTestCasesResponse.Builder
Overrides

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
Overrides

clearField(Descriptors.FieldDescriptor field)

public ImportTestCasesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ImportTestCasesResponse.Builder
Overrides

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) = { ... }

Returns
Type Description
ImportTestCasesResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ImportTestCasesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ImportTestCasesResponse.Builder
Overrides

clone()

public ImportTestCasesResponse.Builder clone()
Returns
Type Description
ImportTestCasesResponse.Builder
Overrides

getDefaultInstanceForType()

public ImportTestCasesResponse getDefaultInstanceForType()
Returns
Type Description
ImportTestCasesResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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) = { ... }

Parameter
Name Description
index int

The 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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>.

repeated string names = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The 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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>.

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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>.

repeated string names = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ProtocolStringList

A list containing the names.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ImportTestCasesResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ImportTestCasesResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ImportTestCasesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ImportTestCasesResponse.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ImportTestCasesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ImportTestCasesResponse.Builder
Overrides

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) = { ... }

Parameters
Name Description
index int

The index to set the value at.

value String

The names to set.

Returns
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)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ImportTestCasesResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ImportTestCasesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ImportTestCasesResponse.Builder
Overrides