public interface PrimaryProductDataSourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContainsCustomRules()
public abstract boolean getContainsCustomRules()
Output only. The existing data source setup contains at least one custom
(non-default) rule and therefore its management through the
default_rule_data_sources
field should be treated with caution.
bool contains_custom_rules = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
The containsCustomRules. |
getContentLanguage()
public abstract String getContentLanguage()
Optional. Immutable. The two-letter ISO 639-1 language of the items in the data source.
feedLabel
and contentLanguage
must be either both set or unset.
The fields can only be unset for data sources without file input.
If set, the data source will only accept products matching this combination. If unset, the data source will accept products without that restriction.
optional string content_language = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
String |
The contentLanguage. |
getContentLanguageBytes()
public abstract ByteString getContentLanguageBytes()
Optional. Immutable. The two-letter ISO 639-1 language of the items in the data source.
feedLabel
and contentLanguage
must be either both set or unset.
The fields can only be unset for data sources without file input.
If set, the data source will only accept products matching this combination. If unset, the data source will accept products without that restriction.
optional string content_language = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for contentLanguage. |
getCountries(int index)
public abstract String getCountries(int index)
Optional. The countries where the items may be displayed. Represented as a CLDR territory code.
repeated string countries = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The countries at the given index. |
getCountriesBytes(int index)
public abstract ByteString getCountriesBytes(int index)
Optional. The countries where the items may be displayed. Represented as a CLDR territory code.
repeated string countries = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the countries at the given index. |
getCountriesCount()
public abstract int getCountriesCount()
Optional. The countries where the items may be displayed. Represented as a CLDR territory code.
repeated string countries = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The count of countries. |
getCountriesList()
public abstract List<String> getCountriesList()
Optional. The countries where the items may be displayed. Represented as a CLDR territory code.
repeated string countries = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the countries. |
getDefaultRule()
public abstract PrimaryProductDataSource.DefaultRule getDefaultRule()
Optional. Default rule management of the data source. If set, the linked data sources will be replaced.
.google.shopping.merchant.datasources.v1.PrimaryProductDataSource.DefaultRule default_rule = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
PrimaryProductDataSource.DefaultRule |
The defaultRule. |
getDefaultRuleOrBuilder()
public abstract PrimaryProductDataSource.DefaultRuleOrBuilder getDefaultRuleOrBuilder()
Optional. Default rule management of the data source. If set, the linked data sources will be replaced.
.google.shopping.merchant.datasources.v1.PrimaryProductDataSource.DefaultRule default_rule = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
PrimaryProductDataSource.DefaultRuleOrBuilder |
getDestinations(int index)
public abstract PrimaryProductDataSource.Destination getDestinations(int index)
Optional. A list of destinations describing where products of the data source can be shown.
When retrieving the data source, the list contains all the destinations that can be used for the data source, including the ones that are disabled for the data source but enabled for the account.
Only destinations that are enabled on the account, for example through program participation, can be enabled on the data source.
If unset, during creation, the destinations will be inherited based on the account level program participation.
If set, during creation or update, the data source will be set only for the specified destinations.
Updating this field requires at least one destination.
repeated .google.shopping.merchant.datasources.v1.PrimaryProductDataSource.Destination destinations = 10 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
PrimaryProductDataSource.Destination |
getDestinationsCount()
public abstract int getDestinationsCount()
Optional. A list of destinations describing where products of the data source can be shown.
When retrieving the data source, the list contains all the destinations that can be used for the data source, including the ones that are disabled for the data source but enabled for the account.
Only destinations that are enabled on the account, for example through program participation, can be enabled on the data source.
If unset, during creation, the destinations will be inherited based on the account level program participation.
If set, during creation or update, the data source will be set only for the specified destinations.
Updating this field requires at least one destination.
repeated .google.shopping.merchant.datasources.v1.PrimaryProductDataSource.Destination destinations = 10 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getDestinationsList()
public abstract List<PrimaryProductDataSource.Destination> getDestinationsList()
Optional. A list of destinations describing where products of the data source can be shown.
When retrieving the data source, the list contains all the destinations that can be used for the data source, including the ones that are disabled for the data source but enabled for the account.
Only destinations that are enabled on the account, for example through program participation, can be enabled on the data source.
If unset, during creation, the destinations will be inherited based on the account level program participation.
If set, during creation or update, the data source will be set only for the specified destinations.
Updating this field requires at least one destination.
repeated .google.shopping.merchant.datasources.v1.PrimaryProductDataSource.Destination destinations = 10 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<Destination> |
getDestinationsOrBuilder(int index)
public abstract PrimaryProductDataSource.DestinationOrBuilder getDestinationsOrBuilder(int index)
Optional. A list of destinations describing where products of the data source can be shown.
When retrieving the data source, the list contains all the destinations that can be used for the data source, including the ones that are disabled for the data source but enabled for the account.
Only destinations that are enabled on the account, for example through program participation, can be enabled on the data source.
If unset, during creation, the destinations will be inherited based on the account level program participation.
If set, during creation or update, the data source will be set only for the specified destinations.
Updating this field requires at least one destination.
repeated .google.shopping.merchant.datasources.v1.PrimaryProductDataSource.Destination destinations = 10 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
PrimaryProductDataSource.DestinationOrBuilder |
getDestinationsOrBuilderList()
public abstract List<? extends PrimaryProductDataSource.DestinationOrBuilder> getDestinationsOrBuilderList()
Optional. A list of destinations describing where products of the data source can be shown.
When retrieving the data source, the list contains all the destinations that can be used for the data source, including the ones that are disabled for the data source but enabled for the account.
Only destinations that are enabled on the account, for example through program participation, can be enabled on the data source.
If unset, during creation, the destinations will be inherited based on the account level program participation.
If set, during creation or update, the data source will be set only for the specified destinations.
Updating this field requires at least one destination.
repeated .google.shopping.merchant.datasources.v1.PrimaryProductDataSource.Destination destinations = 10 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.datasources.v1.PrimaryProductDataSource.DestinationOrBuilder> |
getFeedLabel()
public abstract String getFeedLabel()
Optional. Immutable. The feed label that is specified on the data source level.
Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and dashes (-).
See also migration to feed labels.
feedLabel
and contentLanguage
must be either both set or unset for data
sources with product content type.
They must be set for data sources with a file input.
If set, the data source will only accept products matching this combination. If unset, the data source will accept products without that restriction.
optional string feed_label = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
String |
The feedLabel. |
getFeedLabelBytes()
public abstract ByteString getFeedLabelBytes()
Optional. Immutable. The feed label that is specified on the data source level.
Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and dashes (-).
See also migration to feed labels.
feedLabel
and contentLanguage
must be either both set or unset for data
sources with product content type.
They must be set for data sources with a file input.
If set, the data source will only accept products matching this combination. If unset, the data source will accept products without that restriction.
optional string feed_label = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for feedLabel. |
getLegacyLocal()
public abstract boolean getLegacyLocal()
Optional. Immutable. Determines whether the products of this data source
are only targeting local destinations. Legacy local products are
prefixed with local~
in the product resource ID. For example,
accounts/123/products/local~en~US~sku123
.
bool legacy_local = 11 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
boolean |
The legacyLocal. |
hasContentLanguage()
public abstract boolean hasContentLanguage()
Optional. Immutable. The two-letter ISO 639-1 language of the items in the data source.
feedLabel
and contentLanguage
must be either both set or unset.
The fields can only be unset for data sources without file input.
If set, the data source will only accept products matching this combination. If unset, the data source will accept products without that restriction.
optional string content_language = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
boolean |
Whether the contentLanguage field is set. |
hasDefaultRule()
public abstract boolean hasDefaultRule()
Optional. Default rule management of the data source. If set, the linked data sources will be replaced.
.google.shopping.merchant.datasources.v1.PrimaryProductDataSource.DefaultRule default_rule = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the defaultRule field is set. |
hasFeedLabel()
public abstract boolean hasFeedLabel()
Optional. Immutable. The feed label that is specified on the data source level.
Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and dashes (-).
See also migration to feed labels.
feedLabel
and contentLanguage
must be either both set or unset for data
sources with product content type.
They must be set for data sources with a file input.
If set, the data source will only accept products matching this combination. If unset, the data source will accept products without that restriction.
optional string feed_label = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
boolean |
Whether the feedLabel field is set. |