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 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.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 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.v1beta.Schema].ConversationalSearchServiceClient.ListConversationsPagedResponseConversationalSearchServiceClient. listConversations(DataStoreName parent)Lists all Conversations by their parent [DataStore][google.cloud.discoveryengine.v1beta.DataStore].SchemaServiceClient.ListSchemasPagedResponseSchemaServiceClient. 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)
-