Class: Google::Shopping::Merchant::Accounts::V1::ProposeAccountServiceRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::ProposeAccountServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/accountservices.rb
Overview
Request to propose an account service.
Instance Attribute Summary collapse
-
#account_service ⇒ ::Google::Shopping::Merchant::Accounts::V1::AccountService
Required.
-
#parent ⇒ ::String
Required.
-
#provider ⇒ ::String
Required.
Instance Attribute Details
#account_service ⇒ ::Google::Shopping::Merchant::Accounts::V1::AccountService
Returns Required. The account service to propose.
189 190 191 192 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accountservices.rb', line 189 class ProposeAccountServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the parent account for the service.
Format: accounts/{account}.
189 190 191 192 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accountservices.rb', line 189 class ProposeAccountServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provider ⇒ ::String
Returns Required. The provider of the service. Either the reference to an account
such as providers/123 or a well-known service provider (one of
providers/GOOGLE_ADS or providers/GOOGLE_BUSINESS_PROFILE).
189 190 191 192 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/accountservices.rb', line 189 class ProposeAccountServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |