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 LocationName
LocationName.Builder. build()
static LocationName
LocationName. of(String project, String location)
static LocationName
LocationName. 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 Product
ProductSearchClient. createProduct(LocationName parent, Product product, String productId)
Creates and returns a new product resource.ProductSet
ProductSearchClient. 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.ListProductsPagedResponse
ProductSearchClient. listProducts(LocationName parent)
Lists products in an unspecified order.ProductSearchClient.ListProductSetsPagedResponse
ProductSearchClient. 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)
-