Class: Google::Shopping::Merchant::Accounts::V1::CreateAndConfigureAccountRequest::AddAccountService
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::CreateAndConfigureAccountRequest::AddAccountService
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/accounts.rb
Overview
Additional instructions to add account services during creation of the account.
Instance Attribute Summary collapse
-
#account_aggregation ⇒ ::Google::Shopping::Merchant::Accounts::V1::AccountAggregation
The provider is an aggregator for the account.
-
#account_management ⇒ ::Google::Shopping::Merchant::Accounts::V1::AccountManagement
The provider manages this account.
-
#campaigns_management ⇒ ::Google::Shopping::Merchant::Accounts::V1::CampaignsManagement
The provider manages campaigns for this account.
-
#comparison_shopping ⇒ ::Google::Shopping::Merchant::Accounts::V1::ComparisonShopping
The provider is a CSS (Comparison Shopping Service) of this account.
-
#external_account_id ⇒ ::String
Immutable.
-
#products_management ⇒ ::Google::Shopping::Merchant::Accounts::V1::ProductsManagement
The provider manages products for this account.
-
#provider ⇒ ::String
Required.
Instance Attribute Details
#account_aggregation ⇒ ::Google::Shopping::Merchant::Accounts::V1::AccountAggregation
189 190 191 192 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 189 class AddAccountService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#account_management ⇒ ::Google::Shopping::Merchant::Accounts::V1::AccountManagement
189 190 191 192 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 189 class AddAccountService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#campaigns_management ⇒ ::Google::Shopping::Merchant::Accounts::V1::CampaignsManagement
189 190 191 192 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 189 class AddAccountService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#comparison_shopping ⇒ ::Google::Shopping::Merchant::Accounts::V1::ComparisonShopping
189 190 191 192 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 189 class AddAccountService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#external_account_id ⇒ ::String
189 190 191 192 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 189 class AddAccountService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#products_management ⇒ ::Google::Shopping::Merchant::Accounts::V1::ProductsManagement
189 190 191 192 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 189 class AddAccountService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provider ⇒ ::String
189 190 191 192 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accounts.rb', line 189 class AddAccountService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |