public interface YoutubeProductPerformanceViewOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClicks()
public abstract long getClicks()The number of product clicks.
optional int64 clicks = 10;
| Returns | |
|---|---|
| Type | Description |
long |
The clicks. |
getCommissions()
public abstract Price getCommissions()The commissions amount (pending and paid).
optional .google.shopping.type.Price commissions = 7;
| Returns | |
|---|---|
| Type | Description |
com.google.shopping.type.Price |
The commissions. |
getCommissionsOrBuilder()
public abstract PriceOrBuilder getCommissionsOrBuilder()The commissions amount (pending and paid).
optional .google.shopping.type.Price commissions = 7;
| Returns | |
|---|---|
| Type | Description |
com.google.shopping.type.PriceOrBuilder |
|
getDate()
public abstract Date getDate()Date in the merchant timezone to which metrics apply. Segment.
Condition on date is required in the WHERE clause.
.google.type.Date date = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Date |
The date. |
getDateOrBuilder()
public abstract DateOrBuilder getDateOrBuilder()Date in the merchant timezone to which metrics apply. Segment.
Condition on date is required in the WHERE clause.
.google.type.Date date = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.type.DateOrBuilder |
|
getDistinctCreatorCount()
public abstract long getDistinctCreatorCount()The number of distinct creator channels the product was shown on.
optional int64 distinct_creator_count = 5;
| Returns | |
|---|---|
| Type | Description |
long |
The distinctCreatorCount. |
getDistinctVideoCount()
public abstract long getDistinctVideoCount()The number of distinct videos the product was shown on.
optional int64 distinct_video_count = 4;
| Returns | |
|---|---|
| Type | Description |
long |
The distinctVideoCount. |
getGrossSales()
public abstract Price getGrossSales()The gross sales amount, before refunds.
optional .google.shopping.type.Price gross_sales = 6;
| Returns | |
|---|---|
| Type | Description |
com.google.shopping.type.Price |
The grossSales. |
getGrossSalesOrBuilder()
public abstract PriceOrBuilder getGrossSalesOrBuilder()The gross sales amount, before refunds.
optional .google.shopping.type.Price gross_sales = 6;
| Returns | |
|---|---|
| Type | Description |
com.google.shopping.type.PriceOrBuilder |
|
getNetSales()
public abstract Price getNetSales()The net sales amount (includes both purchase and refunds).
optional .google.shopping.type.Price net_sales = 11;
| Returns | |
|---|---|
| Type | Description |
com.google.shopping.type.Price |
The netSales. |
getNetSalesOrBuilder()
public abstract PriceOrBuilder getNetSalesOrBuilder()The net sales amount (includes both purchase and refunds).
optional .google.shopping.type.Price net_sales = 11;
| Returns | |
|---|---|
| Type | Description |
com.google.shopping.type.PriceOrBuilder |
|
getOfferId()
public abstract String getOfferId()The merchant-provided product id.
optional string offer_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The offerId. |
getOfferIdBytes()
public abstract ByteString getOfferIdBytes()The merchant-provided product id.
optional string offer_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for offerId. |
getOrders()
public abstract long getOrders()The number of orders.
optional int64 orders = 8;
| Returns | |
|---|---|
| Type | Description |
long |
The orders. |
getTaggedCreatorCount()
public abstract long getTaggedCreatorCount()The number of distinct creators that tagged the product.
optional int64 tagged_creator_count = 12;
| Returns | |
|---|---|
| Type | Description |
long |
The taggedCreatorCount. |
getTaggedVideoCount()
public abstract long getTaggedVideoCount()The number of distinct videos that tagged the product.
optional int64 tagged_video_count = 13;
| Returns | |
|---|---|
| Type | Description |
long |
The taggedVideoCount. |
getTitle()
public abstract String getTitle()The product title.
optional string title = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()The product title.
optional string title = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for title. |
getViews()
public abstract long getViews()The number of YouTube views.
optional int64 views = 9;
| Returns | |
|---|---|
| Type | Description |
long |
The views. |
hasClicks()
public abstract boolean hasClicks()The number of product clicks.
optional int64 clicks = 10;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the clicks field is set. |
hasCommissions()
public abstract boolean hasCommissions()The commissions amount (pending and paid).
optional .google.shopping.type.Price commissions = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the commissions field is set. |
hasDate()
public abstract boolean hasDate()Date in the merchant timezone to which metrics apply. Segment.
Condition on date is required in the WHERE clause.
.google.type.Date date = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the date field is set. |
hasDistinctCreatorCount()
public abstract boolean hasDistinctCreatorCount()The number of distinct creator channels the product was shown on.
optional int64 distinct_creator_count = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the distinctCreatorCount field is set. |
hasDistinctVideoCount()
public abstract boolean hasDistinctVideoCount()The number of distinct videos the product was shown on.
optional int64 distinct_video_count = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the distinctVideoCount field is set. |
hasGrossSales()
public abstract boolean hasGrossSales()The gross sales amount, before refunds.
optional .google.shopping.type.Price gross_sales = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the grossSales field is set. |
hasNetSales()
public abstract boolean hasNetSales()The net sales amount (includes both purchase and refunds).
optional .google.shopping.type.Price net_sales = 11;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the netSales field is set. |
hasOfferId()
public abstract boolean hasOfferId()The merchant-provided product id.
optional string offer_id = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the offerId field is set. |
hasOrders()
public abstract boolean hasOrders()The number of orders.
optional int64 orders = 8;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the orders field is set. |
hasTaggedCreatorCount()
public abstract boolean hasTaggedCreatorCount()The number of distinct creators that tagged the product.
optional int64 tagged_creator_count = 12;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the taggedCreatorCount field is set. |
hasTaggedVideoCount()
public abstract boolean hasTaggedVideoCount()The number of distinct videos that tagged the product.
optional int64 tagged_video_count = 13;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the taggedVideoCount field is set. |
hasTitle()
public abstract boolean hasTitle()The product title.
optional string title = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the title field is set. |
hasViews()
public abstract boolean hasViews()The number of YouTube views.
optional int64 views = 9;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the views field is set. |