| Modifier and Type | Method and Description |
|---|---|
TestCaseError |
TestCaseError.Builder.build() |
TestCaseError |
TestCaseError.Builder.buildPartial() |
static TestCaseError |
TestCaseError.getDefaultInstance() |
TestCaseError |
TestCaseError.getDefaultInstanceForType() |
TestCaseError |
TestCaseError.Builder.getDefaultInstanceForType() |
TestCaseError |
ImportTestCasesMetadata.getErrors(int index)
Errors for failed test cases.
|
TestCaseError |
ImportTestCasesMetadata.Builder.getErrors(int index)
Errors for failed test cases.
|
TestCaseError |
ImportTestCasesMetadataOrBuilder.getErrors(int index)
Errors for failed test cases.
|
static TestCaseError |
TestCaseError.parseDelimitedFrom(InputStream input) |
static TestCaseError |
TestCaseError.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestCaseError |
TestCaseError.parseFrom(byte[] data) |
static TestCaseError |
TestCaseError.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestCaseError |
TestCaseError.parseFrom(ByteBuffer data) |
static TestCaseError |
TestCaseError.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestCaseError |
TestCaseError.parseFrom(com.google.protobuf.ByteString data) |
static TestCaseError |
TestCaseError.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestCaseError |
TestCaseError.parseFrom(com.google.protobuf.CodedInputStream input) |
static TestCaseError |
TestCaseError.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestCaseError |
TestCaseError.parseFrom(InputStream input) |
static TestCaseError |
TestCaseError.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<TestCaseError> |
ImportTestCasesMetadata.getErrorsList()
Errors for failed test cases.
|
List<TestCaseError> |
ImportTestCasesMetadata.Builder.getErrorsList()
Errors for failed test cases.
|
List<TestCaseError> |
ImportTestCasesMetadataOrBuilder.getErrorsList()
Errors for failed test cases.
|
com.google.protobuf.Parser<TestCaseError> |
TestCaseError.getParserForType() |
static com.google.protobuf.Parser<TestCaseError> |
TestCaseError.parser() |
| Modifier and Type | Method and Description |
|---|---|
ImportTestCasesMetadata.Builder |
ImportTestCasesMetadata.Builder.addErrors(int index,
TestCaseError value)
Errors for failed test cases.
|
ImportTestCasesMetadata.Builder |
ImportTestCasesMetadata.Builder.addErrors(TestCaseError value)
Errors for failed test cases.
|
TestCaseError.Builder |
TestCaseError.Builder.mergeFrom(TestCaseError other) |
static TestCaseError.Builder |
TestCaseError.newBuilder(TestCaseError prototype) |
ImportTestCasesMetadata.Builder |
ImportTestCasesMetadata.Builder.setErrors(int index,
TestCaseError value)
Errors for failed test cases.
|
| Modifier and Type | Method and Description |
|---|---|
ImportTestCasesMetadata.Builder |
ImportTestCasesMetadata.Builder.addAllErrors(Iterable<? extends TestCaseError> values)
Errors for failed test cases.
|
Copyright © 2025 Google LLC. All rights reserved.