public interface YoutubeContentPerformanceViewOrBuilder extends MessageOrBuilder
Implements
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. |
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. |