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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/datasources/v1beta/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:



127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasourcetypes.rb', line 127

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::V1beta::PrimaryProductDataSource::Destination::State

Returns The state of the destination.



127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasourcetypes.rb', line 127

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