Class: Google::Shopping::Merchant::Accounts::V1::AccountRelationship
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::AccountRelationship
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/accountrelationships.rb
Overview
The AccountRelationship message defines a formal connection between a
merchant's account and a service provider's account. This relationship
enables the provider to offer specific services to the business, such as
product management or campaign management. It specifies the access rights
and permissions to the business's data relevant to those services.
Establishing an account relationship involves linking the merchant's account with a provider's account. The provider could be another Google account (like Google Ads or Google My Business) or a third-party platform (such as Shopify or WooCommerce).
Instance Attribute Summary collapse
-
#account_id_alias ⇒ ::String
Optional.
-
#name ⇒ ::String
Identifier.
-
#provider ⇒ ::String
Immutable.
-
#provider_display_name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#account_id_alias ⇒ ::String
57 58 59 60 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accountrelationships.rb', line 57 class AccountRelationship include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
57 58 59 60 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accountrelationships.rb', line 57 class AccountRelationship include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provider ⇒ ::String
57 58 59 60 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accountrelationships.rb', line 57 class AccountRelationship include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provider_display_name ⇒ ::String (readonly)
57 58 59 60 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accountrelationships.rb', line 57 class AccountRelationship include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |