public final class CompetitiveVisibilityBenchmarkView extends GeneratedMessageV3 implements CompetitiveVisibilityBenchmarkViewOrBuilder
Fields available for query in competitive_visibility_benchmark_view
table.
Competitive
visibility report with
the category benchmark.
Values are only set for fields requested explicitly in the request's search
query.
Protobuf type google.shopping.merchant.reports.v1beta.CompetitiveVisibilityBenchmarkView
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int CATEGORY_BENCHMARK_VISIBILITY_TREND_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int DATE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int REPORT_CATEGORY_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int REPORT_COUNTRY_CODE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int TRAFFIC_SOURCE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
YOUR_DOMAIN_VISIBILITY_TREND_FIELD_NUMBER
public static final int YOUR_DOMAIN_VISIBILITY_TREND_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static CompetitiveVisibilityBenchmarkView getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static CompetitiveVisibilityBenchmarkView.Builder newBuilder()
public static CompetitiveVisibilityBenchmarkView.Builder newBuilder(CompetitiveVisibilityBenchmarkView prototype)
public static CompetitiveVisibilityBenchmarkView parseDelimitedFrom(InputStream input)
public static CompetitiveVisibilityBenchmarkView parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CompetitiveVisibilityBenchmarkView parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static CompetitiveVisibilityBenchmarkView parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CompetitiveVisibilityBenchmarkView parseFrom(ByteString data)
public static CompetitiveVisibilityBenchmarkView parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CompetitiveVisibilityBenchmarkView parseFrom(CodedInputStream input)
public static CompetitiveVisibilityBenchmarkView parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CompetitiveVisibilityBenchmarkView parseFrom(InputStream input)
public static CompetitiveVisibilityBenchmarkView parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CompetitiveVisibilityBenchmarkView parseFrom(ByteBuffer data)
public static CompetitiveVisibilityBenchmarkView parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<CompetitiveVisibilityBenchmarkView> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public 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.
|
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.
|
public 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 | |
public CompetitiveVisibilityBenchmarkView getDefaultInstanceForType()
public Parser<CompetitiveVisibilityBenchmarkView> getParserForType()
Overrides
public 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.
|
public 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.
|
public 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.
|
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public TrafficSource.TrafficSourceEnum getTrafficSource()
Traffic source of impressions.
Required in the SELECT
clause.
optional .google.shopping.merchant.reports.v1beta.TrafficSource.TrafficSourceEnum traffic_source = 4;
public 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 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.
|
public 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.
|
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.
|
public 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.
|
public 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.
|
public 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 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.
|
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public CompetitiveVisibilityBenchmarkView.Builder newBuilderForType()
protected CompetitiveVisibilityBenchmarkView.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public CompetitiveVisibilityBenchmarkView.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides