Class: Google::Cloud::GDCHardwareManagement::V1alpha::Dimensions

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb

Overview

Represents the dimensions of an object.

Instance Attribute Summary collapse

Instance Attribute Details

#depth_inches::Float

Returns Required. Depth in inches.

Returns:

  • (::Float)

    Required. Depth in inches.



1102
1103
1104
1105
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 1102

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

#height_inches::Float

Returns Required. Height in inches.

Returns:

  • (::Float)

    Required. Height in inches.



1102
1103
1104
1105
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 1102

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

#width_inches::Float

Returns Required. Width in inches.

Returns:

  • (::Float)

    Required. Width in inches.



1102
1103
1104
1105
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 1102

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