Package com.google.apps.card.v1
Class DecoratedText
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessage
-
- com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.GeneratedMessageV3>
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.apps.card.v1.DecoratedText
-
- All Implemented Interfaces:
DecoratedTextOrBuilder,com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
public final class DecoratedText extends com.google.protobuf.GeneratedMessageV3 implements DecoratedTextOrBuilder
A widget that displays text with optional decorations such as a label above or below the text, an icon in front of the text, a selection widget, or a button after the text. For an example in Google Chat apps, see [Display text with decorative text](https://developers.google.com/workspace/chat/add-text-image-card-dialog#display_text_with_decorative_elements). [Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend):
Protobuf typegoogle.apps.card.v1.DecoratedText- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDecoratedText.BuilderA widget that displays text with optional decorations such as a label above or below the text, an icon in front of the text, a selection widget, or a button after the text.static classDecoratedText.ControlCasestatic classDecoratedText.SwitchControlEither a toggle-style switch or a checkbox inside a `decoratedText` widget.static interfaceDecoratedText.SwitchControlOrBuilder-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage.ExtendableMessage
com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionSerializer, com.google.protobuf.GeneratedMessage.ExtendableMessage.ExtensionWriter
-
-
Field Summary
Fields Modifier and Type Field Description static intBOTTOM_LABEL_FIELD_NUMBERstatic intBUTTON_FIELD_NUMBERstatic intEND_ICON_FIELD_NUMBERstatic intICON_FIELD_NUMBERstatic intON_CLICK_FIELD_NUMBERstatic intSTART_ICON_FIELD_NUMBERstatic intSWITCH_CONTROL_FIELD_NUMBERstatic intTEXT_FIELD_NUMBERstatic intTOP_LABEL_FIELD_NUMBERstatic intWRAP_TEXT_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetBottomLabel()The text that appears below `text`.com.google.protobuf.ByteStringgetBottomLabelBytes()The text that appears below `text`.ButtongetButton()A button that a user can click to trigger an action.ButtonOrBuildergetButtonOrBuilder()A button that a user can click to trigger an action.DecoratedText.ControlCasegetControlCase()static DecoratedTextgetDefaultInstance()DecoratedTextgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()IcongetEndIcon()An icon displayed after the text.IconOrBuildergetEndIconOrBuilder()An icon displayed after the text.IcongetIcon()Deprecated.google.apps.card.v1.DecoratedText.icon is deprecated.IconOrBuildergetIconOrBuilder()Deprecated.OnClickgetOnClick()This action is triggered when users click `topLabel` or `bottomLabel`.OnClickOrBuildergetOnClickOrBuilder()This action is triggered when users click `topLabel` or `bottomLabel`.com.google.protobuf.Parser<DecoratedText>getParserForType()intgetSerializedSize()IcongetStartIcon()The icon displayed in front of the text.IconOrBuildergetStartIconOrBuilder()The icon displayed in front of the text.DecoratedText.SwitchControlgetSwitchControl()A switch widget that a user can click to change its state and trigger an action.DecoratedText.SwitchControlOrBuildergetSwitchControlOrBuilder()A switch widget that a user can click to change its state and trigger an action.java.lang.StringgetText()Required.com.google.protobuf.ByteStringgetTextBytes()Required.java.lang.StringgetTopLabel()The text that appears above `text`.com.google.protobuf.ByteStringgetTopLabelBytes()The text that appears above `text`.booleangetWrapText()The wrap text setting.booleanhasButton()A button that a user can click to trigger an action.booleanhasEndIcon()An icon displayed after the text.inthashCode()booleanhasIcon()Deprecated.google.apps.card.v1.DecoratedText.icon is deprecated.booleanhasOnClick()This action is triggered when users click `topLabel` or `bottomLabel`.booleanhasStartIcon()The icon displayed in front of the text.booleanhasSwitchControl()A switch widget that a user can click to change its state and trigger an action.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static DecoratedText.BuildernewBuilder()static DecoratedText.BuildernewBuilder(DecoratedText prototype)DecoratedText.BuildernewBuilderForType()protected DecoratedText.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static DecoratedTextparseDelimitedFrom(java.io.InputStream input)static DecoratedTextparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DecoratedTextparseFrom(byte[] data)static DecoratedTextparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DecoratedTextparseFrom(com.google.protobuf.ByteString data)static DecoratedTextparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DecoratedTextparseFrom(com.google.protobuf.CodedInputStream input)static DecoratedTextparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DecoratedTextparseFrom(java.io.InputStream input)static DecoratedTextparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DecoratedTextparseFrom(java.nio.ByteBuffer data)static DecoratedTextparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<DecoratedText>parser()DecoratedText.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType
-
Methods inherited from class com.google.protobuf.GeneratedMessage.ExtendableMessage
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getAllFields, getAllFieldsRaw, getExtension, getExtension, getExtensionCount, getExtensionFields, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasField, newExtensionSerializer, newExtensionWriter, newMessageSetExtensionSerializer, newMessageSetExtensionWriter
-
Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getDescriptorForType, getOneofFieldDescriptor, getUnknownFields, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ICON_FIELD_NUMBER
public static final int ICON_FIELD_NUMBER
- See Also:
- Constant Field Values
-
START_ICON_FIELD_NUMBER
public static final int START_ICON_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TOP_LABEL_FIELD_NUMBER
public static final int TOP_LABEL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEXT_FIELD_NUMBER
public static final int TEXT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WRAP_TEXT_FIELD_NUMBER
public static final int WRAP_TEXT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BOTTOM_LABEL_FIELD_NUMBER
public static final int BOTTOM_LABEL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ON_CLICK_FIELD_NUMBER
public static final int ON_CLICK_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BUTTON_FIELD_NUMBER
public static final int BUTTON_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SWITCH_CONTROL_FIELD_NUMBER
public static final int SWITCH_CONTROL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
END_ICON_FIELD_NUMBER
public static final int END_ICON_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Overrides:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getControlCase
public DecoratedText.ControlCase getControlCase()
- Specified by:
getControlCasein interfaceDecoratedTextOrBuilder
-
hasIcon
@Deprecated public boolean hasIcon()
Deprecated.google.apps.card.v1.DecoratedText.icon is deprecated. See google/apps/card/v1/card.proto;l=796Deprecated in favor of `startIcon`.
.google.apps.card.v1.Icon icon = 1 [deprecated = true];- Specified by:
hasIconin interfaceDecoratedTextOrBuilder- Returns:
- Whether the icon field is set.
-
getIcon
@Deprecated public Icon getIcon()
Deprecated.google.apps.card.v1.DecoratedText.icon is deprecated. See google/apps/card/v1/card.proto;l=796Deprecated in favor of `startIcon`.
.google.apps.card.v1.Icon icon = 1 [deprecated = true];- Specified by:
getIconin interfaceDecoratedTextOrBuilder- Returns:
- The icon.
-
getIconOrBuilder
@Deprecated public IconOrBuilder getIconOrBuilder()
Deprecated.Deprecated in favor of `startIcon`.
.google.apps.card.v1.Icon icon = 1 [deprecated = true];- Specified by:
getIconOrBuilderin interfaceDecoratedTextOrBuilder
-
hasStartIcon
public boolean hasStartIcon()
The icon displayed in front of the text.
.google.apps.card.v1.Icon start_icon = 12;- Specified by:
hasStartIconin interfaceDecoratedTextOrBuilder- Returns:
- Whether the startIcon field is set.
-
getStartIcon
public Icon getStartIcon()
The icon displayed in front of the text.
.google.apps.card.v1.Icon start_icon = 12;- Specified by:
getStartIconin interfaceDecoratedTextOrBuilder- Returns:
- The startIcon.
-
getStartIconOrBuilder
public IconOrBuilder getStartIconOrBuilder()
The icon displayed in front of the text.
.google.apps.card.v1.Icon start_icon = 12;- Specified by:
getStartIconOrBuilderin interfaceDecoratedTextOrBuilder
-
getTopLabel
public java.lang.String getTopLabel()
The text that appears above `text`. Always truncates.
string top_label = 3;- Specified by:
getTopLabelin interfaceDecoratedTextOrBuilder- Returns:
- The topLabel.
-
getTopLabelBytes
public com.google.protobuf.ByteString getTopLabelBytes()
The text that appears above `text`. Always truncates.
string top_label = 3;- Specified by:
getTopLabelBytesin interfaceDecoratedTextOrBuilder- Returns:
- The bytes for topLabel.
-
getText
public java.lang.String getText()
Required. The primary text. Supports simple formatting. For more information about formatting text, see [Formatting text in Google Chat apps](https://developers.google.com/workspace/chat/format-messages#card-formatting) and [Formatting text in Google Workspace Add-ons](https://developers.google.com/apps-script/add-ons/concepts/widgets#text_formatting).
string text = 4;- Specified by:
getTextin interfaceDecoratedTextOrBuilder- Returns:
- The text.
-
getTextBytes
public com.google.protobuf.ByteString getTextBytes()
Required. The primary text. Supports simple formatting. For more information about formatting text, see [Formatting text in Google Chat apps](https://developers.google.com/workspace/chat/format-messages#card-formatting) and [Formatting text in Google Workspace Add-ons](https://developers.google.com/apps-script/add-ons/concepts/widgets#text_formatting).
string text = 4;- Specified by:
getTextBytesin interfaceDecoratedTextOrBuilder- Returns:
- The bytes for text.
-
getWrapText
public boolean getWrapText()
The wrap text setting. If `true`, the text wraps and displays on multiple lines. Otherwise, the text is truncated. Only applies to `text`, not `topLabel` and `bottomLabel`.
bool wrap_text = 5;- Specified by:
getWrapTextin interfaceDecoratedTextOrBuilder- Returns:
- The wrapText.
-
getBottomLabel
public java.lang.String getBottomLabel()
The text that appears below `text`. Always wraps.
string bottom_label = 6;- Specified by:
getBottomLabelin interfaceDecoratedTextOrBuilder- Returns:
- The bottomLabel.
-
getBottomLabelBytes
public com.google.protobuf.ByteString getBottomLabelBytes()
The text that appears below `text`. Always wraps.
string bottom_label = 6;- Specified by:
getBottomLabelBytesin interfaceDecoratedTextOrBuilder- Returns:
- The bytes for bottomLabel.
-
hasOnClick
public boolean hasOnClick()
This action is triggered when users click `topLabel` or `bottomLabel`.
.google.apps.card.v1.OnClick on_click = 7;- Specified by:
hasOnClickin interfaceDecoratedTextOrBuilder- Returns:
- Whether the onClick field is set.
-
getOnClick
public OnClick getOnClick()
This action is triggered when users click `topLabel` or `bottomLabel`.
.google.apps.card.v1.OnClick on_click = 7;- Specified by:
getOnClickin interfaceDecoratedTextOrBuilder- Returns:
- The onClick.
-
getOnClickOrBuilder
public OnClickOrBuilder getOnClickOrBuilder()
This action is triggered when users click `topLabel` or `bottomLabel`.
.google.apps.card.v1.OnClick on_click = 7;- Specified by:
getOnClickOrBuilderin interfaceDecoratedTextOrBuilder
-
hasButton
public boolean hasButton()
A button that a user can click to trigger an action.
.google.apps.card.v1.Button button = 8;- Specified by:
hasButtonin interfaceDecoratedTextOrBuilder- Returns:
- Whether the button field is set.
-
getButton
public Button getButton()
A button that a user can click to trigger an action.
.google.apps.card.v1.Button button = 8;- Specified by:
getButtonin interfaceDecoratedTextOrBuilder- Returns:
- The button.
-
getButtonOrBuilder
public ButtonOrBuilder getButtonOrBuilder()
A button that a user can click to trigger an action.
.google.apps.card.v1.Button button = 8;- Specified by:
getButtonOrBuilderin interfaceDecoratedTextOrBuilder
-
hasSwitchControl
public boolean hasSwitchControl()
A switch widget that a user can click to change its state and trigger an action.
.google.apps.card.v1.DecoratedText.SwitchControl switch_control = 9;- Specified by:
hasSwitchControlin interfaceDecoratedTextOrBuilder- Returns:
- Whether the switchControl field is set.
-
getSwitchControl
public DecoratedText.SwitchControl getSwitchControl()
A switch widget that a user can click to change its state and trigger an action.
.google.apps.card.v1.DecoratedText.SwitchControl switch_control = 9;- Specified by:
getSwitchControlin interfaceDecoratedTextOrBuilder- Returns:
- The switchControl.
-
getSwitchControlOrBuilder
public DecoratedText.SwitchControlOrBuilder getSwitchControlOrBuilder()
A switch widget that a user can click to change its state and trigger an action.
.google.apps.card.v1.DecoratedText.SwitchControl switch_control = 9;- Specified by:
getSwitchControlOrBuilderin interfaceDecoratedTextOrBuilder
-
hasEndIcon
public boolean hasEndIcon()
An icon displayed after the text. Supports [built-in](https://developers.google.com/workspace/chat/format-messages#builtinicons) and [custom](https://developers.google.com/workspace/chat/format-messages#customicons) icons.
.google.apps.card.v1.Icon end_icon = 11;- Specified by:
hasEndIconin interfaceDecoratedTextOrBuilder- Returns:
- Whether the endIcon field is set.
-
getEndIcon
public Icon getEndIcon()
An icon displayed after the text. Supports [built-in](https://developers.google.com/workspace/chat/format-messages#builtinicons) and [custom](https://developers.google.com/workspace/chat/format-messages#customicons) icons.
.google.apps.card.v1.Icon end_icon = 11;- Specified by:
getEndIconin interfaceDecoratedTextOrBuilder- Returns:
- The endIcon.
-
getEndIconOrBuilder
public IconOrBuilder getEndIconOrBuilder()
An icon displayed after the text. Supports [built-in](https://developers.google.com/workspace/chat/format-messages#builtinicons) and [custom](https://developers.google.com/workspace/chat/format-messages#customicons) icons.
.google.apps.card.v1.Icon end_icon = 11;- Specified by:
getEndIconOrBuilderin interfaceDecoratedTextOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.GeneratedMessageV3>
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static DecoratedText parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DecoratedText parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DecoratedText parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DecoratedText parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DecoratedText parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DecoratedText parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DecoratedText parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DecoratedText parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DecoratedText parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DecoratedText parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DecoratedText parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DecoratedText parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public DecoratedText.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static DecoratedText.Builder newBuilder()
-
newBuilder
public static DecoratedText.Builder newBuilder(DecoratedText prototype)
-
toBuilder
public DecoratedText.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected DecoratedText.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static DecoratedText getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<DecoratedText> parser()
-
getParserForType
public com.google.protobuf.Parser<DecoratedText> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
public DecoratedText getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-