public static final class PromotionStatus.DestinationStatus.Builder extends GeneratedMessageV3.Builder<PromotionStatus.DestinationStatus.Builder> implements PromotionStatus.DestinationStatusOrBuilder
The status for the specified destination.
Protobuf type
google.shopping.merchant.promotions.v1beta.PromotionStatus.DestinationStatus
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public PromotionStatus.DestinationStatus.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public PromotionStatus.DestinationStatus build()
public PromotionStatus.DestinationStatus buildPartial()
public PromotionStatus.DestinationStatus.Builder clear()
Overrides
public PromotionStatus.DestinationStatus.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public PromotionStatus.DestinationStatus.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearReportingContext()
public PromotionStatus.DestinationStatus.Builder clearReportingContext()
Output only. The name of the promotion destination.
.google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public PromotionStatus.DestinationStatus.Builder clearStatus()
Output only. The status for the specified destination.
.google.shopping.merchant.promotions.v1beta.PromotionStatus.DestinationStatus.State status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public PromotionStatus.DestinationStatus.Builder clone()
Overrides
public PromotionStatus.DestinationStatus getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getReportingContext()
public 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 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.
|
public 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];
public 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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public PromotionStatus.DestinationStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public PromotionStatus.DestinationStatus.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public PromotionStatus.DestinationStatus.Builder mergeFrom(PromotionStatus.DestinationStatus other)
public final PromotionStatus.DestinationStatus.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public PromotionStatus.DestinationStatus.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public PromotionStatus.DestinationStatus.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setReportingContext(ReportingContext.ReportingContextEnum value)
public PromotionStatus.DestinationStatus.Builder setReportingContext(ReportingContext.ReportingContextEnum value)
Output only. The name of the promotion destination.
.google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
com.google.shopping.type.ReportingContext.ReportingContextEnum
The reportingContext to set.
|
setReportingContextValue(int value)
public PromotionStatus.DestinationStatus.Builder setReportingContextValue(int value)
Output only. The name of the promotion destination.
.google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
int
The enum numeric value on the wire for reportingContext to set.
|
public PromotionStatus.DestinationStatus.Builder setStatus(PromotionStatus.DestinationStatus.State value)
Output only. The status for the specified destination.
.google.shopping.merchant.promotions.v1beta.PromotionStatus.DestinationStatus.State status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public PromotionStatus.DestinationStatus.Builder setStatusValue(int value)
Output only. The status for the specified destination.
.google.shopping.merchant.promotions.v1beta.PromotionStatus.DestinationStatus.State status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
int
The enum numeric value on the wire for status to set.
|
public final PromotionStatus.DestinationStatus.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides