Enum ProductView.AggregatedReportingContextStatus (0.21.0)

public enum ProductView.AggregatedReportingContextStatus extends Enum<ProductView.AggregatedReportingContextStatus> implements ProtocolMessageEnum

Status of the product aggregated for all reporting contexts.

Here's an example of how the aggregated status is computed:

Free listings Shopping ads Status
Approved Approved ELIGIBLE
Approved Pending ELIGIBLE
Approved Disapproved ELIGIBLE_LIMITED
Pending Pending PENDING
Disapproved Disapproved NOT_ELIGIBLE_OR_DISAPPROVED

Protobuf enum google.shopping.merchant.reports.v1beta.ProductView.AggregatedReportingContextStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
AGGREGATED_REPORTING_CONTEXT_STATUS_UNSPECIFIED

Not specified.

AGGREGATED_REPORTING_CONTEXT_STATUS_UNSPECIFIED = 0;

AGGREGATED_REPORTING_CONTEXT_STATUS_UNSPECIFIED_VALUE

Not specified.

AGGREGATED_REPORTING_CONTEXT_STATUS_UNSPECIFIED = 0;

ELIGIBLE

Product is eligible for all reporting contexts.

ELIGIBLE = 4;

ELIGIBLE_LIMITED

Product is eligible for some (but not all) reporting contexts.

ELIGIBLE_LIMITED = 3;

ELIGIBLE_LIMITED_VALUE

Product is eligible for some (but not all) reporting contexts.

ELIGIBLE_LIMITED = 3;

ELIGIBLE_VALUE

Product is eligible for all reporting contexts.

ELIGIBLE = 4;

NOT_ELIGIBLE_OR_DISAPPROVED

Product is not eligible or is disapproved for all reporting contexts.

NOT_ELIGIBLE_OR_DISAPPROVED = 1;

NOT_ELIGIBLE_OR_DISAPPROVED_VALUE

Product is not eligible or is disapproved for all reporting contexts.

NOT_ELIGIBLE_OR_DISAPPROVED = 1;

PENDING

Product's status is pending in all reporting contexts.

PENDING = 2;

PENDING_VALUE

Product's status is pending in all reporting contexts.

PENDING = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()