Uses of Class
com.google.apps.card.v1.Card.CardFixedFooter.Builder
Packages that use Card.CardFixedFooter.Builder
-
Uses of Card.CardFixedFooter.Builder in com.google.apps.card.v1
Subclasses with type arguments of type Card.CardFixedFooter.Builder in com.google.apps.card.v1Modifier and TypeClassDescriptionstatic final classA persistent (sticky) footer that that appears at the bottom of the card.Methods in com.google.apps.card.v1 that return Card.CardFixedFooter.BuilderModifier and TypeMethodDescriptionCard.CardFixedFooter.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Card.CardFixedFooter.Builder.clear()Card.CardFixedFooter.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Card.CardFixedFooter.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Card.CardFixedFooter.Builder.clearPrimaryButton()The primary button of the fixed footer.Card.CardFixedFooter.Builder.clearSecondaryButton()The secondary button of the fixed footer.Card.CardFixedFooter.Builder.clone()Card.Builder.getFixedFooterBuilder()The fixed footer shown at the bottom of this card.Card.CardFixedFooter.Builder.mergeFrom(Card.CardFixedFooter other) Card.CardFixedFooter.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Card.CardFixedFooter.Builder.mergeFrom(com.google.protobuf.Message other) Card.CardFixedFooter.Builder.mergePrimaryButton(Button value) The primary button of the fixed footer.Card.CardFixedFooter.Builder.mergeSecondaryButton(Button value) The secondary button of the fixed footer.Card.CardFixedFooter.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Card.CardFixedFooter.BuilderCard.CardFixedFooter.newBuilder()static Card.CardFixedFooter.BuilderCard.CardFixedFooter.newBuilder(Card.CardFixedFooter prototype) Card.CardFixedFooter.newBuilderForType()protected Card.CardFixedFooter.BuilderCard.CardFixedFooter.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Card.CardFixedFooter.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Card.CardFixedFooter.Builder.setPrimaryButton(Button value) The primary button of the fixed footer.Card.CardFixedFooter.Builder.setPrimaryButton(Button.Builder builderForValue) The primary button of the fixed footer.Card.CardFixedFooter.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Card.CardFixedFooter.Builder.setSecondaryButton(Button value) The secondary button of the fixed footer.Card.CardFixedFooter.Builder.setSecondaryButton(Button.Builder builderForValue) The secondary button of the fixed footer.Card.CardFixedFooter.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Card.CardFixedFooter.toBuilder()Methods in com.google.apps.card.v1 with parameters of type Card.CardFixedFooter.BuilderModifier and TypeMethodDescriptionCard.Builder.setFixedFooter(Card.CardFixedFooter.Builder builderForValue) The fixed footer shown at the bottom of this card.