Class: Google::Shopping::Merchant::Accounts::V1beta::Table
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::Table
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb
Overview
A table defining the rate group, when single_value
is not
expressive enough.
Instance Attribute Summary collapse
-
#column_headers ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::Headers
Headers of the table's columns.
-
#name ⇒ ::String
Name of the table.
-
#row_headers ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::Headers
Required.
-
#rows ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::Row>
Required.
Instance Attribute Details
#column_headers ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::Headers
Returns Headers of the table's columns. Optional: if not set then the table has only one dimension.
501 502 503 504 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 501 class Table include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the table. Required for subtables, ignored for the main table.
501 502 503 504 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 501 class Table include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#row_headers ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::Headers
Returns Required. Headers of the table's rows.
501 502 503 504 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 501 class Table include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rows ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::Row>
Returns Required. The list of rows that constitute the table. Must have the same
length as row_headers
.
501 502 503 504 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 501 class Table include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |