Class: Google::Cloud::Retail::V2::LocalInventory
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::LocalInventory
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/common.rb
Overview
The inventory information at a place (e.g. a store) identified by a place ID.
Defined Under Namespace
Classes: AttributesEntry
Instance Attribute Summary collapse
-
#attributes ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Retail::V2::CustomAttribute}
Optional.
-
#fulfillment_types ⇒ ::Array<::String>
Optional.
-
#place_id ⇒ ::String
Optional.
-
#price_info ⇒ ::Google::Cloud::Retail::V2::PriceInfo
Optional.
Instance Attribute Details
#attributes ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Retail::V2::CustomAttribute}
954 955 956 957 958 959 960 961 962 963 964 965 966 |
# File 'proto_docs/google/cloud/retail/v2/common.rb', line 954 class LocalInventory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Retail::V2::CustomAttribute] class AttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#fulfillment_types ⇒ ::Array<::String>
954 955 956 957 958 959 960 961 962 963 964 965 966 |
# File 'proto_docs/google/cloud/retail/v2/common.rb', line 954 class LocalInventory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Retail::V2::CustomAttribute] class AttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#place_id ⇒ ::String
954 955 956 957 958 959 960 961 962 963 964 965 966 |
# File 'proto_docs/google/cloud/retail/v2/common.rb', line 954 class LocalInventory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Retail::V2::CustomAttribute] class AttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#price_info ⇒ ::Google::Cloud::Retail::V2::PriceInfo
954 955 956 957 958 959 960 961 962 963 964 965 966 |
# File 'proto_docs/google/cloud/retail/v2/common.rb', line 954 class LocalInventory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Retail::V2::CustomAttribute] class AttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |