public interface TranslateTextGlossaryConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGlossary()
Required.
|
com.google.protobuf.ByteString |
getGlossaryBytes()
Required.
|
boolean |
getIgnoreCase()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGlossary()
Required. The `glossary` to be applied for this translation.
The format depends on glossary:
- User provided custom glossary:
`projects/{project-number-or-id}/locations/{location-id}/glossaries/{glossary-id}`
string glossary = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getGlossaryBytes()
Required. The `glossary` to be applied for this translation.
The format depends on glossary:
- User provided custom glossary:
`projects/{project-number-or-id}/locations/{location-id}/glossaries/{glossary-id}`
string glossary = 1 [(.google.api.field_behavior) = REQUIRED];boolean getIgnoreCase()
Optional. Indicates match is case-insensitive. Default value is false if missing.
bool ignore_case = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2022 Google LLC. All rights reserved.