Class LineItem

  • All Implemented Interfaces:
    LineItemOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class LineItem
    extends com.google.protobuf.GeneratedMessageV3
    implements LineItemOrBuilder
     A single item within an order.
     
    Protobuf type google.cloud.commerce.consumer.procurement.v1alpha1.LineItem
    See Also:
    Serialized Form
    • Field Detail

      • LINE_ITEM_ID_FIELD_NUMBER

        public static final int LINE_ITEM_ID_FIELD_NUMBER
        See Also:
        Constant Field Values
      • LINE_ITEM_INFO_FIELD_NUMBER

        public static final int LINE_ITEM_INFO_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PENDING_CHANGE_FIELD_NUMBER

        public static final int PENDING_CHANGE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CHANGE_HISTORY_FIELD_NUMBER

        public static final int CHANGE_HISTORY_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.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 class com.google.protobuf.GeneratedMessageV3
      • getLineItemId

        public String getLineItemId()
         Output only. Line item ID.
         
        string line_item_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLineItemId in interface LineItemOrBuilder
        Returns:
        The lineItemId.
      • getLineItemIdBytes

        public com.google.protobuf.ByteString getLineItemIdBytes()
         Output only. Line item ID.
         
        string line_item_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLineItemIdBytes in interface LineItemOrBuilder
        Returns:
        The bytes for lineItemId.
      • hasLineItemInfo

        public boolean hasLineItemInfo()
         Output only. Current state and information of this item. It tells what,
         e.g. which offer, is currently effective.
         
        .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfo line_item_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasLineItemInfo in interface LineItemOrBuilder
        Returns:
        Whether the lineItemInfo field is set.
      • getLineItemInfo

        public LineItemInfo getLineItemInfo()
         Output only. Current state and information of this item. It tells what,
         e.g. which offer, is currently effective.
         
        .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfo line_item_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLineItemInfo in interface LineItemOrBuilder
        Returns:
        The lineItemInfo.
      • getLineItemInfoOrBuilder

        public LineItemInfoOrBuilder getLineItemInfoOrBuilder()
         Output only. Current state and information of this item. It tells what,
         e.g. which offer, is currently effective.
         
        .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfo line_item_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLineItemInfoOrBuilder in interface LineItemOrBuilder
      • hasPendingChange

        public boolean hasPendingChange()
         Output only. A change made on the item which is pending and not yet
         effective. Absence of this field indicates the line item is not undergoing
         a change.
         
        .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChange pending_change = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasPendingChange in interface LineItemOrBuilder
        Returns:
        Whether the pendingChange field is set.
      • getPendingChange

        public LineItemChange getPendingChange()
         Output only. A change made on the item which is pending and not yet
         effective. Absence of this field indicates the line item is not undergoing
         a change.
         
        .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChange pending_change = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPendingChange in interface LineItemOrBuilder
        Returns:
        The pendingChange.
      • getPendingChangeOrBuilder

        public LineItemChangeOrBuilder getPendingChangeOrBuilder()
         Output only. A change made on the item which is pending and not yet
         effective. Absence of this field indicates the line item is not undergoing
         a change.
         
        .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChange pending_change = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPendingChangeOrBuilder in interface LineItemOrBuilder
      • getChangeHistoryList

        public List<LineItemChange> getChangeHistoryList()
         Output only. Changes made on the item that are not pending anymore which
         might be because they already took effect, were reverted by the customer,
         or were rejected by the partner. No more operations are allowed on these
         changes.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChange change_history = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getChangeHistoryList in interface LineItemOrBuilder
      • getChangeHistoryOrBuilderList

        public List<? extends LineItemChangeOrBuilder> getChangeHistoryOrBuilderList()
         Output only. Changes made on the item that are not pending anymore which
         might be because they already took effect, were reverted by the customer,
         or were rejected by the partner. No more operations are allowed on these
         changes.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChange change_history = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getChangeHistoryOrBuilderList in interface LineItemOrBuilder
      • getChangeHistoryCount

        public int getChangeHistoryCount()
         Output only. Changes made on the item that are not pending anymore which
         might be because they already took effect, were reverted by the customer,
         or were rejected by the partner. No more operations are allowed on these
         changes.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChange change_history = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getChangeHistoryCount in interface LineItemOrBuilder
      • getChangeHistory

        public LineItemChange getChangeHistory​(int index)
         Output only. Changes made on the item that are not pending anymore which
         might be because they already took effect, were reverted by the customer,
         or were rejected by the partner. No more operations are allowed on these
         changes.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChange change_history = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getChangeHistory in interface LineItemOrBuilder
      • getChangeHistoryOrBuilder

        public LineItemChangeOrBuilder getChangeHistoryOrBuilder​(int index)
         Output only. Changes made on the item that are not pending anymore which
         might be because they already took effect, were reverted by the customer,
         or were rejected by the partner. No more operations are allowed on these
         changes.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChange change_history = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getChangeHistoryOrBuilder in interface LineItemOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static LineItem parseFrom​(ByteBuffer data)
                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LineItem parseFrom​(ByteBuffer data,
                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LineItem parseFrom​(com.google.protobuf.ByteString data)
                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LineItem parseFrom​(com.google.protobuf.ByteString data,
                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LineItem parseFrom​(byte[] data)
                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LineItem parseFrom​(byte[] data,
                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                  throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static LineItem parseFrom​(com.google.protobuf.CodedInputStream input,
                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                  throws IOException
        Throws:
        IOException
      • newBuilderForType

        public LineItem.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public LineItem.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected LineItem.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static LineItem getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<LineItem> parser()
      • getParserForType

        public com.google.protobuf.Parser<LineItem> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public LineItem getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder