- 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 BatchRunTestCasesMetadata.Builder extends GeneratedMessageV3.Builder<BatchRunTestCasesMetadata.Builder> implements BatchRunTestCasesMetadataOrBuilder
Metadata returned for the TestCases.BatchRunTestCases long running operation.
Protobuf type google.cloud.dialogflow.cx.v3.BatchRunTestCasesMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BatchRunTestCasesMetadata.BuilderImplements
BatchRunTestCasesMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllErrors(Iterable<? extends TestError> values)
public BatchRunTestCasesMetadata.Builder addAllErrors(Iterable<? extends TestError> values)
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Name | Description |
values | Iterable<? extends com.google.cloud.dialogflow.cx.v3.TestError> |
Type | Description |
BatchRunTestCasesMetadata.Builder |
addErrors(TestError value)
public BatchRunTestCasesMetadata.Builder addErrors(TestError value)
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Name | Description |
value | TestError |
Type | Description |
BatchRunTestCasesMetadata.Builder |
addErrors(TestError.Builder builderForValue)
public BatchRunTestCasesMetadata.Builder addErrors(TestError.Builder builderForValue)
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Name | Description |
builderForValue | TestError.Builder |
Type | Description |
BatchRunTestCasesMetadata.Builder |
addErrors(int index, TestError value)
public BatchRunTestCasesMetadata.Builder addErrors(int index, TestError value)
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Name | Description |
index | int |
value | TestError |
Type | Description |
BatchRunTestCasesMetadata.Builder |
addErrors(int index, TestError.Builder builderForValue)
public BatchRunTestCasesMetadata.Builder addErrors(int index, TestError.Builder builderForValue)
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Name | Description |
index | int |
builderForValue | TestError.Builder |
Type | Description |
BatchRunTestCasesMetadata.Builder |
addErrorsBuilder()
public TestError.Builder addErrorsBuilder()
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Type | Description |
TestError.Builder |
addErrorsBuilder(int index)
public TestError.Builder addErrorsBuilder(int index)
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Name | Description |
index | int |
Type | Description |
TestError.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BatchRunTestCasesMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
BatchRunTestCasesMetadata.Builder |
build()
public BatchRunTestCasesMetadata build()
Type | Description |
BatchRunTestCasesMetadata |
buildPartial()
public BatchRunTestCasesMetadata buildPartial()
Type | Description |
BatchRunTestCasesMetadata |
clear()
public BatchRunTestCasesMetadata.Builder clear()
Type | Description |
BatchRunTestCasesMetadata.Builder |
clearErrors()
public BatchRunTestCasesMetadata.Builder clearErrors()
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Type | Description |
BatchRunTestCasesMetadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public BatchRunTestCasesMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
BatchRunTestCasesMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchRunTestCasesMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
BatchRunTestCasesMetadata.Builder |
clone()
public BatchRunTestCasesMetadata.Builder clone()
Type | Description |
BatchRunTestCasesMetadata.Builder |
getDefaultInstanceForType()
public BatchRunTestCasesMetadata getDefaultInstanceForType()
Type | Description |
BatchRunTestCasesMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getErrors(int index)
public TestError getErrors(int index)
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Name | Description |
index | int |
Type | Description |
TestError |
getErrorsBuilder(int index)
public TestError.Builder getErrorsBuilder(int index)
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Name | Description |
index | int |
Type | Description |
TestError.Builder |
getErrorsBuilderList()
public List<TestError.Builder> getErrorsBuilderList()
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Type | Description |
List<Builder> |
getErrorsCount()
public int getErrorsCount()
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Type | Description |
int |
getErrorsList()
public List<TestError> getErrorsList()
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Type | Description |
List<TestError> |
getErrorsOrBuilder(int index)
public TestErrorOrBuilder getErrorsOrBuilder(int index)
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Name | Description |
index | int |
Type | Description |
TestErrorOrBuilder |
getErrorsOrBuilderList()
public List<? extends TestErrorOrBuilder> getErrorsOrBuilderList()
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Type | Description |
List<? extends com.google.cloud.dialogflow.cx.v3.TestErrorOrBuilder> |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(BatchRunTestCasesMetadata other)
public BatchRunTestCasesMetadata.Builder mergeFrom(BatchRunTestCasesMetadata other)
Name | Description |
other | BatchRunTestCasesMetadata |
Type | Description |
BatchRunTestCasesMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BatchRunTestCasesMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
BatchRunTestCasesMetadata.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public BatchRunTestCasesMetadata.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
BatchRunTestCasesMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchRunTestCasesMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
BatchRunTestCasesMetadata.Builder |
removeErrors(int index)
public BatchRunTestCasesMetadata.Builder removeErrors(int index)
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Name | Description |
index | int |
Type | Description |
BatchRunTestCasesMetadata.Builder |
setErrors(int index, TestError value)
public BatchRunTestCasesMetadata.Builder setErrors(int index, TestError value)
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Name | Description |
index | int |
value | TestError |
Type | Description |
BatchRunTestCasesMetadata.Builder |
setErrors(int index, TestError.Builder builderForValue)
public BatchRunTestCasesMetadata.Builder setErrors(int index, TestError.Builder builderForValue)
The test errors.
repeated .google.cloud.dialogflow.cx.v3.TestError errors = 1;
Name | Description |
index | int |
builderForValue | TestError.Builder |
Type | Description |
BatchRunTestCasesMetadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public BatchRunTestCasesMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
BatchRunTestCasesMetadata.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BatchRunTestCasesMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
BatchRunTestCasesMetadata.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final BatchRunTestCasesMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
BatchRunTestCasesMetadata.Builder |