Uses of Class
com.google.cloud.discoveryengine.v1.DataStoreName
-
Packages that use DataStoreName Package Description com.google.cloud.discoveryengine.v1 A client to Discovery Engine API -
-
Uses of DataStoreName in com.google.cloud.discoveryengine.v1
Methods in com.google.cloud.discoveryengine.v1 that return DataStoreName Modifier and Type Method Description DataStoreNameDataStoreName.Builder. build()DataStoreNameDataStoreName.ProjectLocationCollectionDataStoreBuilder. build()static DataStoreNameDataStoreName. of(String project, String location, String dataStore)static DataStoreNameDataStoreName. ofProjectLocationCollectionDataStoreName(String project, String location, String collection, String dataStore)static DataStoreNameDataStoreName. ofProjectLocationDataStoreName(String project, String location, String dataStore)static DataStoreNameDataStoreName. parse(String formattedString)Methods in com.google.cloud.discoveryengine.v1 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.v1 with parameters of type DataStoreName Modifier and Type Method Description ConversationConversationalSearchServiceClient. 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.v1.Schema].ConversationalSearchServiceClient.ListConversationsPagedResponseConversationalSearchServiceClient. listConversations(DataStoreName parent)Lists all Conversations by their parent [DataStore][google.cloud.discoveryengine.v1.DataStore].SchemaServiceClient.ListSchemasPagedResponseSchemaServiceClient. listSchemas(DataStoreName parent)Gets a list of [Schema][google.cloud.discoveryengine.v1.Schema]s.Method parameters in com.google.cloud.discoveryengine.v1 with type arguments of type DataStoreName Modifier and Type Method Description static List<String>DataStoreName. toStringList(List<DataStoreName> values)
-