public interface CardWithIdOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCard()
public abstract Card getCard()A card. Maximum size is 32 KB.
 .google.apps.card.v1.Card card = 2;
| Returns | |
|---|---|
| Type | Description | 
| com.google.apps.card.v1.Card | The card. | 
getCardId()
public abstract String getCardId()Required if the message contains multiple cards. A unique identifier for a card in a message.
 string card_id = 1;
| Returns | |
|---|---|
| Type | Description | 
| String | The cardId. | 
getCardIdBytes()
public abstract ByteString getCardIdBytes()Required if the message contains multiple cards. A unique identifier for a card in a message.
 string card_id = 1;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for cardId. | 
getCardOrBuilder()
public abstract CardOrBuilder getCardOrBuilder()A card. Maximum size is 32 KB.
 .google.apps.card.v1.Card card = 2;
| Returns | |
|---|---|
| Type | Description | 
| com.google.apps.card.v1.CardOrBuilder | |
hasCard()
public abstract boolean hasCard()A card. Maximum size is 32 KB.
 .google.apps.card.v1.Card card = 2;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the card field is set. |