Enum ProductView.AggregatedReportingContextStatus (0.10.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 listingsShopping AdsStatus
ApprovedApprovedELIGIBLE
ApprovedPendingELIGIBLE
ApprovedDisapprovedELIGIBLE_LIMITED
PendingPendingPENDING
DisapprovedDisapprovedNOT_ELIGIBLE_OR_DISAPPROVED

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()