- 1.6.0 (latest)
- 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 static final class CompetitiveVisibilityBenchmarkView.Builder extends GeneratedMessageV3.Builder<CompetitiveVisibilityBenchmarkView.Builder> 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CompetitiveVisibilityBenchmarkView.BuilderImplements
CompetitiveVisibilityBenchmarkViewOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CompetitiveVisibilityBenchmarkView.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
|
build()
public CompetitiveVisibilityBenchmarkView build()| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView |
|
buildPartial()
public CompetitiveVisibilityBenchmarkView buildPartial()| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView |
|
clear()
public CompetitiveVisibilityBenchmarkView.Builder clear()| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
|
clearCategoryBenchmarkVisibilityTrend()
public CompetitiveVisibilityBenchmarkView.Builder clearCategoryBenchmarkVisibilityTrend()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 |
CompetitiveVisibilityBenchmarkView.Builder |
This builder for chaining. |
clearDate()
public CompetitiveVisibilityBenchmarkView.Builder clearDate()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 |
CompetitiveVisibilityBenchmarkView.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public CompetitiveVisibilityBenchmarkView.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public CompetitiveVisibilityBenchmarkView.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
|
clearReportCategoryId()
public CompetitiveVisibilityBenchmarkView.Builder clearReportCategoryId()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 |
CompetitiveVisibilityBenchmarkView.Builder |
This builder for chaining. |
clearReportCountryCode()
public CompetitiveVisibilityBenchmarkView.Builder clearReportCountryCode()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 |
CompetitiveVisibilityBenchmarkView.Builder |
This builder for chaining. |
clearTrafficSource()
public CompetitiveVisibilityBenchmarkView.Builder clearTrafficSource()Traffic source of impressions.
Required in the SELECT clause.
optional .google.shopping.merchant.reports.v1beta.TrafficSource.TrafficSourceEnum traffic_source = 4;
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
This builder for chaining. |
clearYourDomainVisibilityTrend()
public CompetitiveVisibilityBenchmarkView.Builder clearYourDomainVisibilityTrend()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 |
CompetitiveVisibilityBenchmarkView.Builder |
This builder for chaining. |
clone()
public CompetitiveVisibilityBenchmarkView.Builder clone()| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
|
getCategoryBenchmarkVisibilityTrend()
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. |
getDate()
public 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. |
getDateBuilder()
public Date.Builder getDateBuilder()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.Builder |
|
getDateOrBuilder()
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 |
|
getDefaultInstanceForType()
public CompetitiveVisibilityBenchmarkView getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getReportCategoryId()
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. |
getReportCountryCode()
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. |
getReportCountryCodeBytes()
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. |
getTrafficSource()
public 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 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. |
hasCategoryBenchmarkVisibilityTrend()
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. |
hasDate()
public 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDate(Date value)
public CompetitiveVisibilityBenchmarkView.Builder mergeDate(Date value)Date of this row.
Required in the SELECT clause. A condition on date is required in the
WHERE clause.
.google.type.Date date = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.type.Date |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CompetitiveVisibilityBenchmarkView.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CompetitiveVisibilityBenchmarkView.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
|
mergeFrom(CompetitiveVisibilityBenchmarkView other)
public CompetitiveVisibilityBenchmarkView.Builder mergeFrom(CompetitiveVisibilityBenchmarkView other)| Parameter | |
|---|---|
| Name | Description |
other |
CompetitiveVisibilityBenchmarkView |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CompetitiveVisibilityBenchmarkView.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
|
setCategoryBenchmarkVisibilityTrend(double value)
public CompetitiveVisibilityBenchmarkView.Builder setCategoryBenchmarkVisibilityTrend(double value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
doubleThe categoryBenchmarkVisibilityTrend to set. |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
This builder for chaining. |
setDate(Date value)
public CompetitiveVisibilityBenchmarkView.Builder setDate(Date value)Date of this row.
Required in the SELECT clause. A condition on date is required in the
WHERE clause.
.google.type.Date date = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.type.Date |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
|
setDate(Date.Builder builderForValue)
public CompetitiveVisibilityBenchmarkView.Builder setDate(Date.Builder builderForValue)Date of this row.
Required in the SELECT clause. A condition on date is required in the
WHERE clause.
.google.type.Date date = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
com.google.type.Date.Builder |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public CompetitiveVisibilityBenchmarkView.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CompetitiveVisibilityBenchmarkView.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
|
setReportCategoryId(long value)
public CompetitiveVisibilityBenchmarkView.Builder setReportCategoryId(long value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe reportCategoryId to set. |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
This builder for chaining. |
setReportCountryCode(String value)
public CompetitiveVisibilityBenchmarkView.Builder setReportCountryCode(String value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe reportCountryCode to set. |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
This builder for chaining. |
setReportCountryCodeBytes(ByteString value)
public CompetitiveVisibilityBenchmarkView.Builder setReportCountryCodeBytes(ByteString value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for reportCountryCode to set. |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
This builder for chaining. |
setTrafficSource(TrafficSource.TrafficSourceEnum value)
public CompetitiveVisibilityBenchmarkView.Builder setTrafficSource(TrafficSource.TrafficSourceEnum value)Traffic source of impressions.
Required in the SELECT clause.
optional .google.shopping.merchant.reports.v1beta.TrafficSource.TrafficSourceEnum traffic_source = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
TrafficSource.TrafficSourceEnumThe trafficSource to set. |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
This builder for chaining. |
setTrafficSourceValue(int value)
public CompetitiveVisibilityBenchmarkView.Builder setTrafficSourceValue(int value)Traffic source of impressions.
Required in the SELECT clause.
optional .google.shopping.merchant.reports.v1beta.TrafficSource.TrafficSourceEnum traffic_source = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for trafficSource to set. |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final CompetitiveVisibilityBenchmarkView.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
|
setYourDomainVisibilityTrend(double value)
public CompetitiveVisibilityBenchmarkView.Builder setYourDomainVisibilityTrend(double value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
doubleThe yourDomainVisibilityTrend to set. |
| Returns | |
|---|---|
| Type | Description |
CompetitiveVisibilityBenchmarkView.Builder |
This builder for chaining. |