Class: Google::Shopping::Merchant::Accounts::V1beta::LfpProvider
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::LfpProvider
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/lfpproviders.rb
Overview
Collection of information related to a Local Feed Partnership (LFP) provider.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
The display name of the LFP provider.
-
#name ⇒ ::String
Identifier.
-
#region_code ⇒ ::String
readonly
Output only.
Instance Attribute Details
#display_name ⇒ ::String
Returns The display name of the LFP provider.
37 38 39 40 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/lfpproviders.rb', line 37 class LfpProvider include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the LFP provider.
Format:
accounts/{account}/omnichannelSettings/{omnichannel_setting}/lfpProviders/{lfp_provider}.
37 38 39 40 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/lfpproviders.rb', line 37 class LfpProvider include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region_code ⇒ ::String (readonly)
Returns Output only. Region code defined by CLDR.
37 38 39 40 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/lfpproviders.rb', line 37 class LfpProvider include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |