- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.1
- 2.4.0
- 2.3.0
- 2.2.3
- 2.1.0
- 2.0.19
public final class PurchaseTransaction extends GeneratedMessageV3 implements PurchaseTransactionOrBuilder
A transaction represents the entire purchase transaction.
Protobuf type google.cloud.retail.v2beta.PurchaseTransaction
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PurchaseTransactionImplements
PurchaseTransactionOrBuilderStatic Fields
COST_FIELD_NUMBER
public static final int COST_FIELD_NUMBER
Type | Description |
int |
CURRENCY_CODE_FIELD_NUMBER
public static final int CURRENCY_CODE_FIELD_NUMBER
Type | Description |
int |
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Type | Description |
int |
REVENUE_FIELD_NUMBER
public static final int REVENUE_FIELD_NUMBER
Type | Description |
int |
TAX_FIELD_NUMBER
public static final int TAX_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static PurchaseTransaction getDefaultInstance()
Type | Description |
PurchaseTransaction |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static PurchaseTransaction.Builder newBuilder()
Type | Description |
PurchaseTransaction.Builder |
newBuilder(PurchaseTransaction prototype)
public static PurchaseTransaction.Builder newBuilder(PurchaseTransaction prototype)
Name | Description |
prototype | PurchaseTransaction |
Type | Description |
PurchaseTransaction.Builder |
parseDelimitedFrom(InputStream input)
public static PurchaseTransaction parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
PurchaseTransaction |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PurchaseTransaction parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PurchaseTransaction |
Type | Description |
IOException |
parseFrom(byte[] data)
public static PurchaseTransaction parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
PurchaseTransaction |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PurchaseTransaction parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PurchaseTransaction |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static PurchaseTransaction parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
PurchaseTransaction |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PurchaseTransaction parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PurchaseTransaction |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static PurchaseTransaction parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
PurchaseTransaction |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PurchaseTransaction parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PurchaseTransaction |
Type | Description |
IOException |
parseFrom(InputStream input)
public static PurchaseTransaction parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
PurchaseTransaction |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PurchaseTransaction parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PurchaseTransaction |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static PurchaseTransaction parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
PurchaseTransaction |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PurchaseTransaction parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PurchaseTransaction |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<PurchaseTransaction> parser()
Type | Description |
Parser<PurchaseTransaction> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getCost()
public float getCost()
All the costs associated with the products. These can be manufacturing costs, shipping expenses not borne by the end user, or any other costs, such that:
- Profit = revenue - tax - cost
float cost = 4;
Type | Description |
float | The cost. |
getCurrencyCode()
public String getCurrencyCode()
Required. Currency code. Use three-character ISO-4217 code.
string currency_code = 5 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The currencyCode. |
getCurrencyCodeBytes()
public ByteString getCurrencyCodeBytes()
Required. Currency code. Use three-character ISO-4217 code.
string currency_code = 5 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for currencyCode. |
getDefaultInstanceForType()
public PurchaseTransaction getDefaultInstanceForType()
Type | Description |
PurchaseTransaction |
getId()
public String getId()
The transaction ID with a length limit of 128 characters.
string id = 1;
Type | Description |
String | The id. |
getIdBytes()
public ByteString getIdBytes()
The transaction ID with a length limit of 128 characters.
string id = 1;
Type | Description |
ByteString | The bytes for id. |
getParserForType()
public Parser<PurchaseTransaction> getParserForType()
Type | Description |
Parser<PurchaseTransaction> |
getRevenue()
public float getRevenue()
Required. Total non-zero revenue or grand total associated with the transaction. This value include shipping, tax, or other adjustments to total revenue that you want to include as part of your revenue calculations.
float revenue = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
float | The revenue. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getTax()
public float getTax()
All the taxes associated with the transaction.
float tax = 3;
Type | Description |
float | The tax. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public PurchaseTransaction.Builder newBuilderForType()
Type | Description |
PurchaseTransaction.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PurchaseTransaction.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
PurchaseTransaction.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public PurchaseTransaction.Builder toBuilder()
Type | Description |
PurchaseTransaction.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |