Package com.google.apps.card.v1
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 Summary
Modifier and TypeMethodDescriptionThe primary button of the fixed footer.The primary button of the fixed footer.The secondary button of the fixed footer.The secondary button of the fixed footer.boolean
The primary button of the fixed footer.boolean
The secondary button of the fixed footer.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-