public final class Text extends GeneratedMessageV3 implements TextOrBuilder
A text object containing the English text and its localized copies.
Protobuf type google.cloud.advisorynotifications.v1.Text
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > TextImplements
TextOrBuilderStatic Fields
EN_TEXT_FIELD_NUMBER
public static final int EN_TEXT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
LOCALIZATION_STATE_FIELD_NUMBER
public static final int LOCALIZATION_STATE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
LOCALIZED_TEXT_FIELD_NUMBER
public static final int LOCALIZED_TEXT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Text getDefaultInstance()
Returns | |
---|---|
Type | Description |
Text |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static Text.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Text.Builder |
newBuilder(Text prototype)
public static Text.Builder newBuilder(Text prototype)
Parameter | |
---|---|
Name | Description |
prototype | Text |
Returns | |
---|---|
Type | Description |
Text.Builder |
parseDelimitedFrom(InputStream input)
public static Text parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
Text |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Text parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Text |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static Text parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
Text |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Text parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Text |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Text parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
Text |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Text parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Text |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Text parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
Text |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Text parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Text |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static Text parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
Text |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Text parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Text |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Text parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
Text |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Text parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Text |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Text> parser()
Returns | |
---|---|
Type | Description |
Parser<Text> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public Text getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Text |
getEnText()
public String getEnText()
The English copy.
string en_text = 1;
Returns | |
---|---|
Type | Description |
String | The enText. |
getEnTextBytes()
public ByteString getEnTextBytes()
The English copy.
string en_text = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for enText. |
getLocalizationState()
public LocalizationState getLocalizationState()
Status of the localization.
.google.cloud.advisorynotifications.v1.LocalizationState localization_state = 3;
Returns | |
---|---|
Type | Description |
LocalizationState | The localizationState. |
getLocalizationStateValue()
public 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 String getLocalizedText()
The requested localized copy (if applicable).
string localized_text = 2;
Returns | |
---|---|
Type | Description |
String | The localizedText. |
getLocalizedTextBytes()
public ByteString getLocalizedTextBytes()
The requested localized copy (if applicable).
string localized_text = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for localizedText. |
getParserForType()
public Parser<Text> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<Text> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public Text.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Text.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Text.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
Text.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public Text.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Text.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |