- 1.6.0 (latest)
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.46.0
- 0.44.0
- 0.43.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
public interface PriceInsightsProductViewOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBrand()
public abstract String getBrand()Brand of the product.
optional string brand = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The brand. |
getBrandBytes()
public abstract ByteString getBrandBytes()Brand of the product.
optional string brand = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for brand. |
getCategoryL1()
public abstract String getCategoryL1()Product category (1st level) in Google's product taxonomy.
optional string category_l1 = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The categoryL1. |
getCategoryL1Bytes()
public abstract ByteString getCategoryL1Bytes()Product category (1st level) in Google's product taxonomy.
optional string category_l1 = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for categoryL1. |
getCategoryL2()
public abstract String getCategoryL2()Product category (2nd level) in Google's product taxonomy.
optional string category_l2 = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The categoryL2. |
getCategoryL2Bytes()
public abstract ByteString getCategoryL2Bytes()Product category (2nd level) in Google's product taxonomy.
optional string category_l2 = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for categoryL2. |
getCategoryL3()
public abstract String getCategoryL3()Product category (3rd level) in Google's product taxonomy.
optional string category_l3 = 7;
| Returns | |
|---|---|
| Type | Description |
String |
The categoryL3. |
getCategoryL3Bytes()
public abstract ByteString getCategoryL3Bytes()Product category (3rd level) in Google's product taxonomy.
optional string category_l3 = 7;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for categoryL3. |
getCategoryL4()
public abstract String getCategoryL4()Product category (4th level) in Google's product taxonomy.
optional string category_l4 = 8;
| Returns | |
|---|---|
| Type | Description |
String |
The categoryL4. |
getCategoryL4Bytes()
public abstract ByteString getCategoryL4Bytes()Product category (4th level) in Google's product taxonomy.
optional string category_l4 = 8;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for categoryL4. |
getCategoryL5()
public abstract String getCategoryL5()Product category (5th level) in Google's product taxonomy.
optional string category_l5 = 9;
| Returns | |
|---|---|
| Type | Description |
String |
The categoryL5. |
getCategoryL5Bytes()
public abstract ByteString getCategoryL5Bytes()Product category (5th level) in Google's product taxonomy.
optional string category_l5 = 9;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for categoryL5. |
getEffectiveness()
public abstract PriceInsightsProductView.Effectiveness getEffectiveness()The predicted effectiveness of applying the price suggestion, bucketed.
.google.shopping.merchant.reports.v1beta.PriceInsightsProductView.Effectiveness effectiveness = 22;
| Returns | |
|---|---|
| Type | Description |
PriceInsightsProductView.Effectiveness |
The effectiveness. |
getEffectivenessValue()
public abstract int getEffectivenessValue()The predicted effectiveness of applying the price suggestion, bucketed.
.google.shopping.merchant.reports.v1beta.PriceInsightsProductView.Effectiveness effectiveness = 22;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for effectiveness. |
getId()
public abstract String getId() REST ID of the product, in the form of
channel~languageCode~feedLabel~offerId. Can be used to join data with the
product_view table.
Required in the SELECT clause.
optional string id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes() REST ID of the product, in the form of
channel~languageCode~feedLabel~offerId. Can be used to join data with the
product_view table.
Required in the SELECT clause.
optional string id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getOfferId()
public abstract String getOfferId()Merchant-provided id of the product.
optional string offer_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The offerId. |
getOfferIdBytes()
public abstract ByteString getOfferIdBytes()Merchant-provided id of the product.
optional string offer_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for offerId. |
getPredictedClicksChangeFraction()
public abstract double getPredictedClicksChangeFraction()Predicted change in clicks as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in clicks.
optional double predicted_clicks_change_fraction = 18;
| Returns | |
|---|---|
| Type | Description |
double |
The predictedClicksChangeFraction. |
getPredictedConversionsChangeFraction()
public abstract double getPredictedConversionsChangeFraction()Predicted change in conversions as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in conversions).
optional double predicted_conversions_change_fraction = 19;
| Returns | |
|---|---|
| Type | Description |
double |
The predictedConversionsChangeFraction. |
getPredictedImpressionsChangeFraction()
public abstract double getPredictedImpressionsChangeFraction()Predicted change in impressions as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in impressions.
optional double predicted_impressions_change_fraction = 17;
| Returns | |
|---|---|
| Type | Description |
double |
The predictedImpressionsChangeFraction. |
getPrice()
public abstract Price getPrice()Current price of the product.
.google.shopping.type.Price price = 15;
| Returns | |
|---|---|
| Type | Description |
com.google.shopping.type.Price |
The price. |
getPriceOrBuilder()
public abstract PriceOrBuilder getPriceOrBuilder()Current price of the product.
.google.shopping.type.Price price = 15;
| Returns | |
|---|---|
| Type | Description |
com.google.shopping.type.PriceOrBuilder |
|
getProductTypeL1()
public abstract String getProductTypeL1()Product type (1st level) in merchant's own product taxonomy.
optional string product_type_l1 = 10;
| Returns | |
|---|---|
| Type | Description |
String |
The productTypeL1. |
getProductTypeL1Bytes()
public abstract ByteString getProductTypeL1Bytes()Product type (1st level) in merchant's own product taxonomy.
optional string product_type_l1 = 10;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for productTypeL1. |
getProductTypeL2()
public abstract String getProductTypeL2()Product type (2nd level) in merchant's own product taxonomy.
optional string product_type_l2 = 11;
| Returns | |
|---|---|
| Type | Description |
String |
The productTypeL2. |
getProductTypeL2Bytes()
public abstract ByteString getProductTypeL2Bytes()Product type (2nd level) in merchant's own product taxonomy.
optional string product_type_l2 = 11;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for productTypeL2. |
getProductTypeL3()
public abstract String getProductTypeL3()Product type (3rd level) in merchant's own product taxonomy.
optional string product_type_l3 = 12;
| Returns | |
|---|---|
| Type | Description |
String |
The productTypeL3. |
getProductTypeL3Bytes()
public abstract ByteString getProductTypeL3Bytes()Product type (3rd level) in merchant's own product taxonomy.
optional string product_type_l3 = 12;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for productTypeL3. |
getProductTypeL4()
public abstract String getProductTypeL4()Product type (4th level) in merchant's own product taxonomy.
optional string product_type_l4 = 13;
| Returns | |
|---|---|
| Type | Description |
String |
The productTypeL4. |
getProductTypeL4Bytes()
public abstract ByteString getProductTypeL4Bytes()Product type (4th level) in merchant's own product taxonomy.
optional string product_type_l4 = 13;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for productTypeL4. |
getProductTypeL5()
public abstract String getProductTypeL5()Product type (5th level) in merchant's own product taxonomy.
optional string product_type_l5 = 14;
| Returns | |
|---|---|
| Type | Description |
String |
The productTypeL5. |
getProductTypeL5Bytes()
public abstract ByteString getProductTypeL5Bytes()Product type (5th level) in merchant's own product taxonomy.
optional string product_type_l5 = 14;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for productTypeL5. |
getSuggestedPrice()
public abstract Price getSuggestedPrice()Latest suggested price for the product.
.google.shopping.type.Price suggested_price = 16;
| Returns | |
|---|---|
| Type | Description |
com.google.shopping.type.Price |
The suggestedPrice. |
getSuggestedPriceOrBuilder()
public abstract PriceOrBuilder getSuggestedPriceOrBuilder()Latest suggested price for the product.
.google.shopping.type.Price suggested_price = 16;
| Returns | |
|---|---|
| Type | Description |
com.google.shopping.type.PriceOrBuilder |
|
getTitle()
public abstract String getTitle()Title of the product.
optional string title = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()Title of the product.
optional string title = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for title. |
hasBrand()
public abstract boolean hasBrand()Brand of the product.
optional string brand = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the brand field is set. |
hasCategoryL1()
public abstract boolean hasCategoryL1()Product category (1st level) in Google's product taxonomy.
optional string category_l1 = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the categoryL1 field is set. |
hasCategoryL2()
public abstract boolean hasCategoryL2()Product category (2nd level) in Google's product taxonomy.
optional string category_l2 = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the categoryL2 field is set. |
hasCategoryL3()
public abstract boolean hasCategoryL3()Product category (3rd level) in Google's product taxonomy.
optional string category_l3 = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the categoryL3 field is set. |
hasCategoryL4()
public abstract boolean hasCategoryL4()Product category (4th level) in Google's product taxonomy.
optional string category_l4 = 8;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the categoryL4 field is set. |
hasCategoryL5()
public abstract boolean hasCategoryL5()Product category (5th level) in Google's product taxonomy.
optional string category_l5 = 9;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the categoryL5 field is set. |
hasId()
public abstract boolean hasId() REST ID of the product, in the form of
channel~languageCode~feedLabel~offerId. Can be used to join data with the
product_view table.
Required in the SELECT clause.
optional string id = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the id field is set. |
hasOfferId()
public abstract boolean hasOfferId()Merchant-provided id of the product.
optional string offer_id = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the offerId field is set. |
hasPredictedClicksChangeFraction()
public abstract boolean hasPredictedClicksChangeFraction()Predicted change in clicks as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in clicks.
optional double predicted_clicks_change_fraction = 18;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the predictedClicksChangeFraction field is set. |
hasPredictedConversionsChangeFraction()
public abstract boolean hasPredictedConversionsChangeFraction()Predicted change in conversions as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in conversions).
optional double predicted_conversions_change_fraction = 19;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the predictedConversionsChangeFraction field is set. |
hasPredictedImpressionsChangeFraction()
public abstract boolean hasPredictedImpressionsChangeFraction()Predicted change in impressions as a fraction after introducing the suggested price compared to current active price. For example, 0.05 is a 5% predicted increase in impressions.
optional double predicted_impressions_change_fraction = 17;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the predictedImpressionsChangeFraction field is set. |
hasPrice()
public abstract boolean hasPrice()Current price of the product.
.google.shopping.type.Price price = 15;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the price field is set. |
hasProductTypeL1()
public abstract boolean hasProductTypeL1()Product type (1st level) in merchant's own product taxonomy.
optional string product_type_l1 = 10;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the productTypeL1 field is set. |
hasProductTypeL2()
public abstract boolean hasProductTypeL2()Product type (2nd level) in merchant's own product taxonomy.
optional string product_type_l2 = 11;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the productTypeL2 field is set. |
hasProductTypeL3()
public abstract boolean hasProductTypeL3()Product type (3rd level) in merchant's own product taxonomy.
optional string product_type_l3 = 12;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the productTypeL3 field is set. |
hasProductTypeL4()
public abstract boolean hasProductTypeL4()Product type (4th level) in merchant's own product taxonomy.
optional string product_type_l4 = 13;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the productTypeL4 field is set. |
hasProductTypeL5()
public abstract boolean hasProductTypeL5()Product type (5th level) in merchant's own product taxonomy.
optional string product_type_l5 = 14;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the productTypeL5 field is set. |
hasSuggestedPrice()
public abstract boolean hasSuggestedPrice()Latest suggested price for the product.
.google.shopping.type.Price suggested_price = 16;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the suggestedPrice field is set. |
hasTitle()
public abstract boolean hasTitle()Title of the product.
optional string title = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the title field is set. |