| Modifier and Type | Method and Description |
|---|---|
ObjectNameMappingList |
ObjectNameMappingList.Builder.build() |
ObjectNameMappingList |
ObjectNameMappingList.Builder.buildPartial() |
static ObjectNameMappingList |
ObjectNameMappingList.getDefaultInstance() |
ObjectNameMappingList |
ObjectNameMappingList.getDefaultInstanceForType() |
ObjectNameMappingList |
ObjectNameMappingList.Builder.getDefaultInstanceForType() |
ObjectNameMappingList |
TranslationConfigDetails.getNameMappingList()
The mapping of objects to their desired output names in list form.
|
ObjectNameMappingList |
TranslationConfigDetails.Builder.getNameMappingList()
The mapping of objects to their desired output names in list form.
|
ObjectNameMappingList |
TranslationConfigDetailsOrBuilder.getNameMappingList()
The mapping of objects to their desired output names in list form.
|
static ObjectNameMappingList |
ObjectNameMappingList.parseDelimitedFrom(InputStream input) |
static ObjectNameMappingList |
ObjectNameMappingList.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectNameMappingList |
ObjectNameMappingList.parseFrom(byte[] data) |
static ObjectNameMappingList |
ObjectNameMappingList.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectNameMappingList |
ObjectNameMappingList.parseFrom(ByteBuffer data) |
static ObjectNameMappingList |
ObjectNameMappingList.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectNameMappingList |
ObjectNameMappingList.parseFrom(com.google.protobuf.ByteString data) |
static ObjectNameMappingList |
ObjectNameMappingList.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectNameMappingList |
ObjectNameMappingList.parseFrom(com.google.protobuf.CodedInputStream input) |
static ObjectNameMappingList |
ObjectNameMappingList.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ObjectNameMappingList |
ObjectNameMappingList.parseFrom(InputStream input) |
static ObjectNameMappingList |
ObjectNameMappingList.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ObjectNameMappingList> |
ObjectNameMappingList.getParserForType() |
static com.google.protobuf.Parser<ObjectNameMappingList> |
ObjectNameMappingList.parser() |
| Modifier and Type | Method and Description |
|---|---|
ObjectNameMappingList.Builder |
ObjectNameMappingList.Builder.mergeFrom(ObjectNameMappingList other) |
TranslationConfigDetails.Builder |
TranslationConfigDetails.Builder.mergeNameMappingList(ObjectNameMappingList value)
The mapping of objects to their desired output names in list form.
|
static ObjectNameMappingList.Builder |
ObjectNameMappingList.newBuilder(ObjectNameMappingList prototype) |
TranslationConfigDetails.Builder |
TranslationConfigDetails.Builder.setNameMappingList(ObjectNameMappingList value)
The mapping of objects to their desired output names in list form.
|
Copyright © 2024 Google LLC. All rights reserved.