public interface TextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEnText()
The English copy.
|
com.google.protobuf.ByteString |
getEnTextBytes()
The English copy.
|
LocalizationState |
getLocalizationState()
Status of the localization.
|
int |
getLocalizationStateValue()
Status of the localization.
|
String |
getLocalizedText()
The requested localized copy (if applicable).
|
com.google.protobuf.ByteString |
getLocalizedTextBytes()
The requested localized copy (if applicable).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEnText()
The English copy.
string en_text = 1;com.google.protobuf.ByteString getEnTextBytes()
The English copy.
string en_text = 1;String getLocalizedText()
The requested localized copy (if applicable).
string localized_text = 2;com.google.protobuf.ByteString getLocalizedTextBytes()
The requested localized copy (if applicable).
string localized_text = 2;int getLocalizationStateValue()
Status of the localization.
.google.cloud.advisorynotifications.v1.LocalizationState localization_state = 3;LocalizationState getLocalizationState()
Status of the localization.
.google.cloud.advisorynotifications.v1.LocalizationState localization_state = 3;Copyright © 2023 Google LLC. All rights reserved.