Class: Google::Cloud::Retail::V2::RemoveFulfillmentPlacesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::RemoveFulfillmentPlacesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/product_service.rb
Overview
Request message for ProductService.RemoveFulfillmentPlaces method.
Instance Attribute Summary collapse
- #allow_missing ⇒ ::Boolean
-
#place_ids ⇒ ::Array<::String>
Required.
-
#product ⇒ ::String
Required.
-
#remove_time ⇒ ::Google::Protobuf::Timestamp
The time when the fulfillment updates are issued, used to prevent out-of-order updates on fulfillment information.
-
#type ⇒ ::String
Required.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
628 629 630 631 |
# File 'proto_docs/google/cloud/retail/v2/product_service.rb', line 628 class RemoveFulfillmentPlacesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#place_ids ⇒ ::Array<::String>
628 629 630 631 |
# File 'proto_docs/google/cloud/retail/v2/product_service.rb', line 628 class RemoveFulfillmentPlacesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#product ⇒ ::String
628 629 630 631 |
# File 'proto_docs/google/cloud/retail/v2/product_service.rb', line 628 class RemoveFulfillmentPlacesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#remove_time ⇒ ::Google::Protobuf::Timestamp
628 629 630 631 |
# File 'proto_docs/google/cloud/retail/v2/product_service.rb', line 628 class RemoveFulfillmentPlacesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
628 629 630 631 |
# File 'proto_docs/google/cloud/retail/v2/product_service.rb', line 628 class RemoveFulfillmentPlacesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |