Class ImportTestCasesResponse.Builder (0.94.0)

public static final class ImportTestCasesResponse.Builder extends GeneratedMessage.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/<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 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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.

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.

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

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
Overrides

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 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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>.

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/<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
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

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 int

The index to set the value at.

value String

The names to set.

Returns
Type Description
ImportTestCasesResponse.Builder

This builder for chaining.