Uses of Class
com.google.cloud.discoveryengine.v1.BranchName
-
Packages that use BranchName Package Description com.google.cloud.discoveryengine.v1 A client to Discovery Engine API -
-
Uses of BranchName in com.google.cloud.discoveryengine.v1
Methods in com.google.cloud.discoveryengine.v1 that return BranchName Modifier and Type Method Description BranchName
BranchName.Builder. build()
BranchName
BranchName.ProjectLocationCollectionDataStoreBranchBuilder. build()
static BranchName
BranchName. of(String project, String location, String dataStore, String branch)
static BranchName
BranchName. ofProjectLocationCollectionDataStoreBranchName(String project, String location, String collection, String dataStore, String branch)
static BranchName
BranchName. ofProjectLocationDataStoreBranchName(String project, String location, String dataStore, String branch)
static BranchName
BranchName. parse(String formattedString)
Methods in com.google.cloud.discoveryengine.v1 that return types with arguments of type BranchName Modifier and Type Method Description static List<BranchName>
BranchName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.discoveryengine.v1 with parameters of type BranchName Modifier and Type Method Description Document
DocumentServiceClient. createDocument(BranchName parent, Document document, String documentId)
Creates a [Document][google.cloud.discoveryengine.v1.Document].DocumentServiceClient.ListDocumentsPagedResponse
DocumentServiceClient. listDocuments(BranchName parent)
Gets a list of [Document][google.cloud.discoveryengine.v1.Document]s.Method parameters in com.google.cloud.discoveryengine.v1 with type arguments of type BranchName Modifier and Type Method Description static List<String>
BranchName. toStringList(List<BranchName> values)
-