public static final class Promotion.Builder extends GeneratedMessageV3.Builder<Promotion.Builder> implements PromotionOrBuilder
Promotion information.
Protobuf type google.cloud.retail.v2.Promotion
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 Promotion.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public Promotion buildPartial()
public Promotion.Builder clear()
Overrides
public Promotion.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public Promotion.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public Promotion.Builder clearPromotionId()
ID of the promotion. For example, "free gift".
The value must be a UTF-8 encoded string with a length limit of 128
characters, and match the pattern: a-zA-Z*
. For example,
id0LikeThis or ID_1_LIKE_THIS. Otherwise, an INVALID_ARGUMENT error is
returned.
Google Merchant Center property
promotion.
string promotion_id = 1;
public Promotion.Builder clone()
Overrides
public Promotion getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String getPromotionId()
ID of the promotion. For example, "free gift".
The value must be a UTF-8 encoded string with a length limit of 128
characters, and match the pattern: a-zA-Z*
. For example,
id0LikeThis or ID_1_LIKE_THIS. Otherwise, an INVALID_ARGUMENT error is
returned.
Google Merchant Center property
promotion.
string promotion_id = 1;
Returns |
Type |
Description |
String |
The promotionId.
|
public ByteString getPromotionIdBytes()
ID of the promotion. For example, "free gift".
The value must be a UTF-8 encoded string with a length limit of 128
characters, and match the pattern: a-zA-Z*
. For example,
id0LikeThis or ID_1_LIKE_THIS. Otherwise, an INVALID_ARGUMENT error is
returned.
Google Merchant Center property
promotion.
string promotion_id = 1;
Returns |
Type |
Description |
ByteString |
The bytes for promotionId.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public Promotion.Builder mergeFrom(Promotion other)
public Promotion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public Promotion.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final Promotion.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public Promotion.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public Promotion.Builder setPromotionId(String value)
ID of the promotion. For example, "free gift".
The value must be a UTF-8 encoded string with a length limit of 128
characters, and match the pattern: a-zA-Z*
. For example,
id0LikeThis or ID_1_LIKE_THIS. Otherwise, an INVALID_ARGUMENT error is
returned.
Google Merchant Center property
promotion.
string promotion_id = 1;
Parameter |
Name |
Description |
value |
String
The promotionId to set.
|
public Promotion.Builder setPromotionIdBytes(ByteString value)
ID of the promotion. For example, "free gift".
The value must be a UTF-8 encoded string with a length limit of 128
characters, and match the pattern: a-zA-Z*
. For example,
id0LikeThis or ID_1_LIKE_THIS. Otherwise, an INVALID_ARGUMENT error is
returned.
Google Merchant Center property
promotion.
string promotion_id = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for promotionId to set.
|
public Promotion.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final Promotion.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides