public interface CompetitiveVisibilityBenchmarkViewOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCategoryBenchmarkVisibilityTrend()
public abstract double getCategoryBenchmarkVisibilityTrend()
Change in visibility based on impressions with respect to the start of the selected time range (or first day with non-zero impressions) for a combined set of merchants with highest visibility approximating the market.
Cannot be filtered on in the 'WHERE' clause.
optional double category_benchmark_visibility_trend = 6;
Returns | |
---|---|
Type | Description |
double | The categoryBenchmarkVisibilityTrend. |
getDate()
public abstract Date getDate()
Date of this row.
Required in the SELECT
clause. A 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 of this row.
Required in the SELECT
clause. A condition on date
is required in the
WHERE
clause.
.google.type.Date date = 1;
Returns | |
---|---|
Type | Description |
com.google.type.DateOrBuilder |
getReportCategoryId()
public abstract long getReportCategoryId()
Google product category ID to calculate the report for, represented in Google's product taxonomy.
Required in the SELECT
clause. A condition on report_category_id
is
required in the WHERE
clause.
optional int64 report_category_id = 3;
Returns | |
---|---|
Type | Description |
long | The reportCategoryId. |
getReportCountryCode()
public abstract String getReportCountryCode()
Country where impressions appeared.
Required in the SELECT
clause. A condition on report_country_code
is
required in the WHERE
clause.
optional string report_country_code = 2;
Returns | |
---|---|
Type | Description |
String | The reportCountryCode. |
getReportCountryCodeBytes()
public abstract ByteString getReportCountryCodeBytes()
Country where impressions appeared.
Required in the SELECT
clause. A condition on report_country_code
is
required in the WHERE
clause.
optional string report_country_code = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for reportCountryCode. |
getTrafficSource()
public abstract TrafficSource.TrafficSourceEnum getTrafficSource()
Traffic source of impressions.
Required in the SELECT
clause.
optional .google.shopping.merchant.reports.v1beta.TrafficSource.TrafficSourceEnum traffic_source = 4;
Returns | |
---|---|
Type | Description |
TrafficSource.TrafficSourceEnum | The trafficSource. |
getTrafficSourceValue()
public abstract int getTrafficSourceValue()
Traffic source of impressions.
Required in the SELECT
clause.
optional .google.shopping.merchant.reports.v1beta.TrafficSource.TrafficSourceEnum traffic_source = 4;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for trafficSource. |
getYourDomainVisibilityTrend()
public abstract double getYourDomainVisibilityTrend()
Change in visibility based on impressions for your domain with respect to the start of the selected time range (or first day with non-zero impressions).
Cannot be filtered on in the 'WHERE' clause.
optional double your_domain_visibility_trend = 5;
Returns | |
---|---|
Type | Description |
double | The yourDomainVisibilityTrend. |
hasCategoryBenchmarkVisibilityTrend()
public abstract boolean hasCategoryBenchmarkVisibilityTrend()
Change in visibility based on impressions with respect to the start of the selected time range (or first day with non-zero impressions) for a combined set of merchants with highest visibility approximating the market.
Cannot be filtered on in the 'WHERE' clause.
optional double category_benchmark_visibility_trend = 6;
Returns | |
---|---|
Type | Description |
boolean | Whether the categoryBenchmarkVisibilityTrend field is set. |
hasDate()
public abstract boolean hasDate()
Date of this row.
Required in the SELECT
clause. A condition on date
is required in the
WHERE
clause.
.google.type.Date date = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the date field is set. |
hasReportCategoryId()
public abstract boolean hasReportCategoryId()
Google product category ID to calculate the report for, represented in Google's product taxonomy.
Required in the SELECT
clause. A condition on report_category_id
is
required in the WHERE
clause.
optional int64 report_category_id = 3;
Returns | |
---|---|
Type | Description |
boolean | Whether the reportCategoryId field is set. |
hasReportCountryCode()
public abstract boolean hasReportCountryCode()
Country where impressions appeared.
Required in the SELECT
clause. A condition on report_country_code
is
required in the WHERE
clause.
optional string report_country_code = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the reportCountryCode field is set. |
hasTrafficSource()
public abstract boolean hasTrafficSource()
Traffic source of impressions.
Required in the SELECT
clause.
optional .google.shopping.merchant.reports.v1beta.TrafficSource.TrafficSourceEnum traffic_source = 4;
Returns | |
---|---|
Type | Description |
boolean | Whether the trafficSource field is set. |
hasYourDomainVisibilityTrend()
public abstract boolean hasYourDomainVisibilityTrend()
Change in visibility based on impressions for your domain with respect to the start of the selected time range (or first day with non-zero impressions).
Cannot be filtered on in the 'WHERE' clause.
optional double your_domain_visibility_trend = 5;
Returns | |
---|---|
Type | Description |
boolean | Whether the yourDomainVisibilityTrend field is set. |