Class: Google::Shopping::Merchant::DataSources::V1::PrimaryProductDataSource::Destination

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#destination::Google::Shopping::Type::Destination::DestinationEnum

Returns Marketing methods (also known as destination) selections.

Returns:



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