Uses of Class
com.google.apps.card.v1.ButtonList.Builder
Packages that use ButtonList.Builder
-
Uses of ButtonList.Builder in com.google.apps.card.v1
Subclasses with type arguments of type ButtonList.Builder in com.google.apps.card.v1Modifier and TypeClassDescriptionstatic final classA list of buttons layed out horizontally.Methods in com.google.apps.card.v1 that return ButtonList.BuilderModifier and TypeMethodDescriptionButtonList.Builder.addAllButtons(Iterable<? extends Button> values) An array of buttons.ButtonList.Builder.addButtons(int index, Button value) An array of buttons.ButtonList.Builder.addButtons(int index, Button.Builder builderForValue) An array of buttons.ButtonList.Builder.addButtons(Button value) An array of buttons.ButtonList.Builder.addButtons(Button.Builder builderForValue) An array of buttons.ButtonList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ButtonList.Builder.clear()ButtonList.Builder.clearButtons()An array of buttons.ButtonList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ButtonList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ButtonList.Builder.clone()Columns.Column.Widgets.Builder.getButtonListBuilder()[ButtonList][google.apps.card.v1.ButtonList] widget.Widget.Builder.getButtonListBuilder()A list of buttons.ButtonList.Builder.mergeFrom(ButtonList other) ButtonList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ButtonList.Builder.mergeFrom(com.google.protobuf.Message other) final ButtonList.BuilderButtonList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ButtonList.BuilderButtonList.newBuilder()static ButtonList.BuilderButtonList.newBuilder(ButtonList prototype) ButtonList.newBuilderForType()protected ButtonList.BuilderButtonList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ButtonList.Builder.removeButtons(int index) An array of buttons.ButtonList.Builder.setButtons(int index, Button value) An array of buttons.ButtonList.Builder.setButtons(int index, Button.Builder builderForValue) An array of buttons.ButtonList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final ButtonList.BuilderButtonList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ButtonList.toBuilder()Methods in com.google.apps.card.v1 with parameters of type ButtonList.BuilderModifier and TypeMethodDescriptionColumns.Column.Widgets.Builder.setButtonList(ButtonList.Builder builderForValue) [ButtonList][google.apps.card.v1.ButtonList] widget.Widget.Builder.setButtonList(ButtonList.Builder builderForValue) A list of buttons.