- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.1
- 2.4.0
- 2.3.0
- 2.2.3
- 2.1.0
- 2.0.19
public static final class Audience.Builder extends GeneratedMessageV3.Builder<Audience.Builder> implements AudienceOrBuilder
An intended audience of the Product for whom it's sold.
Protobuf type google.cloud.retail.v2.Audience
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Audience.BuilderImplements
AudienceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAgeGroups(String value)
public Audience.Builder addAgeGroups(String value)
The age groups of the audience. Strongly encouraged to use the standard values: "newborn" (up to 3 months old), "infant" (3\u201312 months old), "toddler" (1\u20135 years old), "kids" (5\u201313 years old), "adult" (typically teens or older). At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property age_group. Schema.org property Product.audience.suggestedMinAge and Product.audience.suggestedMaxAge.
repeated string age_groups = 2;
Name | Description |
value | String The ageGroups to add. |
Type | Description |
Audience.Builder | This builder for chaining. |
addAgeGroupsBytes(ByteString value)
public Audience.Builder addAgeGroupsBytes(ByteString value)
The age groups of the audience. Strongly encouraged to use the standard values: "newborn" (up to 3 months old), "infant" (3\u201312 months old), "toddler" (1\u20135 years old), "kids" (5\u201313 years old), "adult" (typically teens or older). At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property age_group. Schema.org property Product.audience.suggestedMinAge and Product.audience.suggestedMaxAge.
repeated string age_groups = 2;
Name | Description |
value | ByteString The bytes of the ageGroups to add. |
Type | Description |
Audience.Builder | This builder for chaining. |
addAllAgeGroups(Iterable<String> values)
public Audience.Builder addAllAgeGroups(Iterable<String> values)
The age groups of the audience. Strongly encouraged to use the standard values: "newborn" (up to 3 months old), "infant" (3\u201312 months old), "toddler" (1\u20135 years old), "kids" (5\u201313 years old), "adult" (typically teens or older). At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property age_group. Schema.org property Product.audience.suggestedMinAge and Product.audience.suggestedMaxAge.
repeated string age_groups = 2;
Name | Description |
values | Iterable<String> The ageGroups to add. |
Type | Description |
Audience.Builder | This builder for chaining. |
addAllGenders(Iterable<String> values)
public Audience.Builder addAllGenders(Iterable<String> values)
The genders of the audience. Strongly encouraged to use the standard values: "male", "female", "unisex". At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property gender. Schema.org property Product.audience.suggestedGender.
repeated string genders = 1;
Name | Description |
values | Iterable<String> The genders to add. |
Type | Description |
Audience.Builder | This builder for chaining. |
addGenders(String value)
public Audience.Builder addGenders(String value)
The genders of the audience. Strongly encouraged to use the standard values: "male", "female", "unisex". At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property gender. Schema.org property Product.audience.suggestedGender.
repeated string genders = 1;
Name | Description |
value | String The genders to add. |
Type | Description |
Audience.Builder | This builder for chaining. |
addGendersBytes(ByteString value)
public Audience.Builder addGendersBytes(ByteString value)
The genders of the audience. Strongly encouraged to use the standard values: "male", "female", "unisex". At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property gender. Schema.org property Product.audience.suggestedGender.
repeated string genders = 1;
Name | Description |
value | ByteString The bytes of the genders to add. |
Type | Description |
Audience.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Audience.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Audience.Builder |
build()
public Audience build()
Type | Description |
Audience |
buildPartial()
public Audience buildPartial()
Type | Description |
Audience |
clear()
public Audience.Builder clear()
Type | Description |
Audience.Builder |
clearAgeGroups()
public Audience.Builder clearAgeGroups()
The age groups of the audience. Strongly encouraged to use the standard values: "newborn" (up to 3 months old), "infant" (3\u201312 months old), "toddler" (1\u20135 years old), "kids" (5\u201313 years old), "adult" (typically teens or older). At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property age_group. Schema.org property Product.audience.suggestedMinAge and Product.audience.suggestedMaxAge.
repeated string age_groups = 2;
Type | Description |
Audience.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Audience.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Audience.Builder |
clearGenders()
public Audience.Builder clearGenders()
The genders of the audience. Strongly encouraged to use the standard values: "male", "female", "unisex". At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property gender. Schema.org property Product.audience.suggestedGender.
repeated string genders = 1;
Type | Description |
Audience.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Audience.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Audience.Builder |
clone()
public Audience.Builder clone()
Type | Description |
Audience.Builder |
getAgeGroups(int index)
public String getAgeGroups(int index)
The age groups of the audience. Strongly encouraged to use the standard values: "newborn" (up to 3 months old), "infant" (3\u201312 months old), "toddler" (1\u20135 years old), "kids" (5\u201313 years old), "adult" (typically teens or older). At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property age_group. Schema.org property Product.audience.suggestedMinAge and Product.audience.suggestedMaxAge.
repeated string age_groups = 2;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The ageGroups at the given index. |
getAgeGroupsBytes(int index)
public ByteString getAgeGroupsBytes(int index)
The age groups of the audience. Strongly encouraged to use the standard values: "newborn" (up to 3 months old), "infant" (3\u201312 months old), "toddler" (1\u20135 years old), "kids" (5\u201313 years old), "adult" (typically teens or older). At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property age_group. Schema.org property Product.audience.suggestedMinAge and Product.audience.suggestedMaxAge.
repeated string age_groups = 2;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the ageGroups at the given index. |
getAgeGroupsCount()
public int getAgeGroupsCount()
The age groups of the audience. Strongly encouraged to use the standard values: "newborn" (up to 3 months old), "infant" (3\u201312 months old), "toddler" (1\u20135 years old), "kids" (5\u201313 years old), "adult" (typically teens or older). At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property age_group. Schema.org property Product.audience.suggestedMinAge and Product.audience.suggestedMaxAge.
repeated string age_groups = 2;
Type | Description |
int | The count of ageGroups. |
getAgeGroupsList()
public ProtocolStringList getAgeGroupsList()
The age groups of the audience. Strongly encouraged to use the standard values: "newborn" (up to 3 months old), "infant" (3\u201312 months old), "toddler" (1\u20135 years old), "kids" (5\u201313 years old), "adult" (typically teens or older). At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property age_group. Schema.org property Product.audience.suggestedMinAge and Product.audience.suggestedMaxAge.
repeated string age_groups = 2;
Type | Description |
ProtocolStringList | A list containing the ageGroups. |
getDefaultInstanceForType()
public Audience getDefaultInstanceForType()
Type | Description |
Audience |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getGenders(int index)
public String getGenders(int index)
The genders of the audience. Strongly encouraged to use the standard values: "male", "female", "unisex". At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property gender. Schema.org property Product.audience.suggestedGender.
repeated string genders = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The genders at the given index. |
getGendersBytes(int index)
public ByteString getGendersBytes(int index)
The genders of the audience. Strongly encouraged to use the standard values: "male", "female", "unisex". At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property gender. Schema.org property Product.audience.suggestedGender.
repeated string genders = 1;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the genders at the given index. |
getGendersCount()
public int getGendersCount()
The genders of the audience. Strongly encouraged to use the standard values: "male", "female", "unisex". At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property gender. Schema.org property Product.audience.suggestedGender.
repeated string genders = 1;
Type | Description |
int | The count of genders. |
getGendersList()
public ProtocolStringList getGendersList()
The genders of the audience. Strongly encouraged to use the standard values: "male", "female", "unisex". At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property gender. Schema.org property Product.audience.suggestedGender.
repeated string genders = 1;
Type | Description |
ProtocolStringList | A list containing the genders. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Audience other)
public Audience.Builder mergeFrom(Audience other)
Name | Description |
other | Audience |
Type | Description |
Audience.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Audience.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Audience.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Audience.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Audience.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Audience.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Audience.Builder |
setAgeGroups(int index, String value)
public Audience.Builder setAgeGroups(int index, String value)
The age groups of the audience. Strongly encouraged to use the standard values: "newborn" (up to 3 months old), "infant" (3\u201312 months old), "toddler" (1\u20135 years old), "kids" (5\u201313 years old), "adult" (typically teens or older). At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property age_group. Schema.org property Product.audience.suggestedMinAge and Product.audience.suggestedMaxAge.
repeated string age_groups = 2;
Name | Description |
index | int The index to set the value at. |
value | String The ageGroups to set. |
Type | Description |
Audience.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Audience.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Audience.Builder |
setGenders(int index, String value)
public Audience.Builder setGenders(int index, String value)
The genders of the audience. Strongly encouraged to use the standard values: "male", "female", "unisex". At most 5 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Google Merchant Center property gender. Schema.org property Product.audience.suggestedGender.
repeated string genders = 1;
Name | Description |
index | int The index to set the value at. |
value | String The genders to set. |
Type | Description |
Audience.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Audience.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Audience.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Audience.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Audience.Builder |