Uses of Class
com.google.cloud.discoveryengine.v1beta.DataStoreName
-
Packages that use DataStoreName Package Description com.google.cloud.discoveryengine.v1beta A client to Discovery Engine API -
-
Uses of DataStoreName in com.google.cloud.discoveryengine.v1beta
Methods in com.google.cloud.discoveryengine.v1beta that return DataStoreName Modifier and Type Method Description DataStoreName
DataStoreName.Builder. build()
DataStoreName
DataStoreName.ProjectLocationCollectionDataStoreBuilder. build()
static DataStoreName
DataStoreName. of(String project, String location, String dataStore)
static DataStoreName
DataStoreName. ofProjectLocationCollectionDataStoreName(String project, String location, String collection, String dataStore)
static DataStoreName
DataStoreName. ofProjectLocationDataStoreName(String project, String location, String dataStore)
static DataStoreName
DataStoreName. parse(String formattedString)
Methods in com.google.cloud.discoveryengine.v1beta that return types with arguments of type DataStoreName Modifier and Type Method Description static List<DataStoreName>
DataStoreName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.discoveryengine.v1beta with parameters of type DataStoreName Modifier and Type Method Description Conversation
ConversationalSearchServiceClient. createConversation(DataStoreName parent, Conversation conversation)
Creates a Conversation.com.google.api.gax.longrunning.OperationFuture<Schema,CreateSchemaMetadata>
SchemaServiceClient. createSchemaAsync(DataStoreName parent, Schema schema, String schemaId)
Creates a [Schema][google.cloud.discoveryengine.v1beta.Schema].ConversationalSearchServiceClient.ListConversationsPagedResponse
ConversationalSearchServiceClient. listConversations(DataStoreName parent)
Lists all Conversations by their parent [DataStore][google.cloud.discoveryengine.v1beta.DataStore].SchemaServiceClient.ListSchemasPagedResponse
SchemaServiceClient. listSchemas(DataStoreName parent)
Gets a list of [Schema][google.cloud.discoveryengine.v1beta.Schema]s.Method parameters in com.google.cloud.discoveryengine.v1beta with type arguments of type DataStoreName Modifier and Type Method Description static List<String>
DataStoreName. toStringList(List<DataStoreName> values)
-