Interface PromotionStatus.DestinationStatusOrBuilder (0.1.0)

public static interface PromotionStatus.DestinationStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReportingContext()

public abstract ReportingContext.ReportingContextEnum getReportingContext()

Output only. The name of the promotion destination.

.google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.shopping.type.ReportingContext.ReportingContextEnum

The reportingContext.

getReportingContextValue()

public abstract int getReportingContextValue()

Output only. The name of the promotion destination.

.google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for reportingContext.

getStatus()

public abstract PromotionStatus.DestinationStatus.State getStatus()

Output only. The status for the specified destination.

.google.shopping.merchant.promotions.v1beta.PromotionStatus.DestinationStatus.State status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
PromotionStatus.DestinationStatus.State

The status.

getStatusValue()

public abstract int getStatusValue()

Output only. The status for the specified destination.

.google.shopping.merchant.promotions.v1beta.PromotionStatus.DestinationStatus.State status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for status.