Uses of Class
com.google.cloud.discoveryengine.v1beta.BranchName
-
Packages that use BranchName Package Description com.google.cloud.discoveryengine.v1beta A client to Discovery Engine API -
-
Uses of BranchName in com.google.cloud.discoveryengine.v1beta
Methods in com.google.cloud.discoveryengine.v1beta 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.v1beta 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.v1beta 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.v1beta.Document].DocumentServiceClient.ListDocumentsPagedResponse
DocumentServiceClient. listDocuments(BranchName parent)
Gets a list of [Document][google.cloud.discoveryengine.v1beta.Document]s.Method parameters in com.google.cloud.discoveryengine.v1beta with type arguments of type BranchName Modifier and Type Method Description static List<String>
BranchName. toStringList(List<BranchName> values)
-