Class: Google::Shopping::Merchant::Accounts::V1::Account
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::Account
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/accounts.rb
Overview
The Account message represents a business's account within Shopping
Ads. It's the primary entity for managing product data, settings, and
interactions with Google's services and external providers.
Accounts can operate as standalone entities or be part of a advanced account structure. In an advanced account setup the parent account manages multiple sub-accounts.
Establishing an account involves configuring attributes like the account name, time zone, and language preferences.
The Account message is the parent entity for many other resources, for
example, AccountRelationship, Homepage, BusinessInfo and so on.
Instance Attribute Summary collapse
-
#account_id ⇒ ::Integer
readonly
Output only.
-
#account_name ⇒ ::String
Required.
-
#adult_content ⇒ ::Boolean
Optional.
-
#language_code ⇒ ::String
Required.
-
#name ⇒ ::String
Identifier.
-
#test_account ⇒ ::Boolean
readonly
Output only.
-
#time_zone ⇒ ::Google::Type::TimeZone
Required.
Instance Attribute Details
#account_id ⇒ ::Integer (readonly)
73 74 75 76 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 73 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#account_name ⇒ ::String
73 74 75 76 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 73 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#adult_content ⇒ ::Boolean
73 74 75 76 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 73 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#language_code ⇒ ::String
73 74 75 76 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 73 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
73 74 75 76 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 73 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#test_account ⇒ ::Boolean (readonly)
73 74 75 76 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 73 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_zone ⇒ ::Google::Type::TimeZone
73 74 75 76 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 73 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |