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 BranchNameBranchName.Builder. build()BranchNameBranchName.ProjectLocationCollectionDataStoreBranchBuilder. build()static BranchNameBranchName. of(String project, String location, String dataStore, String branch)static BranchNameBranchName. ofProjectLocationCollectionDataStoreBranchName(String project, String location, String collection, String dataStore, String branch)static BranchNameBranchName. ofProjectLocationDataStoreBranchName(String project, String location, String dataStore, String branch)static BranchNameBranchName. 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 DocumentDocumentServiceClient. createDocument(BranchName parent, Document document, String documentId)Creates a [Document][google.cloud.discoveryengine.v1beta.Document].DocumentServiceClient.ListDocumentsPagedResponseDocumentServiceClient. 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)
-