public final class CardWithId extends GeneratedMessageV3 implements CardWithIdOrBuilder
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CARD_FIELD_NUMBER
public static final int CARD_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CARD_ID_FIELD_NUMBER
public static final int CARD_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static CardWithId getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CardWithId.Builder newBuilder()
newBuilder(CardWithId prototype)
public static CardWithId.Builder newBuilder(CardWithId prototype)
public static CardWithId parseDelimitedFrom(InputStream input)
public static CardWithId parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CardWithId parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CardWithId parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CardWithId parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CardWithId parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CardWithId parseFrom(CodedInputStream input)
public static CardWithId parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CardWithId parseFrom(InputStream input)
public static CardWithId parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CardWithId parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CardWithId parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CardWithId> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
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 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 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 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 |
|
getDefaultInstanceForType()
public CardWithId getDefaultInstanceForType()
getParserForType()
public Parser<CardWithId> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CardWithId.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CardWithId.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CardWithId.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides