public interface BoostSpecsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataStores(int index)
Optional.
|
com.google.protobuf.ByteString |
getDataStoresBytes(int index)
Optional.
|
int |
getDataStoresCount()
Optional.
|
List<String> |
getDataStoresList()
Optional.
|
BoostSpec |
getSpec(int index)
Optional.
|
int |
getSpecCount()
Optional.
|
List<BoostSpec> |
getSpecList()
Optional.
|
BoostSpecOrBuilder |
getSpecOrBuilder(int index)
Optional.
|
List<? extends BoostSpecOrBuilder> |
getSpecOrBuilderList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> 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) = { ... }
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) = { ... }
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) = { ... }
index - The index of the element to return.com.google.protobuf.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) = { ... }
index - The index of the value to return.List<BoostSpec> getSpecList()
Optional. A list of boosting specifications.
repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];
BoostSpec getSpec(int index)
Optional. A list of boosting specifications.
repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];
int getSpecCount()
Optional. A list of boosting specifications.
repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];
List<? extends BoostSpecOrBuilder> getSpecOrBuilderList()
Optional. A list of boosting specifications.
repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];
BoostSpecOrBuilder getSpecOrBuilder(int index)
Optional. A list of boosting specifications.
repeated .google.cloud.dialogflow.cx.v3.BoostSpec spec = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.