Class TransactionData
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.recaptchaenterprise.v1beta1.TransactionData
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,TransactionDataOrBuilder
,Serializable
public final class TransactionData extends com.google.protobuf.GeneratedMessageV3 implements TransactionDataOrBuilder
Transaction data associated with a payment protected by reCAPTCHA Enterprise. All fields are optional.
Protobuf typegoogle.cloud.recaptchaenterprise.v1beta1.TransactionData
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TransactionData.Address
Structured address format for billing and shipping addresses.static interface
TransactionData.AddressOrBuilder
static class
TransactionData.Builder
Transaction data associated with a payment protected by reCAPTCHA Enterprise.static class
TransactionData.GatewayInfo
Details about the transaction from the gateway.static interface
TransactionData.GatewayInfoOrBuilder
static class
TransactionData.Item
Line items being purchased in this transaction.static interface
TransactionData.ItemOrBuilder
static class
TransactionData.User
Details about a user's account involved in the transaction.static interface
TransactionData.UserOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
BILLING_ADDRESS_FIELD_NUMBER
static int
CARD_BIN_FIELD_NUMBER
static int
CARD_LAST_FOUR_FIELD_NUMBER
static int
CURRENCY_CODE_FIELD_NUMBER
static int
GATEWAY_INFO_FIELD_NUMBER
static int
ITEMS_FIELD_NUMBER
static int
MERCHANTS_FIELD_NUMBER
static int
PAYMENT_METHOD_FIELD_NUMBER
static int
SHIPPING_ADDRESS_FIELD_NUMBER
static int
SHIPPING_VALUE_FIELD_NUMBER
static int
TRANSACTION_ID_FIELD_NUMBER
static int
USER_FIELD_NUMBER
static int
VALUE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
TransactionData.Address
getBillingAddress()
Address associated with the payment method when applicable.TransactionData.AddressOrBuilder
getBillingAddressOrBuilder()
Address associated with the payment method when applicable.String
getCardBin()
The Bank Identification Number - generally the first 6 or 8 digits of the card.com.google.protobuf.ByteString
getCardBinBytes()
The Bank Identification Number - generally the first 6 or 8 digits of the card.String
getCardLastFour()
The last four digits of the card.com.google.protobuf.ByteString
getCardLastFourBytes()
The last four digits of the card.String
getCurrencyCode()
The currency code in ISO-4217 format.com.google.protobuf.ByteString
getCurrencyCodeBytes()
The currency code in ISO-4217 format.static TransactionData
getDefaultInstance()
TransactionData
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
TransactionData.GatewayInfo
getGatewayInfo()
Information about the payment gateway's response to the transaction.TransactionData.GatewayInfoOrBuilder
getGatewayInfoOrBuilder()
Information about the payment gateway's response to the transaction.TransactionData.Item
getItems(int index)
Items purchased in this transaction.int
getItemsCount()
Items purchased in this transaction.List<TransactionData.Item>
getItemsList()
Items purchased in this transaction.TransactionData.ItemOrBuilder
getItemsOrBuilder(int index)
Items purchased in this transaction.List<? extends TransactionData.ItemOrBuilder>
getItemsOrBuilderList()
Items purchased in this transaction.TransactionData.User
getMerchants(int index)
Information about the user or users fulfilling the transaction.int
getMerchantsCount()
Information about the user or users fulfilling the transaction.List<TransactionData.User>
getMerchantsList()
Information about the user or users fulfilling the transaction.TransactionData.UserOrBuilder
getMerchantsOrBuilder(int index)
Information about the user or users fulfilling the transaction.List<? extends TransactionData.UserOrBuilder>
getMerchantsOrBuilderList()
Information about the user or users fulfilling the transaction.com.google.protobuf.Parser<TransactionData>
getParserForType()
String
getPaymentMethod()
The payment method for the transaction.com.google.protobuf.ByteString
getPaymentMethodBytes()
The payment method for the transaction.int
getSerializedSize()
TransactionData.Address
getShippingAddress()
Destination address if this transaction involves shipping a physical item.TransactionData.AddressOrBuilder
getShippingAddressOrBuilder()
Destination address if this transaction involves shipping a physical item.double
getShippingValue()
The value of shipping in the specified currency.String
getTransactionId()
Unique identifier for the transaction.com.google.protobuf.ByteString
getTransactionIdBytes()
Unique identifier for the transaction.TransactionData.User
getUser()
Information about the user paying/initiating the transaction.TransactionData.UserOrBuilder
getUserOrBuilder()
Information about the user paying/initiating the transaction.double
getValue()
The decimal value of the transaction in the specified currency.boolean
hasBillingAddress()
Address associated with the payment method when applicable.boolean
hasGatewayInfo()
Information about the payment gateway's response to the transaction.int
hashCode()
boolean
hasShippingAddress()
Destination address if this transaction involves shipping a physical item.boolean
hasTransactionId()
Unique identifier for the transaction.boolean
hasUser()
Information about the user paying/initiating the transaction.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static TransactionData.Builder
newBuilder()
static TransactionData.Builder
newBuilder(TransactionData prototype)
TransactionData.Builder
newBuilderForType()
protected TransactionData.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static TransactionData
parseDelimitedFrom(InputStream input)
static TransactionData
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransactionData
parseFrom(byte[] data)
static TransactionData
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransactionData
parseFrom(com.google.protobuf.ByteString data)
static TransactionData
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransactionData
parseFrom(com.google.protobuf.CodedInputStream input)
static TransactionData
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransactionData
parseFrom(InputStream input)
static TransactionData
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransactionData
parseFrom(ByteBuffer data)
static TransactionData
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<TransactionData>
parser()
TransactionData.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
TRANSACTION_ID_FIELD_NUMBER
public static final int TRANSACTION_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PAYMENT_METHOD_FIELD_NUMBER
public static final int PAYMENT_METHOD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CARD_BIN_FIELD_NUMBER
public static final int CARD_BIN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CARD_LAST_FOUR_FIELD_NUMBER
public static final int CARD_LAST_FOUR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CURRENCY_CODE_FIELD_NUMBER
public static final int CURRENCY_CODE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VALUE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SHIPPING_VALUE_FIELD_NUMBER
public static final int SHIPPING_VALUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SHIPPING_ADDRESS_FIELD_NUMBER
public static final int SHIPPING_ADDRESS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BILLING_ADDRESS_FIELD_NUMBER
public static final int BILLING_ADDRESS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
USER_FIELD_NUMBER
public static final int USER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MERCHANTS_FIELD_NUMBER
public static final int MERCHANTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ITEMS_FIELD_NUMBER
public static final int ITEMS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GATEWAY_INFO_FIELD_NUMBER
public static final int GATEWAY_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasTransactionId
public boolean hasTransactionId()
Unique identifier for the transaction. This custom identifier can be used to reference this transaction in the future, for example, labeling a refund or chargeback event. Two attempts at the same transaction should use the same transaction id.
optional string transaction_id = 11;
- Specified by:
hasTransactionId
in interfaceTransactionDataOrBuilder
- Returns:
- Whether the transactionId field is set.
-
getTransactionId
public String getTransactionId()
Unique identifier for the transaction. This custom identifier can be used to reference this transaction in the future, for example, labeling a refund or chargeback event. Two attempts at the same transaction should use the same transaction id.
optional string transaction_id = 11;
- Specified by:
getTransactionId
in interfaceTransactionDataOrBuilder
- Returns:
- The transactionId.
-
getTransactionIdBytes
public com.google.protobuf.ByteString getTransactionIdBytes()
Unique identifier for the transaction. This custom identifier can be used to reference this transaction in the future, for example, labeling a refund or chargeback event. Two attempts at the same transaction should use the same transaction id.
optional string transaction_id = 11;
- Specified by:
getTransactionIdBytes
in interfaceTransactionDataOrBuilder
- Returns:
- The bytes for transactionId.
-
getPaymentMethod
public String getPaymentMethod()
The payment method for the transaction. The allowed values are: * credit-card * debit-card * gift-card * processor-{name} (If a third-party is used, for example, processor-paypal) * custom-{name} (If an alternative method is used, for example, custom-crypto)
string payment_method = 1;
- Specified by:
getPaymentMethod
in interfaceTransactionDataOrBuilder
- Returns:
- The paymentMethod.
-
getPaymentMethodBytes
public com.google.protobuf.ByteString getPaymentMethodBytes()
The payment method for the transaction. The allowed values are: * credit-card * debit-card * gift-card * processor-{name} (If a third-party is used, for example, processor-paypal) * custom-{name} (If an alternative method is used, for example, custom-crypto)
string payment_method = 1;
- Specified by:
getPaymentMethodBytes
in interfaceTransactionDataOrBuilder
- Returns:
- The bytes for paymentMethod.
-
getCardBin
public String getCardBin()
The Bank Identification Number - generally the first 6 or 8 digits of the card.
string card_bin = 2;
- Specified by:
getCardBin
in interfaceTransactionDataOrBuilder
- Returns:
- The cardBin.
-
getCardBinBytes
public com.google.protobuf.ByteString getCardBinBytes()
The Bank Identification Number - generally the first 6 or 8 digits of the card.
string card_bin = 2;
- Specified by:
getCardBinBytes
in interfaceTransactionDataOrBuilder
- Returns:
- The bytes for cardBin.
-
getCardLastFour
public String getCardLastFour()
The last four digits of the card.
string card_last_four = 3;
- Specified by:
getCardLastFour
in interfaceTransactionDataOrBuilder
- Returns:
- The cardLastFour.
-
getCardLastFourBytes
public com.google.protobuf.ByteString getCardLastFourBytes()
The last four digits of the card.
string card_last_four = 3;
- Specified by:
getCardLastFourBytes
in interfaceTransactionDataOrBuilder
- Returns:
- The bytes for cardLastFour.
-
getCurrencyCode
public String getCurrencyCode()
The currency code in ISO-4217 format.
string currency_code = 4;
- Specified by:
getCurrencyCode
in interfaceTransactionDataOrBuilder
- Returns:
- The currencyCode.
-
getCurrencyCodeBytes
public com.google.protobuf.ByteString getCurrencyCodeBytes()
The currency code in ISO-4217 format.
string currency_code = 4;
- Specified by:
getCurrencyCodeBytes
in interfaceTransactionDataOrBuilder
- Returns:
- The bytes for currencyCode.
-
getValue
public double getValue()
The decimal value of the transaction in the specified currency.
double value = 5;
- Specified by:
getValue
in interfaceTransactionDataOrBuilder
- Returns:
- The value.
-
getShippingValue
public double getShippingValue()
The value of shipping in the specified currency. 0 for free or no shipping.
double shipping_value = 12;
- Specified by:
getShippingValue
in interfaceTransactionDataOrBuilder
- Returns:
- The shippingValue.
-
hasShippingAddress
public boolean hasShippingAddress()
Destination address if this transaction involves shipping a physical item.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.Address shipping_address = 6;
- Specified by:
hasShippingAddress
in interfaceTransactionDataOrBuilder
- Returns:
- Whether the shippingAddress field is set.
-
getShippingAddress
public TransactionData.Address getShippingAddress()
Destination address if this transaction involves shipping a physical item.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.Address shipping_address = 6;
- Specified by:
getShippingAddress
in interfaceTransactionDataOrBuilder
- Returns:
- The shippingAddress.
-
getShippingAddressOrBuilder
public TransactionData.AddressOrBuilder getShippingAddressOrBuilder()
Destination address if this transaction involves shipping a physical item.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.Address shipping_address = 6;
- Specified by:
getShippingAddressOrBuilder
in interfaceTransactionDataOrBuilder
-
hasBillingAddress
public boolean hasBillingAddress()
Address associated with the payment method when applicable.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.Address billing_address = 7;
- Specified by:
hasBillingAddress
in interfaceTransactionDataOrBuilder
- Returns:
- Whether the billingAddress field is set.
-
getBillingAddress
public TransactionData.Address getBillingAddress()
Address associated with the payment method when applicable.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.Address billing_address = 7;
- Specified by:
getBillingAddress
in interfaceTransactionDataOrBuilder
- Returns:
- The billingAddress.
-
getBillingAddressOrBuilder
public TransactionData.AddressOrBuilder getBillingAddressOrBuilder()
Address associated with the payment method when applicable.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.Address billing_address = 7;
- Specified by:
getBillingAddressOrBuilder
in interfaceTransactionDataOrBuilder
-
hasUser
public boolean hasUser()
Information about the user paying/initiating the transaction.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.User user = 8;
- Specified by:
hasUser
in interfaceTransactionDataOrBuilder
- Returns:
- Whether the user field is set.
-
getUser
public TransactionData.User getUser()
Information about the user paying/initiating the transaction.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.User user = 8;
- Specified by:
getUser
in interfaceTransactionDataOrBuilder
- Returns:
- The user.
-
getUserOrBuilder
public TransactionData.UserOrBuilder getUserOrBuilder()
Information about the user paying/initiating the transaction.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.User user = 8;
- Specified by:
getUserOrBuilder
in interfaceTransactionDataOrBuilder
-
getMerchantsList
public List<TransactionData.User> getMerchantsList()
Information about the user or users fulfilling the transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.User merchants = 13;
- Specified by:
getMerchantsList
in interfaceTransactionDataOrBuilder
-
getMerchantsOrBuilderList
public List<? extends TransactionData.UserOrBuilder> getMerchantsOrBuilderList()
Information about the user or users fulfilling the transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.User merchants = 13;
- Specified by:
getMerchantsOrBuilderList
in interfaceTransactionDataOrBuilder
-
getMerchantsCount
public int getMerchantsCount()
Information about the user or users fulfilling the transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.User merchants = 13;
- Specified by:
getMerchantsCount
in interfaceTransactionDataOrBuilder
-
getMerchants
public TransactionData.User getMerchants(int index)
Information about the user or users fulfilling the transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.User merchants = 13;
- Specified by:
getMerchants
in interfaceTransactionDataOrBuilder
-
getMerchantsOrBuilder
public TransactionData.UserOrBuilder getMerchantsOrBuilder(int index)
Information about the user or users fulfilling the transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.User merchants = 13;
- Specified by:
getMerchantsOrBuilder
in interfaceTransactionDataOrBuilder
-
getItemsList
public List<TransactionData.Item> getItemsList()
Items purchased in this transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.Item items = 14;
- Specified by:
getItemsList
in interfaceTransactionDataOrBuilder
-
getItemsOrBuilderList
public List<? extends TransactionData.ItemOrBuilder> getItemsOrBuilderList()
Items purchased in this transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.Item items = 14;
- Specified by:
getItemsOrBuilderList
in interfaceTransactionDataOrBuilder
-
getItemsCount
public int getItemsCount()
Items purchased in this transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.Item items = 14;
- Specified by:
getItemsCount
in interfaceTransactionDataOrBuilder
-
getItems
public TransactionData.Item getItems(int index)
Items purchased in this transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.Item items = 14;
- Specified by:
getItems
in interfaceTransactionDataOrBuilder
-
getItemsOrBuilder
public TransactionData.ItemOrBuilder getItemsOrBuilder(int index)
Items purchased in this transaction.
repeated .google.cloud.recaptchaenterprise.v1beta1.TransactionData.Item items = 14;
- Specified by:
getItemsOrBuilder
in interfaceTransactionDataOrBuilder
-
hasGatewayInfo
public boolean hasGatewayInfo()
Information about the payment gateway's response to the transaction.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.GatewayInfo gateway_info = 10;
- Specified by:
hasGatewayInfo
in interfaceTransactionDataOrBuilder
- Returns:
- Whether the gatewayInfo field is set.
-
getGatewayInfo
public TransactionData.GatewayInfo getGatewayInfo()
Information about the payment gateway's response to the transaction.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.GatewayInfo gateway_info = 10;
- Specified by:
getGatewayInfo
in interfaceTransactionDataOrBuilder
- Returns:
- The gatewayInfo.
-
getGatewayInfoOrBuilder
public TransactionData.GatewayInfoOrBuilder getGatewayInfoOrBuilder()
Information about the payment gateway's response to the transaction.
.google.cloud.recaptchaenterprise.v1beta1.TransactionData.GatewayInfo gateway_info = 10;
- Specified by:
getGatewayInfoOrBuilder
in interfaceTransactionDataOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static TransactionData parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TransactionData parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TransactionData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TransactionData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TransactionData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TransactionData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TransactionData parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static TransactionData parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static TransactionData parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static TransactionData parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static TransactionData parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static TransactionData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public TransactionData.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static TransactionData.Builder newBuilder()
-
newBuilder
public static TransactionData.Builder newBuilder(TransactionData prototype)
-
toBuilder
public TransactionData.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected TransactionData.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static TransactionData getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<TransactionData> parser()
-
getParserForType
public com.google.protobuf.Parser<TransactionData> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public TransactionData getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-