Interface YoutubeCreatorPerformanceViewOrBuilder (0.44.0)

public interface YoutubeCreatorPerformanceViewOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.