Interface TextOrBuilder (0.30.0)

public interface TextOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnText()

public abstract String getEnText()

The English copy.

string en_text = 1;

Returns
TypeDescription
String

The enText.

getEnTextBytes()

public abstract ByteString getEnTextBytes()

The English copy.

string en_text = 1;

Returns
TypeDescription
ByteString

The bytes for enText.

getLocalizationState()

public abstract LocalizationState getLocalizationState()

Status of the localization.

.google.cloud.advisorynotifications.v1.LocalizationState localization_state = 3;

Returns
TypeDescription
LocalizationState

The localizationState.

getLocalizationStateValue()

public abstract int getLocalizationStateValue()

Status of the localization.

.google.cloud.advisorynotifications.v1.LocalizationState localization_state = 3;

Returns
TypeDescription
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
TypeDescription
String

The localizedText.

getLocalizedTextBytes()

public abstract ByteString getLocalizedTextBytes()

The requested localized copy (if applicable).

string localized_text = 2;

Returns
TypeDescription
ByteString

The bytes for localizedText.