- 1.8.0 (latest)
- 1.6.0
- 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 YoutubeContentPerformanceViewOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChannelId()
public abstract String getChannelId()The channel id.
optional string channel_id = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The channelId. |
getChannelIdBytes()
public abstract ByteString getChannelIdBytes()The channel id.
optional string channel_id = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for channelId. |
getChannelTitle()
public abstract String getChannelTitle()The channel title.
optional string channel_title = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The channelTitle. |
getChannelTitleBytes()
public abstract ByteString getChannelTitleBytes()The channel title.
optional string channel_title = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for channelTitle. |
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 |
|
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 |
|
getOrders()
public abstract long getOrders()The number of orders.
optional int64 orders = 8;
| Returns | |
|---|---|
| Type | Description |
long |
The orders. |
getTaggedProductIds(int index)
public abstract String getTaggedProductIds(int index)Set of unique product IDs tagged on the YouTube video. These IDs correspond to the 'offerId' in the Products API.
repeated string tagged_product_ids = 12;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The taggedProductIds at the given index. |
getTaggedProductIdsBytes(int index)
public abstract ByteString getTaggedProductIdsBytes(int index)Set of unique product IDs tagged on the YouTube video. These IDs correspond to the 'offerId' in the Products API.
repeated string tagged_product_ids = 12;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the taggedProductIds at the given index. |
getTaggedProductIdsCount()
public abstract int getTaggedProductIdsCount()Set of unique product IDs tagged on the YouTube video. These IDs correspond to the 'offerId' in the Products API.
repeated string tagged_product_ids = 12;
| Returns | |
|---|---|
| Type | Description |
int |
The count of taggedProductIds. |
getTaggedProductIdsList()
public abstract List<String> getTaggedProductIdsList()Set of unique product IDs tagged on the YouTube video. These IDs correspond to the 'offerId' in the Products API.
repeated string tagged_product_ids = 12;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the taggedProductIds. |
getTitle()
public abstract String getTitle()The video title.
optional string title = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()The video title.
optional string title = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for title. |
getVideoId()
public abstract String getVideoId()The video id.
optional string video_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The videoId. |
getVideoIdBytes()
public abstract ByteString getVideoIdBytes()The video id.
optional string video_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for videoId. |
getViews()
public abstract long getViews()The number of YouTube views.
optional int64 views = 9;
| Returns | |
|---|---|
| Type | Description |
long |
The views. |
hasChannelId()
public abstract boolean hasChannelId()The channel id.
optional string channel_id = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the channelId field is set. |
hasChannelTitle()
public abstract boolean hasChannelTitle()The channel title.
optional string channel_title = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the channelTitle field is set. |
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. |
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. |
hasOrders()
public abstract boolean hasOrders()The number of orders.
optional int64 orders = 8;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the orders field is set. |
hasTitle()
public abstract boolean hasTitle()The video title.
optional string title = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the title field is set. |
hasVideoId()
public abstract boolean hasVideoId()The video id.
optional string video_id = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the videoId 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. |