| Modifier and Type | Method and Description |
|---|---|
TestCaseResult |
TestCaseResult.Builder.build() |
TestCaseResult |
TestCaseResult.Builder.buildPartial() |
static TestCaseResult |
TestCaseResult.getDefaultInstance() |
TestCaseResult |
TestCaseResult.getDefaultInstanceForType() |
TestCaseResult |
TestCaseResult.Builder.getDefaultInstanceForType() |
TestCaseResult |
TestCase.getLastTestResult()
The latest test result.
|
TestCaseResult |
TestCase.Builder.getLastTestResult()
The latest test result.
|
TestCaseResult |
TestCaseOrBuilder.getLastTestResult()
The latest test result.
|
TestCaseResult |
RunTestCaseResponseOrBuilder.getResult()
The result.
|
TestCaseResult |
RunTestCaseResponse.getResult()
The result.
|
TestCaseResult |
RunTestCaseResponse.Builder.getResult()
The result.
|
TestCaseResult |
BatchRunTestCasesResponse.getResults(int index)
The test case results.
|
TestCaseResult |
BatchRunTestCasesResponse.Builder.getResults(int index)
The test case results.
|
TestCaseResult |
BatchRunTestCasesResponseOrBuilder.getResults(int index)
The test case results.
|
TestCaseResult |
ListTestCaseResultsResponse.getTestCaseResults(int index)
The list of test case results.
|
TestCaseResult |
ListTestCaseResultsResponse.Builder.getTestCaseResults(int index)
The list of test case results.
|
TestCaseResult |
ListTestCaseResultsResponseOrBuilder.getTestCaseResults(int index)
The list of test case results.
|
static TestCaseResult |
TestCaseResult.parseDelimitedFrom(InputStream input) |
static TestCaseResult |
TestCaseResult.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestCaseResult |
TestCaseResult.parseFrom(byte[] data) |
static TestCaseResult |
TestCaseResult.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestCaseResult |
TestCaseResult.parseFrom(ByteBuffer data) |
static TestCaseResult |
TestCaseResult.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestCaseResult |
TestCaseResult.parseFrom(com.google.protobuf.ByteString data) |
static TestCaseResult |
TestCaseResult.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestCaseResult |
TestCaseResult.parseFrom(com.google.protobuf.CodedInputStream input) |
static TestCaseResult |
TestCaseResult.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestCaseResult |
TestCaseResult.parseFrom(InputStream input) |
static TestCaseResult |
TestCaseResult.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TestCaseResult> |
TestCaseResult.getParserForType() |
List<TestCaseResult> |
BatchRunTestCasesResponse.getResultsList()
The test case results.
|
List<TestCaseResult> |
BatchRunTestCasesResponse.Builder.getResultsList()
The test case results.
|
List<TestCaseResult> |
BatchRunTestCasesResponseOrBuilder.getResultsList()
The test case results.
|
List<TestCaseResult> |
ListTestCaseResultsResponse.getTestCaseResultsList()
The list of test case results.
|
List<TestCaseResult> |
ListTestCaseResultsResponse.Builder.getTestCaseResultsList()
The list of test case results.
|
List<TestCaseResult> |
ListTestCaseResultsResponseOrBuilder.getTestCaseResultsList()
The list of test case results.
|
static com.google.protobuf.Parser<TestCaseResult> |
TestCaseResult.parser() |
| Modifier and Type | Method and Description |
|---|---|
BatchRunTestCasesResponse.Builder |
BatchRunTestCasesResponse.Builder.addResults(int index,
TestCaseResult value)
The test case results.
|
BatchRunTestCasesResponse.Builder |
BatchRunTestCasesResponse.Builder.addResults(TestCaseResult value)
The test case results.
|
ListTestCaseResultsResponse.Builder |
ListTestCaseResultsResponse.Builder.addTestCaseResults(int index,
TestCaseResult value)
The list of test case results.
|
ListTestCaseResultsResponse.Builder |
ListTestCaseResultsResponse.Builder.addTestCaseResults(TestCaseResult value)
The list of test case results.
|
TestCaseResult.Builder |
TestCaseResult.Builder.mergeFrom(TestCaseResult other) |
TestCase.Builder |
TestCase.Builder.mergeLastTestResult(TestCaseResult value)
The latest test result.
|
RunTestCaseResponse.Builder |
RunTestCaseResponse.Builder.mergeResult(TestCaseResult value)
The result.
|
static TestCaseResult.Builder |
TestCaseResult.newBuilder(TestCaseResult prototype) |
TestCase.Builder |
TestCase.Builder.setLastTestResult(TestCaseResult value)
The latest test result.
|
RunTestCaseResponse.Builder |
RunTestCaseResponse.Builder.setResult(TestCaseResult value)
The result.
|
BatchRunTestCasesResponse.Builder |
BatchRunTestCasesResponse.Builder.setResults(int index,
TestCaseResult value)
The test case results.
|
ListTestCaseResultsResponse.Builder |
ListTestCaseResultsResponse.Builder.setTestCaseResults(int index,
TestCaseResult value)
The list of test case results.
|
| Modifier and Type | Method and Description |
|---|---|
BatchRunTestCasesResponse.Builder |
BatchRunTestCasesResponse.Builder.addAllResults(Iterable<? extends TestCaseResult> values)
The test case results.
|
ListTestCaseResultsResponse.Builder |
ListTestCaseResultsResponse.Builder.addAllTestCaseResults(Iterable<? extends TestCaseResult> values)
The list of test case results.
|
Copyright © 2025 Google LLC. All rights reserved.