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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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.
|
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>
|
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.
|
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.
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BoostSpecs.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
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];
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];
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];
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];
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];
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
|
build()
public BoostSpecs build()
buildPartial()
public BoostSpecs buildPartial()
clear()
public BoostSpecs.Builder clear()
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) = { ... }
clearField(Descriptors.FieldDescriptor field)
public BoostSpecs.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public BoostSpecs.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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];
clone()
public BoostSpecs.Builder clone()
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) = { ... }
getDefaultInstanceForType()
public BoostSpecs getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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
|
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
|
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];
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];
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
|
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(BoostSpecs other)
public BoostSpecs.Builder mergeFrom(BoostSpecs other)
public BoostSpecs.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public BoostSpecs.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BoostSpecs.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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
|
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.
|
setField(Descriptors.FieldDescriptor field, Object value)
public BoostSpecs.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BoostSpecs.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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];
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];
setUnknownFields(UnknownFieldSet unknownFields)
public final BoostSpecs.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides