Class: Google::Cloud::Commerce::Consumer::Procurement::V1::Parameter

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/commerce/consumer/procurement/v1/order.rb

Overview

User-provided Parameters.

Defined Under Namespace

Classes: Value

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Name of the parameter.

Returns:

  • (::String)

    Name of the parameter.



158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/order.rb', line 158

class Parameter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] int64_value
  #   @return [::Integer]
  #     Represents an int64 value.
  # @!attribute [rw] string_value
  #   @return [::String]
  #     Represents a string value.
  # @!attribute [rw] double_value
  #   @return [::Float]
  #     Represents a double value.
  class Value
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#value::Google::Cloud::Commerce::Consumer::Procurement::V1::Parameter::Value

Returns Value of parameter.



158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/order.rb', line 158

class Parameter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] int64_value
  #   @return [::Integer]
  #     Represents an int64 value.
  # @!attribute [rw] string_value
  #   @return [::String]
  #     Represents a string value.
  # @!attribute [rw] double_value
  #   @return [::Float]
  #     Represents a double value.
  class Value
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end