public static interface MerchantReviewStatus.MerchantReviewDestinationStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getReportingContext()
public abstract ReportingContext.ReportingContextEnum getReportingContext()
Output only. The name of the reporting context.
.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 reporting context.
.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. |