Uses of Class
com.google.cloud.vision.v1p3beta1.LocationName
-
Packages that use LocationName Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of LocationName in com.google.cloud.vision.v1p3beta1
Methods in com.google.cloud.vision.v1p3beta1 that return LocationName Modifier and Type Method Description LocationNameLocationName.Builder. build()static LocationNameLocationName. of(String project, String location)static LocationNameLocationName. parse(String formattedString)Methods in com.google.cloud.vision.v1p3beta1 that return types with arguments of type LocationName Modifier and Type Method Description static List<LocationName>LocationName. parseList(List<String> formattedStrings)Methods in com.google.cloud.vision.v1p3beta1 with parameters of type LocationName Modifier and Type Method Description ProductProductSearchClient. createProduct(LocationName parent, Product product, String productId)Creates and returns a new product resource.ProductSetProductSearchClient. createProductSet(LocationName parent, ProductSet productSet, String productSetId)Creates and returns a new ProductSet resource.com.google.api.gax.longrunning.OperationFuture<ImportProductSetsResponse,BatchOperationMetadata>ProductSearchClient. importProductSetsAsync(LocationName parent, ImportProductSetsInputConfig inputConfig)Asynchronous API that imports a list of reference images to specified product sets based on a list of image information.ProductSearchClient.ListProductsPagedResponseProductSearchClient. listProducts(LocationName parent)Lists products in an unspecified order.ProductSearchClient.ListProductSetsPagedResponseProductSearchClient. listProductSets(LocationName parent)Lists ProductSets in an unspecified order.Method parameters in com.google.cloud.vision.v1p3beta1 with type arguments of type LocationName Modifier and Type Method Description static List<String>LocationName. toStringList(List<LocationName> values)
-