public interface TextOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEnText()
public abstract String getEnText()
The English copy.
string en_text = 1;
Returns | |
---|---|
Type | Description |
String |
The enText. |
getEnTextBytes()
public abstract ByteString getEnTextBytes()
The English copy.
string en_text = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for enText. |
getLocalizationState()
public abstract LocalizationState getLocalizationState()
Status of the localization.
.google.cloud.advisorynotifications.v1.LocalizationState localization_state = 3;
Returns | |
---|---|
Type | Description |
LocalizationState |
The localizationState. |
getLocalizationStateValue()
public abstract int getLocalizationStateValue()
Status of the localization.
.google.cloud.advisorynotifications.v1.LocalizationState localization_state = 3;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for localizationState. |
getLocalizedText()
public abstract String getLocalizedText()
The requested localized copy (if applicable).
string localized_text = 2;
Returns | |
---|---|
Type | Description |
String |
The localizedText. |
getLocalizedTextBytes()
public abstract ByteString getLocalizedTextBytes()
The requested localized copy (if applicable).
string localized_text = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for localizedText. |