- 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 Model.ServingConfigList.Builder extends GeneratedMessageV3.Builder<Model.ServingConfigList.Builder> implements Model.ServingConfigListOrBuilder
Represents an ordered combination of valid serving configs, which
can be used for PAGE_OPTIMIZATION
recommendations.
Protobuf type google.cloud.retail.v2alpha.Model.ServingConfigList
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Model.ServingConfigList.BuilderImplements
Model.ServingConfigListOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllServingConfigIds(Iterable<String> values)
public Model.ServingConfigList.Builder addAllServingConfigIds(Iterable<String> values)
Optional. A set of valid serving configs that may be used for
PAGE_OPTIMIZATION
.
repeated string serving_config_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
values | Iterable<String> The servingConfigIds to add. |
Returns | |
---|---|
Type | Description |
Model.ServingConfigList.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Model.ServingConfigList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Model.ServingConfigList.Builder |
addServingConfigIds(String value)
public Model.ServingConfigList.Builder addServingConfigIds(String value)
Optional. A set of valid serving configs that may be used for
PAGE_OPTIMIZATION
.
repeated string serving_config_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value | String The servingConfigIds to add. |
Returns | |
---|---|
Type | Description |
Model.ServingConfigList.Builder | This builder for chaining. |
addServingConfigIdsBytes(ByteString value)
public Model.ServingConfigList.Builder addServingConfigIdsBytes(ByteString value)
Optional. A set of valid serving configs that may be used for
PAGE_OPTIMIZATION
.
repeated string serving_config_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes of the servingConfigIds to add. |
Returns | |
---|---|
Type | Description |
Model.ServingConfigList.Builder | This builder for chaining. |
build()
public Model.ServingConfigList build()
Returns | |
---|---|
Type | Description |
Model.ServingConfigList |
buildPartial()
public Model.ServingConfigList buildPartial()
Returns | |
---|---|
Type | Description |
Model.ServingConfigList |
clear()
public Model.ServingConfigList.Builder clear()
Returns | |
---|---|
Type | Description |
Model.ServingConfigList.Builder |
clearField(Descriptors.FieldDescriptor field)
public Model.ServingConfigList.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
Model.ServingConfigList.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Model.ServingConfigList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
Model.ServingConfigList.Builder |
clearServingConfigIds()
public Model.ServingConfigList.Builder clearServingConfigIds()
Optional. A set of valid serving configs that may be used for
PAGE_OPTIMIZATION
.
repeated string serving_config_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Model.ServingConfigList.Builder | This builder for chaining. |
clone()
public Model.ServingConfigList.Builder clone()
Returns | |
---|---|
Type | Description |
Model.ServingConfigList.Builder |
getDefaultInstanceForType()
public Model.ServingConfigList getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Model.ServingConfigList |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getServingConfigIds(int index)
public String getServingConfigIds(int index)
Optional. A set of valid serving configs that may be used for
PAGE_OPTIMIZATION
.
repeated string serving_config_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The servingConfigIds at the given index. |
getServingConfigIdsBytes(int index)
public ByteString getServingConfigIdsBytes(int index)
Optional. A set of valid serving configs that may be used for
PAGE_OPTIMIZATION
.
repeated string serving_config_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the servingConfigIds at the given index. |
getServingConfigIdsCount()
public int getServingConfigIdsCount()
Optional. A set of valid serving configs that may be used for
PAGE_OPTIMIZATION
.
repeated string serving_config_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int | The count of servingConfigIds. |
getServingConfigIdsList()
public ProtocolStringList getServingConfigIdsList()
Optional. A set of valid serving configs that may be used for
PAGE_OPTIMIZATION
.
repeated string serving_config_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ProtocolStringList | A list containing the servingConfigIds. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(Model.ServingConfigList other)
public Model.ServingConfigList.Builder mergeFrom(Model.ServingConfigList other)
Parameter | |
---|---|
Name | Description |
other | Model.ServingConfigList |
Returns | |
---|---|
Type | Description |
Model.ServingConfigList.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Model.ServingConfigList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Model.ServingConfigList.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Model.ServingConfigList.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
Model.ServingConfigList.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Model.ServingConfigList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Model.ServingConfigList.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Model.ServingConfigList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Model.ServingConfigList.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Model.ServingConfigList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
Model.ServingConfigList.Builder |
setServingConfigIds(int index, String value)
public Model.ServingConfigList.Builder setServingConfigIds(int index, String value)
Optional. A set of valid serving configs that may be used for
PAGE_OPTIMIZATION
.
repeated string serving_config_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index | int The index to set the value at. |
value | String The servingConfigIds to set. |
Returns | |
---|---|
Type | Description |
Model.ServingConfigList.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Model.ServingConfigList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Model.ServingConfigList.Builder |