public interface TranslationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getTargetLanguage()
Required.
|
com.google.protobuf.ByteString |
getTargetLanguageBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTargetLanguage()
Required. The language code to translate to.
string target_language = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTargetLanguageBytes()
Required. The language code to translate to.
string target_language = 1 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.