Lines Matching +full:get +full:- +full:location
7 # https://www.apache.org/licenses/LICENSE-2.0
24 PathTemplate.createWithoutUrlEncoding("projects/{project}/locations/{location}");
28 "projects/{project}/locations/{location}/products/{product}");
32 "projects/{project}/locations/{location}/productSets/{product_set}");
36 … "projects/{project}/locations/{location}/products/{product}/referenceImages/{reference_image}");
39 * Formats a string containing the fully-qualified path to represent a location resource.
44 public static final String formatLocationName(String project, String location) {
47 "location", location);
51 * Formats a string containing the fully-qualified path to represent a product resource.
56 public static final String formatProductName(String project, String location, String product) {
59 "location", location,
64 * Formats a string containing the fully-qualified path to represent a product_set resource.
70 String project, String location, String productSet) {
73 "location", location,
78 * Formats a string containing the fully-qualified path to represent a reference_image resource.
84 String project, String location, String product, String referenceImage) {
87 "location", location,
93 * Parses the project from the given fully-qualified path which represents a location resource.
99 return LOCATION_PATH_TEMPLATE.parse(locationName).get("project");
103 * Parses the location from the given fully-qualified path which represents a location resource.
109 return LOCATION_PATH_TEMPLATE.parse(locationName).get("location");
113 * Parses the project from the given fully-qualified path which represents a product resource.
119 return PRODUCT_PATH_TEMPLATE.parse(productName).get("project");
123 * Parses the location from the given fully-qualified path which represents a product resource.
129 return PRODUCT_PATH_TEMPLATE.parse(productName).get("location");
133 * Parses the product from the given fully-qualified path which represents a product resource.
139 return PRODUCT_PATH_TEMPLATE.parse(productName).get("product");
143 * Parses the project from the given fully-qualified path which represents a product_set resource.
149 return PRODUCT_SET_PATH_TEMPLATE.parse(productSetName).get("project");
153 * Parses the location from the given fully-qualified path which represents a product_set
160 return PRODUCT_SET_PATH_TEMPLATE.parse(productSetName).get("location");
164 * Parses the product_set from the given fully-qualified path which represents a product_set
171 return PRODUCT_SET_PATH_TEMPLATE.parse(productSetName).get("product_set");
175 * Parses the project from the given fully-qualified path which represents a reference_image
182 return REFERENCE_IMAGE_PATH_TEMPLATE.parse(referenceImageName).get("project");
186 * Parses the location from the given fully-qualified path which represents a reference_image
193 return REFERENCE_IMAGE_PATH_TEMPLATE.parse(referenceImageName).get("location");
197 * Parses the product from the given fully-qualified path which represents a reference_image
204 return REFERENCE_IMAGE_PATH_TEMPLATE.parse(referenceImageName).get("product");
208 * Parses the reference_image from the given fully-qualified path which represents a
215 return REFERENCE_IMAGE_PATH_TEMPLATE.parse(referenceImageName).get("reference_image");
220 # put any special-case replacements here
222 …"owl-bot-staging/v1/google-cloud-vision/src/main/java/com/google/cloud/vision/v1/ProductSearchClie…
227 …"owl-bot-staging/v1/google-cloud-vision/src/main/java/com/google/cloud/vision/v1/ProductSearchClie…
243 "license-checks.xml",