Class Model.ServingConfigList.Builder (2.43.0)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
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
NameDescription
valuesIterable<String>

The servingConfigIds to add.

Returns
TypeDescription
Model.ServingConfigList.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Model.ServingConfigList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Model.ServingConfigList.Builder
Overrides

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
NameDescription
valueString

The servingConfigIds to add.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes of the servingConfigIds to add.

Returns
TypeDescription
Model.ServingConfigList.Builder

This builder for chaining.

build()

public Model.ServingConfigList build()
Returns
TypeDescription
Model.ServingConfigList

buildPartial()

public Model.ServingConfigList buildPartial()
Returns
TypeDescription
Model.ServingConfigList

clear()

public Model.ServingConfigList.Builder clear()
Returns
TypeDescription
Model.ServingConfigList.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Model.ServingConfigList.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Model.ServingConfigList.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Model.ServingConfigList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
Model.ServingConfigList.Builder

This builder for chaining.

clone()

public Model.ServingConfigList.Builder clone()
Returns
TypeDescription
Model.ServingConfigList.Builder
Overrides

getDefaultInstanceForType()

public Model.ServingConfigList getDefaultInstanceForType()
Returns
TypeDescription
Model.ServingConfigList

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ProtocolStringList

A list containing the servingConfigIds.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Model.ServingConfigList other)

public Model.ServingConfigList.Builder mergeFrom(Model.ServingConfigList other)
Parameter
NameDescription
otherModel.ServingConfigList
Returns
TypeDescription
Model.ServingConfigList.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Model.ServingConfigList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Model.ServingConfigList.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Model.ServingConfigList.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Model.ServingConfigList.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Model.ServingConfigList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Model.ServingConfigList.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Model.ServingConfigList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Model.ServingConfigList.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Model.ServingConfigList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueString

The servingConfigIds to set.

Returns
TypeDescription
Model.ServingConfigList.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Model.ServingConfigList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Model.ServingConfigList.Builder
Overrides