Uses of Enum
com.google.apps.card.v1.TextParagraph.TextSyntax
Packages that use TextParagraph.TextSyntax
-
Uses of TextParagraph.TextSyntax in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return TextParagraph.TextSyntaxModifier and TypeMethodDescriptionstatic TextParagraph.TextSyntaxTextParagraph.TextSyntax.forNumber(int value) TextParagraph.Builder.getTextSyntax()The syntax of the text.TextParagraph.getTextSyntax()The syntax of the text.TextParagraphOrBuilder.getTextSyntax()The syntax of the text.static TextParagraph.TextSyntaxTextParagraph.TextSyntax.valueOf(int value) Deprecated.static TextParagraph.TextSyntaxTextParagraph.TextSyntax.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static TextParagraph.TextSyntaxReturns the enum constant of this type with the specified name.static TextParagraph.TextSyntax[]TextParagraph.TextSyntax.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.apps.card.v1 that return types with arguments of type TextParagraph.TextSyntaxModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<TextParagraph.TextSyntax>TextParagraph.TextSyntax.internalGetValueMap()Methods in com.google.apps.card.v1 with parameters of type TextParagraph.TextSyntaxModifier and TypeMethodDescriptionTextParagraph.Builder.setTextSyntax(TextParagraph.TextSyntax value) The syntax of the text.