Interface OrderOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Order, Order.Builder

    public interface OrderOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        String getName()
         Output only. The resource name of the order.
         Has the form
         `billingAccounts/{billing_account}/orders/{order}`.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Output only. The resource name of the order.
         Has the form
         `billingAccounts/{billing_account}/orders/{order}`.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for name.
      • getDisplayName

        String getDisplayName()
         Required. The user-specified name of the order.
         
        string display_name = 10 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The displayName.
      • getDisplayNameBytes

        com.google.protobuf.ByteString getDisplayNameBytes()
         Required. The user-specified name of the order.
         
        string display_name = 10 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for displayName.
      • getLineItemsList

        List<LineItem> getLineItemsList()
         Output only. The items being purchased.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItem line_items = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getLineItems

        LineItem getLineItems​(int index)
         Output only. The items being purchased.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItem line_items = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getLineItemsCount

        int getLineItemsCount()
         Output only. The items being purchased.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItem line_items = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getLineItemsOrBuilderList

        List<? extends LineItemOrBuilder> getLineItemsOrBuilderList()
         Output only. The items being purchased.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItem line_items = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getLineItemsOrBuilder

        LineItemOrBuilder getLineItemsOrBuilder​(int index)
         Output only. The items being purchased.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItem line_items = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCancelledLineItemsList

        List<LineItem> getCancelledLineItemsList()
         Output only. Line items that were cancelled.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItem cancelled_line_items = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCancelledLineItems

        LineItem getCancelledLineItems​(int index)
         Output only. Line items that were cancelled.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItem cancelled_line_items = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCancelledLineItemsCount

        int getCancelledLineItemsCount()
         Output only. Line items that were cancelled.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItem cancelled_line_items = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCancelledLineItemsOrBuilderList

        List<? extends LineItemOrBuilder> getCancelledLineItemsOrBuilderList()
         Output only. Line items that were cancelled.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItem cancelled_line_items = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCancelledLineItemsOrBuilder

        LineItemOrBuilder getCancelledLineItemsOrBuilder​(int index)
         Output only. Line items that were cancelled.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItem cancelled_line_items = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasCreateTime

        boolean hasCreateTime()
         Output only. The creation timestamp.
         
        .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        com.google.protobuf.Timestamp getCreateTime()
         Output only. The creation timestamp.
         
        .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The createTime.
      • getCreateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. The creation timestamp.
         
        .google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasUpdateTime

        boolean hasUpdateTime()
         Output only. The last update timestamp.
         
        .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        com.google.protobuf.Timestamp getUpdateTime()
         Output only. The last update timestamp.
         
        .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The updateTime.
      • getUpdateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. The last update timestamp.
         
        .google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getEtag

        String getEtag()
         The weak etag of the order.
         
        string etag = 11;
        Returns:
        The etag.
      • getEtagBytes

        com.google.protobuf.ByteString getEtagBytes()
         The weak etag of the order.
         
        string etag = 11;
        Returns:
        The bytes for etag.