Class: Google::Cloud::RecommendationEngine::V1beta1::Image

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recommendationengine/v1beta1/catalog.rb

Overview

Catalog item thumbnail/detail image.

Instance Attribute Summary collapse

Instance Attribute Details

#height::Integer

Returns Optional. Height of the image in number of pixels.

Returns:

  • (::Integer)

    Optional. Height of the image in number of pixels.



207
208
209
210
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/catalog.rb', line 207

class Image
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns Required. URL of the image with a length limit of 5 KiB.

Returns:

  • (::String)

    Required. URL of the image with a length limit of 5 KiB.



207
208
209
210
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/catalog.rb', line 207

class Image
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#width::Integer

Returns Optional. Width of the image in number of pixels.

Returns:

  • (::Integer)

    Optional. Width of the image in number of pixels.



207
208
209
210
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/catalog.rb', line 207

class Image
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end