Method: Google::Cloud::Retail::V2::AddLocalInventoriesRequest#add_time
- Defined in:
- proto_docs/google/cloud/retail/v2/product_service.rb
#add_time ⇒ ::Google::Protobuf::Timestamp
Returns The time when the inventory updates are issued. Used to prevent out-of-order updates on local inventory fields. If not provided, the internal system time will be used.
490 491 492 493 |
# File 'proto_docs/google/cloud/retail/v2/product_service.rb', line 490 class AddLocalInventoriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |