Class: Google::Shopping::Merchant::Accounts::V1::Homepage
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::Homepage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/homepage.rb
Overview
The Homepage message represents a business's store homepage within the
system.
A business's homepage is the primary domain where customers interact with their store.
The homepage can be claimed and verified as a proof of ownership and allows the business to unlock features that require a verified website. For more information, see Understanding online store URL verification.
Instance Attribute Summary collapse
-
#claimed ⇒ ::Boolean
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#uri ⇒ ::String
Required.
Instance Attribute Details
#claimed ⇒ ::Boolean (readonly)
Returns Output only. Whether the homepage is claimed. See https://support.google.com/merchants/answer/176793.
46 47 48 49 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/homepage.rb', line 46 class Homepage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the store's homepage.
Format: accounts/{account}/homepage.
46 47 48 49 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/homepage.rb', line 46 class Homepage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns Required. The URI (typically a URL) of the store's homepage.
46 47 48 49 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/homepage.rb', line 46 class Homepage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |