Uses of Class
com.google.apps.card.v1.TextParagraph
-
Packages that use TextParagraph Package Description com.google.apps.card.v1 -
-
Uses of TextParagraph in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return TextParagraph Modifier and Type Method Description TextParagraph
TextParagraph.Builder. build()
TextParagraph
TextParagraph.Builder. buildPartial()
static TextParagraph
TextParagraph. getDefaultInstance()
TextParagraph
TextParagraph.Builder. getDefaultInstanceForType()
TextParagraph
TextParagraph. getDefaultInstanceForType()
TextParagraph
Columns.Column.Widgets.Builder. getTextParagraph()
[TextParagraph][google.apps.card.v1.TextParagraph] widget.TextParagraph
Columns.Column.Widgets. getTextParagraph()
[TextParagraph][google.apps.card.v1.TextParagraph] widget.TextParagraph
Columns.Column.WidgetsOrBuilder. getTextParagraph()
[TextParagraph][google.apps.card.v1.TextParagraph] widget.TextParagraph
Widget.Builder. getTextParagraph()
Displays a text paragraph.TextParagraph
Widget. getTextParagraph()
Displays a text paragraph.TextParagraph
WidgetOrBuilder. getTextParagraph()
Displays a text paragraph.static TextParagraph
TextParagraph. parseDelimitedFrom(java.io.InputStream input)
static TextParagraph
TextParagraph. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextParagraph
TextParagraph. parseFrom(byte[] data)
static TextParagraph
TextParagraph. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextParagraph
TextParagraph. parseFrom(com.google.protobuf.ByteString data)
static TextParagraph
TextParagraph. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextParagraph
TextParagraph. parseFrom(com.google.protobuf.CodedInputStream input)
static TextParagraph
TextParagraph. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextParagraph
TextParagraph. parseFrom(java.io.InputStream input)
static TextParagraph
TextParagraph. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextParagraph
TextParagraph. parseFrom(java.nio.ByteBuffer data)
static TextParagraph
TextParagraph. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.apps.card.v1 that return types with arguments of type TextParagraph Modifier and Type Method Description com.google.protobuf.Parser<TextParagraph>
TextParagraph. getParserForType()
static com.google.protobuf.Parser<TextParagraph>
TextParagraph. parser()
Methods in com.google.apps.card.v1 with parameters of type TextParagraph Modifier and Type Method Description TextParagraph.Builder
TextParagraph.Builder. mergeFrom(TextParagraph other)
Columns.Column.Widgets.Builder
Columns.Column.Widgets.Builder. mergeTextParagraph(TextParagraph value)
[TextParagraph][google.apps.card.v1.TextParagraph] widget.Widget.Builder
Widget.Builder. mergeTextParagraph(TextParagraph value)
Displays a text paragraph.static TextParagraph.Builder
TextParagraph. newBuilder(TextParagraph prototype)
Columns.Column.Widgets.Builder
Columns.Column.Widgets.Builder. setTextParagraph(TextParagraph value)
[TextParagraph][google.apps.card.v1.TextParagraph] widget.Widget.Builder
Widget.Builder. setTextParagraph(TextParagraph value)
Displays a text paragraph.
-