Interface Card.CardFixedFooterOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Card.CardFixedFooter, Card.CardFixedFooter.Builder
    Enclosing class:
    Card

    public static interface Card.CardFixedFooterOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasPrimaryButton

        boolean hasPrimaryButton()
         The primary button of the fixed footer. The button must be a text button
         with text and color set.
         
        .google.apps.card.v1.Button primary_button = 1;
        Returns:
        Whether the primaryButton field is set.
      • getPrimaryButton

        Button getPrimaryButton()
         The primary button of the fixed footer. The button must be a text button
         with text and color set.
         
        .google.apps.card.v1.Button primary_button = 1;
        Returns:
        The primaryButton.
      • getPrimaryButtonOrBuilder

        ButtonOrBuilder getPrimaryButtonOrBuilder()
         The primary button of the fixed footer. The button must be a text button
         with text and color set.
         
        .google.apps.card.v1.Button primary_button = 1;
      • hasSecondaryButton

        boolean hasSecondaryButton()
         The secondary button of the fixed footer.  The button must be a text
         button with text and color set.
         If `secondaryButton` is set, you must also set `primaryButton`.
         
        .google.apps.card.v1.Button secondary_button = 2;
        Returns:
        Whether the secondaryButton field is set.
      • getSecondaryButton

        Button getSecondaryButton()
         The secondary button of the fixed footer.  The button must be a text
         button with text and color set.
         If `secondaryButton` is set, you must also set `primaryButton`.
         
        .google.apps.card.v1.Button secondary_button = 2;
        Returns:
        The secondaryButton.
      • getSecondaryButtonOrBuilder

        ButtonOrBuilder getSecondaryButtonOrBuilder()
         The secondary button of the fixed footer.  The button must be a text
         button with text and color set.
         If `secondaryButton` is set, you must also set `primaryButton`.
         
        .google.apps.card.v1.Button secondary_button = 2;