public static interface OrderTrackingSignal.ShipmentLineItemMappingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLineItemId()
public abstract String getLineItemId()
Required. The line item ID.
string line_item_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The lineItemId. |
getLineItemIdBytes()
public abstract ByteString getLineItemIdBytes()
Required. The line item ID.
string line_item_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for lineItemId. |
getQuantity()
public abstract long getQuantity()
Required. The line item quantity in the shipment.
int64 quantity = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
long |
The quantity. |
getShipmentId()
public abstract String getShipmentId()
Required. The shipment ID. This field will be hashed in returned OrderTrackingSignal creation response.
string shipment_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The shipmentId. |
getShipmentIdBytes()
public abstract ByteString getShipmentIdBytes()
Required. The shipment ID. This field will be hashed in returned OrderTrackingSignal creation response.
string shipment_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for shipmentId. |