Class BoostSpecs.Builder (0.54.0)

public static final class BoostSpecs.Builder extends GeneratedMessageV3.Builder<BoostSpecs.Builder> implements BoostSpecsOrBuilder

Boost specifications for data stores.

Protobuf type google.cloud.dialogflow.cx.v3.BoostSpecs

Implements

BoostSpecsOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllDataStores(Iterable<String> values)

public BoostSpecs.Builder addAllDataStores(Iterable<String> values)

Optional. Data Stores where the boosting configuration is applied. The full names of the referenced data stores. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}

repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
values Iterable<String>

The dataStores to add.

Returns
Type Description
BoostSpecs.Builder

This builder for chaining.

addAllSpec(Iterable<? extends BoostSpec> values)

public BoostSpecs.Builder addAllSpec(Iterable<? extends BoostSpec> values)

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
values Iterable<? extends com.google.cloud.dialogflow.cx.v3.BoostSpec>
Returns
Type Description
BoostSpecs.Builder

addDataStores(String value)

public BoostSpecs.Builder addDataStores(String value)

Optional. Data Stores where the boosting configuration is applied. The full names of the referenced data stores. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}

repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The dataStores to add.

Returns
Type Description
BoostSpecs.Builder

This builder for chaining.

addDataStoresBytes(ByteString value)

public BoostSpecs.Builder addDataStoresBytes(ByteString value)

Optional. Data Stores where the boosting configuration is applied. The full names of the referenced data stores. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}

repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes of the dataStores to add.

Returns
Type Description
BoostSpecs.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BoostSpecs.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BoostSpecs.Builder
Overrides

addSpec(BoostSpec value)

public BoostSpecs.Builder addSpec(BoostSpec value)

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value BoostSpec
Returns
Type Description
BoostSpecs.Builder

addSpec(BoostSpec.Builder builderForValue)

public BoostSpecs.Builder addSpec(BoostSpec.Builder builderForValue)

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue BoostSpec.Builder
Returns
Type Description
BoostSpecs.Builder

addSpec(int index, BoostSpec value)

public BoostSpecs.Builder addSpec(int index, BoostSpec value)

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
value BoostSpec
Returns
Type Description
BoostSpecs.Builder

addSpec(int index, BoostSpec.Builder builderForValue)

public BoostSpecs.Builder addSpec(int index, BoostSpec.Builder builderForValue)

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
builderForValue BoostSpec.Builder
Returns
Type Description
BoostSpecs.Builder

addSpecBuilder()

public BoostSpec.Builder addSpecBuilder()

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BoostSpec.Builder

addSpecBuilder(int index)

public BoostSpec.Builder addSpecBuilder(int index)

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
BoostSpec.Builder

build()

public BoostSpecs build()
Returns
Type Description
BoostSpecs

buildPartial()

public BoostSpecs buildPartial()
Returns
Type Description
BoostSpecs

clear()

public BoostSpecs.Builder clear()
Returns
Type Description
BoostSpecs.Builder
Overrides

clearDataStores()

public BoostSpecs.Builder clearDataStores()

Optional. Data Stores where the boosting configuration is applied. The full names of the referenced data stores. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}

repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
BoostSpecs.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public BoostSpecs.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
BoostSpecs.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public BoostSpecs.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
BoostSpecs.Builder
Overrides

clearSpec()

public BoostSpecs.Builder clearSpec()

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BoostSpecs.Builder

clone()

public BoostSpecs.Builder clone()
Returns
Type Description
BoostSpecs.Builder
Overrides

getDataStores(int index)

public String getDataStores(int index)

Optional. Data Stores where the boosting configuration is applied. The full names of the referenced data stores. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}

repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The dataStores at the given index.

getDataStoresBytes(int index)

public ByteString getDataStoresBytes(int index)

Optional. Data Stores where the boosting configuration is applied. The full names of the referenced data stores. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}

repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the dataStores at the given index.

getDataStoresCount()

public int getDataStoresCount()

Optional. Data Stores where the boosting configuration is applied. The full names of the referenced data stores. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}

repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of dataStores.

getDataStoresList()

public ProtocolStringList getDataStoresList()

Optional. Data Stores where the boosting configuration is applied. The full names of the referenced data stores. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}

repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
ProtocolStringList

A list containing the dataStores.

getDefaultInstanceForType()

public BoostSpecs getDefaultInstanceForType()
Returns
Type Description
BoostSpecs

getDescriptorForType()

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

getSpec(int index)

public BoostSpec getSpec(int index)

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
BoostSpec

getSpecBuilder(int index)

public BoostSpec.Builder getSpecBuilder(int index)

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
BoostSpec.Builder

getSpecBuilderList()

public List<BoostSpec.Builder> getSpecBuilderList()

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Builder>

getSpecCount()

public int getSpecCount()

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getSpecList()

public List<BoostSpec> getSpecList()

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<BoostSpec>

getSpecOrBuilder(int index)

public BoostSpecOrBuilder getSpecOrBuilder(int index)

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
BoostSpecOrBuilder

getSpecOrBuilderList()

public List<? extends BoostSpecOrBuilder> getSpecOrBuilderList()

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.dialogflow.cx.v3.BoostSpecOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BoostSpecs other)

public BoostSpecs.Builder mergeFrom(BoostSpecs other)
Parameter
Name Description
other BoostSpecs
Returns
Type Description
BoostSpecs.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BoostSpecs.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BoostSpecs.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public BoostSpecs.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
BoostSpecs.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BoostSpecs.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BoostSpecs.Builder
Overrides

removeSpec(int index)

public BoostSpecs.Builder removeSpec(int index)

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
BoostSpecs.Builder

setDataStores(int index, String value)

public BoostSpecs.Builder setDataStores(int index, String value)

Optional. Data Stores where the boosting configuration is applied. The full names of the referenced data stores. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}

repeated string data_stores = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameters
Name Description
index int

The index to set the value at.

value String

The dataStores to set.

Returns
Type Description
BoostSpecs.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public BoostSpecs.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BoostSpecs.Builder
Overrides

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

public BoostSpecs.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
BoostSpecs.Builder
Overrides

setSpec(int index, BoostSpec value)

public BoostSpecs.Builder setSpec(int index, BoostSpec value)

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
value BoostSpec
Returns
Type Description
BoostSpecs.Builder

setSpec(int index, BoostSpec.Builder builderForValue)

public BoostSpecs.Builder setSpec(int index, BoostSpec.Builder builderForValue)

Optional. A list of boosting specifications.

repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
builderForValue BoostSpec.Builder
Returns
Type Description
BoostSpecs.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final BoostSpecs.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BoostSpecs.Builder
Overrides