Enum ProductView.AggregatedDestinationStatus (0.3.0)

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

Status of the product aggregated for all destinations.

Here's an example of how the aggregated destination 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.AggregatedDestinationStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
AGGREGATED_DESTINATION_STATUS_UNSPECIFIED

Not specified.

AGGREGATED_DESTINATION_STATUS_UNSPECIFIED = 0;

AGGREGATED_DESTINATION_STATUS_UNSPECIFIED_VALUE

Not specified.

AGGREGATED_DESTINATION_STATUS_UNSPECIFIED = 0;

ELIGIBLE

Product is eligible for all destinations.

ELIGIBLE = 4;

ELIGIBLE_LIMITED

Product is eligible for some (but not all) destinations.

ELIGIBLE_LIMITED = 3;

ELIGIBLE_LIMITED_VALUE

Product is eligible for some (but not all) destinations.

ELIGIBLE_LIMITED = 3;

ELIGIBLE_VALUE

Product is eligible for all destinations.

ELIGIBLE = 4;

NOT_ELIGIBLE_OR_DISAPPROVED

Product is not eligible or is disapproved for all destinations.

NOT_ELIGIBLE_OR_DISAPPROVED = 1;

NOT_ELIGIBLE_OR_DISAPPROVED_VALUE

Product is not eligible or is disapproved for all destinations.

NOT_ELIGIBLE_OR_DISAPPROVED = 1;

PENDING

Product's status is pending in all destinations.

PENDING = 2;

PENDING_VALUE

Product's status is pending in all destinations.

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()