Class Model.ServingConfigList.Builder (2.85.0)

public static final class Model.ServingConfigList.Builder extends GeneratedMessage.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.v2.Model.ServingConfigList

Static 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.

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
Overrides

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.

getDefaultInstanceForType()

public Model.ServingConfigList getDefaultInstanceForType()
Returns
Type Description
Model.ServingConfigList

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
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
Overrides

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.