Uses of Class
com.google.apps.card.v1.Button
-
Packages that use Button Package Description com.google.apps.card.v1 -
-
Uses of Button in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Button Modifier and Type Method Description Button
Button.Builder. build()
Button
Button.Builder. buildPartial()
Button
DecoratedText.Builder. getButton()
A button that a user can click to trigger an action.Button
DecoratedText. getButton()
A button that a user can click to trigger an action.Button
DecoratedTextOrBuilder. getButton()
A button that a user can click to trigger an action.Button
ButtonList.Builder. getButtons(int index)
An array of buttons.Button
ButtonList. getButtons(int index)
An array of buttons.Button
ButtonListOrBuilder. getButtons(int index)
An array of buttons.static Button
Button. getDefaultInstance()
Button
Button.Builder. getDefaultInstanceForType()
Button
Button. getDefaultInstanceForType()
Button
Card.CardFixedFooter.Builder. getPrimaryButton()
The primary button of the fixed footer.Button
Card.CardFixedFooter. getPrimaryButton()
The primary button of the fixed footer.Button
Card.CardFixedFooterOrBuilder. getPrimaryButton()
The primary button of the fixed footer.Button
Card.CardFixedFooter.Builder. getSecondaryButton()
The secondary button of the fixed footer.Button
Card.CardFixedFooter. getSecondaryButton()
The secondary button of the fixed footer.Button
Card.CardFixedFooterOrBuilder. getSecondaryButton()
The secondary button of the fixed footer.static Button
Button. parseDelimitedFrom(java.io.InputStream input)
static Button
Button. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Button
Button. parseFrom(byte[] data)
static Button
Button. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Button
Button. parseFrom(com.google.protobuf.ByteString data)
static Button
Button. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Button
Button. parseFrom(com.google.protobuf.CodedInputStream input)
static Button
Button. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Button
Button. parseFrom(java.io.InputStream input)
static Button
Button. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Button
Button. parseFrom(java.nio.ByteBuffer data)
static Button
Button. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.apps.card.v1 that return types with arguments of type Button Modifier and Type Method Description java.util.List<Button>
ButtonList.Builder. getButtonsList()
An array of buttons.java.util.List<Button>
ButtonList. getButtonsList()
An array of buttons.java.util.List<Button>
ButtonListOrBuilder. getButtonsList()
An array of buttons.com.google.protobuf.Parser<Button>
Button. getParserForType()
static com.google.protobuf.Parser<Button>
Button. parser()
Methods in com.google.apps.card.v1 with parameters of type Button Modifier and Type Method Description ButtonList.Builder
ButtonList.Builder. addButtons(int index, Button value)
An array of buttons.ButtonList.Builder
ButtonList.Builder. addButtons(Button value)
An array of buttons.DecoratedText.Builder
DecoratedText.Builder. mergeButton(Button value)
A button that a user can click to trigger an action.Button.Builder
Button.Builder. mergeFrom(Button other)
Card.CardFixedFooter.Builder
Card.CardFixedFooter.Builder. mergePrimaryButton(Button value)
The primary button of the fixed footer.Card.CardFixedFooter.Builder
Card.CardFixedFooter.Builder. mergeSecondaryButton(Button value)
The secondary button of the fixed footer.static Button.Builder
Button. newBuilder(Button prototype)
DecoratedText.Builder
DecoratedText.Builder. setButton(Button value)
A button that a user can click to trigger an action.ButtonList.Builder
ButtonList.Builder. setButtons(int index, Button value)
An array of buttons.Card.CardFixedFooter.Builder
Card.CardFixedFooter.Builder. setPrimaryButton(Button value)
The primary button of the fixed footer.Card.CardFixedFooter.Builder
Card.CardFixedFooter.Builder. setSecondaryButton(Button value)
The secondary button of the fixed footer.Method parameters in com.google.apps.card.v1 with type arguments of type Button Modifier and Type Method Description ButtonList.Builder
ButtonList.Builder. addAllButtons(java.lang.Iterable<? extends Button> values)
An array of buttons.
-