Class: Google::Shopping::Merchant::DataSources::V1::PrimaryProductDataSource::Destination
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::DataSources::V1::PrimaryProductDataSource::Destination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/datasources/v1/datasourcetypes.rb
Overview
Destinations also known as Marketing methods selections.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#destination ⇒ ::Google::Shopping::Type::Destination::DestinationEnum
Marketing methods (also known as destination) selections.
-
#state ⇒ ::Google::Shopping::Merchant::DataSources::V1::PrimaryProductDataSource::Destination::State
The state of the destination.
Instance Attribute Details
#destination ⇒ ::Google::Shopping::Type::Destination::DestinationEnum
Returns Marketing methods (also known as destination) selections.
135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 |
# File 'proto_docs/google/shopping/merchant/datasources/v1/datasourcetypes.rb', line 135 class Destination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The state of the destination. module State # Not specified. STATE_UNSPECIFIED = 0 # Indicates that the destination is enabled. ENABLED = 1 # Indicates that the destination is disabled. DISABLED = 2 end end |
#state ⇒ ::Google::Shopping::Merchant::DataSources::V1::PrimaryProductDataSource::Destination::State
Returns The state of the destination.
135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 |
# File 'proto_docs/google/shopping/merchant/datasources/v1/datasourcetypes.rb', line 135 class Destination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The state of the destination. module State # Not specified. STATE_UNSPECIFIED = 0 # Indicates that the destination is enabled. ENABLED = 1 # Indicates that the destination is disabled. DISABLED = 2 end end |