Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class LfpProvider.
Collection of information related to a Local Feed Partnership (LFP) provider.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.LfpProvider
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ name | stringIdentifier. The resource name of the LFP provider. Format:  | 
| ↳ region_code | stringOutput only. Region code defined by CLDR. | 
| ↳ display_name | stringThe display name of the LFP provider. | 
getName
Identifier. The resource name of the LFP provider.
Format:
accounts/{account}/omnichannelSettings/{omnichannel_setting}/lfpProviders/{lfp_provider}
| Returns | |
|---|---|
| Type | Description | 
| string | |
setName
Identifier. The resource name of the LFP provider.
Format:
accounts/{account}/omnichannelSettings/{omnichannel_setting}/lfpProviders/{lfp_provider}
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getRegionCode
Output only. Region code defined by CLDR.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setRegionCode
Output only. Region code defined by CLDR.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getDisplayName
The display name of the LFP provider.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setDisplayName
The display name of the LFP provider.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |