• Home
  • Raw
  • Download

Lines Matching +full:path +full:- +full:parse

7 #     https://www.apache.org/licenses/LICENSE-2.0
39 * Formats a string containing the fully-qualified path to represent a location resource.
51 * Formats a string containing the fully-qualified path to represent a product resource.
64 * Formats a string containing the fully-qualified path to represent a product_set resource.
78 * Formats a string containing the fully-qualified path to represent a reference_image resource.
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",