- 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 YoutubeCreatorPerformanceViewOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChannelId()
public abstract String getChannelId()The id for the creator channel.
optional string channel_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The channelId. |
getChannelIdBytes()
public abstract ByteString getChannelIdBytes()The id for the creator channel.
optional string channel_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for channelId. |
getClicks()
public abstract long getClicks()The number of product clicks.
optional int64 clicks = 8;
| Returns | |
|---|---|
| Type | Description |
long |
The clicks. |
getCommissions()
public abstract Price getCommissions()The commissions amount (pending and paid).
optional .google.shopping.type.Price commissions = 5;
| 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 = 5;
| 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 = 4;
| 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 = 4;
| 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 = 9;
| 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 = 9;
| Returns | |
|---|---|
| Type | Description |
com.google.shopping.type.PriceOrBuilder |
|
getOrders()
public abstract long getOrders()The number of orders.
optional int64 orders = 6;
| Returns | |
|---|---|
| Type | Description |
long |
The orders. |
getTitle()
public abstract String getTitle()The title of the creator channel.
optional string title = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()The title of the creator channel.
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 = 7;
| Returns | |
|---|---|
| Type | Description |
long |
The views. |
hasChannelId()
public abstract boolean hasChannelId()The id for the creator channel.
optional string channel_id = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the channelId field is set. |
hasClicks()
public abstract boolean hasClicks()The number of product clicks.
optional int64 clicks = 8;
| 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 = 5;
| 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 = 4;
| 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 = 9;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the netSales field is set. |
hasOrders()
public abstract boolean hasOrders()The number of orders.
optional int64 orders = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the orders field is set. |
hasTitle()
public abstract boolean hasTitle()The title of the creator channel.
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 = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the views field is set. |