| Modifier and Type | Method and Description |
|---|---|
TestConfig |
TestConfig.Builder.build() |
TestConfig |
TestConfig.Builder.buildPartial() |
static TestConfig |
TestConfig.getDefaultInstance() |
TestConfig |
TestConfig.getDefaultInstanceForType() |
TestConfig |
TestConfig.Builder.getDefaultInstanceForType() |
TestConfig |
TestCaseOrBuilder.getTestConfig()
Config for the test case.
|
TestConfig |
TestCase.getTestConfig()
Config for the test case.
|
TestConfig |
TestCase.Builder.getTestConfig()
Config for the test case.
|
static TestConfig |
TestConfig.parseDelimitedFrom(InputStream input) |
static TestConfig |
TestConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestConfig |
TestConfig.parseFrom(byte[] data) |
static TestConfig |
TestConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestConfig |
TestConfig.parseFrom(ByteBuffer data) |
static TestConfig |
TestConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestConfig |
TestConfig.parseFrom(com.google.protobuf.ByteString data) |
static TestConfig |
TestConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestConfig |
TestConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static TestConfig |
TestConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestConfig |
TestConfig.parseFrom(InputStream input) |
static TestConfig |
TestConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TestConfig> |
TestConfig.getParserForType() |
static com.google.protobuf.Parser<TestConfig> |
TestConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
TestConfig.Builder |
TestConfig.Builder.mergeFrom(TestConfig other) |
TestCase.Builder |
TestCase.Builder.mergeTestConfig(TestConfig value)
Config for the test case.
|
static TestConfig.Builder |
TestConfig.newBuilder(TestConfig prototype) |
TestCase.Builder |
TestCase.Builder.setTestConfig(TestConfig value)
Config for the test case.
|
Copyright © 2022 Google LLC. All rights reserved.