Class: Google::Shopping::Merchant::Accounts::V1::DeveloperRegistration
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::DeveloperRegistration
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/developerregistration.rb
Overview
Represents a developer registration owned by a Merchant account.
Instance Attribute Summary collapse
-
#gcp_ids ⇒ ::Array<::String>
readonly
Output only.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#gcp_ids ⇒ ::Array<::String> (readonly)
Returns Output only. The GCP ids attached to this developer registration.
34 35 36 37 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/developerregistration.rb', line 34 class DeveloperRegistration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The name (ID) of the developer registration. Generated by the
Content API upon creation of a new DeveloperRegistration. The account
represents the merchant ID of the merchant that owns the registration.
34 35 36 37 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/developerregistration.rb', line 34 class DeveloperRegistration include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |