diff --git a/google-api-grpc/grpc-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductSearchGrpc.java b/google-api-grpc/grpc-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductSearchGrpc.java index 1ae87bc3751b..92cedf895858 100644 --- a/google-api-grpc/grpc-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductSearchGrpc.java +++ b/google-api-grpc/grpc-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductSearchGrpc.java @@ -13,13 +13,15 @@ *
* Manages Products and ProductSets of reference images for use in product * search. It uses the following resource model: - * - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] resources, named - * `projects/*/locations/*/productSets/*`, which acts as a way to put different - * products into groups to limit identification. + * - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] + * resources, named `projects/*/locations/*/productSets/*`, which acts as a way + * to put different products into groups to limit identification. * In parallel, - * - The API has a collection of [Product][google.cloud.vision.v1.Product] resources, named + * - The API has a collection of [Product][google.cloud.vision.v1.Product] + * resources, named * `projects/*/locations/*/products/*` - * - Each [Product][google.cloud.vision.v1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named + * - Each [Product][google.cloud.vision.v1.Product] has a collection of + * [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named * `projects/*/locations/*/products/*/referenceImages/*` **/ @@ -1051,13 +1053,15 @@ public static ProductSearchFutureStub newFutureStub(io.grpc.Channel channel) { *
* Manages Products and ProductSets of reference images for use in product * search. It uses the following resource model: - * - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] resources, named - * `projects/*/locations/*/productSets/*`, which acts as a way to put different - * products into groups to limit identification. + * - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] + * resources, named `projects/*/locations/*/productSets/*`, which acts as a way + * to put different products into groups to limit identification. * In parallel, - * - The API has a collection of [Product][google.cloud.vision.v1.Product] resources, named + * - The API has a collection of [Product][google.cloud.vision.v1.Product] + * resources, named * `projects/*/locations/*/products/*` - * - Each [Product][google.cloud.vision.v1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named + * - Each [Product][google.cloud.vision.v1.Product] has a collection of + * [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named * `projects/*/locations/*/products/*/referenceImages/*` **/ @@ -1372,8 +1376,8 @@ public void listProductsInProductSet( *
* Asynchronous API that imports a list of reference images to specified * product sets based on a list of image information. - * The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the - * progress and results of the request. + * The [google.longrunning.Operation][google.longrunning.Operation] API can be + * used to keep track of the progress and results of the request. * `Operation.metadata` contains `BatchOperationMetadata`. (progress) * `Operation.response` contains `ImportProductSetsResponse`. (results) * The input source of this method is a csv file on Google Cloud Storage. @@ -1514,13 +1518,15 @@ public final io.grpc.ServerServiceDefinition bindService() { ** Manages Products and ProductSets of reference images for use in product * search. It uses the following resource model: - * - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] resources, named - * `projects/*/locations/*/productSets/*`, which acts as a way to put different - * products into groups to limit identification. + * - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] + * resources, named `projects/*/locations/*/productSets/*`, which acts as a way + * to put different products into groups to limit identification. * In parallel, - * - The API has a collection of [Product][google.cloud.vision.v1.Product] resources, named + * - The API has a collection of [Product][google.cloud.vision.v1.Product] + * resources, named * `projects/*/locations/*/products/*` - * - Each [Product][google.cloud.vision.v1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named + * - Each [Product][google.cloud.vision.v1.Product] has a collection of + * [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named * `projects/*/locations/*/products/*/referenceImages/*` **/ @@ -1898,8 +1904,8 @@ public void listProductsInProductSet( ** Asynchronous API that imports a list of reference images to specified * product sets based on a list of image information. - * The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the - * progress and results of the request. + * The [google.longrunning.Operation][google.longrunning.Operation] API can be + * used to keep track of the progress and results of the request. * `Operation.metadata` contains `BatchOperationMetadata`. (progress) * `Operation.response` contains `ImportProductSetsResponse`. (results) * The input source of this method is a csv file on Google Cloud Storage. @@ -1923,13 +1929,15 @@ public void importProductSets( ** Manages Products and ProductSets of reference images for use in product * search. It uses the following resource model: - * - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] resources, named - * `projects/*/locations/*/productSets/*`, which acts as a way to put different - * products into groups to limit identification. + * - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] + * resources, named `projects/*/locations/*/productSets/*`, which acts as a way + * to put different products into groups to limit identification. * In parallel, - * - The API has a collection of [Product][google.cloud.vision.v1.Product] resources, named + * - The API has a collection of [Product][google.cloud.vision.v1.Product] + * resources, named * `projects/*/locations/*/products/*` - * - Each [Product][google.cloud.vision.v1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named + * - Each [Product][google.cloud.vision.v1.Product] has a collection of + * [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named * `projects/*/locations/*/products/*/referenceImages/*` **/ @@ -2254,8 +2262,8 @@ public com.google.cloud.vision.v1.ListProductsInProductSetResponse listProductsI ** Asynchronous API that imports a list of reference images to specified * product sets based on a list of image information. - * The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the - * progress and results of the request. + * The [google.longrunning.Operation][google.longrunning.Operation] API can be + * used to keep track of the progress and results of the request. * `Operation.metadata` contains `BatchOperationMetadata`. (progress) * `Operation.response` contains `ImportProductSetsResponse`. (results) * The input source of this method is a csv file on Google Cloud Storage. @@ -2276,13 +2284,15 @@ public com.google.longrunning.Operation importProductSets( ** * Protobuf type {@code google.cloud.vision.v1p3beta1.TextAnnotation} diff --git a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/geometry.proto b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/geometry.proto index e3042b89d883..28b768eaa792 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/geometry.proto +++ b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/geometry.proto @@ -24,7 +24,6 @@ option java_multiple_files = true; option java_outer_classname = "GeometryProto"; option java_package = "com.google.cloud.vision.v1p3beta1"; - // A vertex represents a 2D point in the image. // NOTE: the vertex coordinates are in the same scale as the original image. message Vertex { diff --git a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/image_annotator.proto b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/image_annotator.proto index ceb590176efe..2ac3ddb8b21c 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/image_annotator.proto +++ b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/image_annotator.proto @@ -33,13 +33,13 @@ option java_multiple_files = true; option java_outer_classname = "ImageAnnotatorProto"; option java_package = "com.google.cloud.vision.v1p3beta1"; - // Service that performs Google Cloud Vision API detection tasks over client // images, such as face, landmark, logo, label, and text detection. The // ImageAnnotator service returns detected entities from the images. service ImageAnnotator { // Run image detection and annotation for a batch of images. - rpc BatchAnnotateImages(BatchAnnotateImagesRequest) returns (BatchAnnotateImagesResponse) { + rpc BatchAnnotateImages(BatchAnnotateImagesRequest) + returns (BatchAnnotateImagesResponse) { option (google.api.http) = { post: "/v1p3beta1/images:annotate" body: "*" @@ -52,7 +52,8 @@ service ImageAnnotator { // `google.longrunning.Operations` interface. // `Operation.metadata` contains `OperationMetadata` (metadata). // `Operation.response` contains `AsyncBatchAnnotateFilesResponse` (results). - rpc AsyncBatchAnnotateFiles(AsyncBatchAnnotateFilesRequest) returns (google.longrunning.Operation) { + rpc AsyncBatchAnnotateFiles(AsyncBatchAnnotateFilesRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1p3beta1/files:asyncBatchAnnotate" body: "*" @@ -624,7 +625,8 @@ message AnnotateImageResponse { WebDetection web_detection = 13; // If present, product search has completed successfully. - google.cloud.vision.v1p3beta1.ProductSearchResults product_search_results = 14; + google.cloud.vision.v1p3beta1.ProductSearchResults product_search_results = + 14; // If set, represents the error message for the operation. // Note that filled-in image annotations are guaranteed to be @@ -691,7 +693,7 @@ message AsyncBatchAnnotateFilesResponse { // The list of file annotation responses, one for each request in // AsyncBatchAnnotateFilesRequest. repeated AsyncAnnotateFileResponse responses = 1; -}; +} // The desired input location and metadata. message InputConfig { diff --git a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/product_search.proto b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/product_search.proto index 85e4e0784e1c..6a30c08759d5 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/product_search.proto +++ b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/product_search.proto @@ -27,7 +27,6 @@ option java_multiple_files = true; option java_outer_classname = "ProductSearchProto"; option java_package = "com.google.cloud.vision.v1p3beta1"; - // Parameters for a product search request. message ProductSearchParams { // The resource name of the catalog to search. @@ -59,7 +58,9 @@ message ProductSearchParams { // Optional. Defaults to `BASIC`. ProductSearchResultsView view = 4; - // The resource name of a [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for similar images. + // The resource name of a + // [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for + // similar images. // // Format is: // `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. diff --git a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/product_search_service.proto b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/product_search_service.proto index 90388e36e228..23919ee7e844 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/product_search_service.proto +++ b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/product_search_service.proto @@ -30,20 +30,23 @@ option java_multiple_files = true; option java_outer_classname = "ProductSearchServiceProto"; option java_package = "com.google.cloud.vision.v1p3beta1"; - // Manages Products and ProductSets of reference images for use in product // search. It uses the following resource model: // -// - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named +// - The API has a collection of +// [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named // `projects/*/locations/*/productSets/*`, which acts as a way to put different // products into groups to limit identification. // // In parallel, // -// - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named +// - The API has a collection of +// [Product][google.cloud.vision.v1p3beta1.Product] resources, named // `projects/*/locations/*/products/*` // -// - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named +// - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of +// [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, +// named // `projects/*/locations/*/products/*/referenceImages/*` service ProductSearch { // Creates and returns a new ProductSet resource. @@ -65,7 +68,8 @@ service ProductSearch { // // * Returns INVALID_ARGUMENT if page_size is greater than 100, or less // than 1. - rpc ListProductSets(ListProductSetsRequest) returns (ListProductSetsResponse) { + rpc ListProductSets(ListProductSetsRequest) + returns (ListProductSetsResponse) { option (google.api.http) = { get: "/v1p3beta1/{parent=projects/*/locations/*}/productSets" }; @@ -105,7 +109,8 @@ service ProductSearch { // Possible errors: // // * Returns NOT_FOUND if the ProductSet does not exist. - rpc DeleteProductSet(DeleteProductSetRequest) returns (google.protobuf.Empty) { + rpc DeleteProductSet(DeleteProductSetRequest) + returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v1p3beta1/{name=projects/*/locations/*/productSets/*}" }; @@ -203,7 +208,8 @@ service ProductSearch { // * Returns INVALID_ARGUMENT if bounding_poly is not provided, and nothing // compatible with the parent product's product_category is detected. // * Returns INVALID_ARGUMENT if bounding_poly contains more than 10 polygons. - rpc CreateReferenceImage(CreateReferenceImageRequest) returns (ReferenceImage) { + rpc CreateReferenceImage(CreateReferenceImageRequest) + returns (ReferenceImage) { option (google.api.http) = { post: "/v1p3beta1/{parent=projects/*/locations/*/products/*}/referenceImages" body: "reference_image" @@ -221,7 +227,8 @@ service ProductSearch { // Possible errors: // // * Returns NOT_FOUND if the reference image does not exist. - rpc DeleteReferenceImage(DeleteReferenceImageRequest) returns (google.protobuf.Empty) { + rpc DeleteReferenceImage(DeleteReferenceImageRequest) + returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v1p3beta1/{name=projects/*/locations/*/products/*/referenceImages/*}" }; @@ -234,7 +241,8 @@ service ProductSearch { // * Returns NOT_FOUND if the parent product does not exist. // * Returns INVALID_ARGUMENT if the page_size is greater than 100, or less // than 1. - rpc ListReferenceImages(ListReferenceImagesRequest) returns (ListReferenceImagesResponse) { + rpc ListReferenceImages(ListReferenceImagesRequest) + returns (ListReferenceImagesResponse) { option (google.api.http) = { get: "/v1p3beta1/{parent=projects/*/locations/*/products/*}/referenceImages" }; @@ -259,7 +267,8 @@ service ProductSearch { // Possible errors: // // * Returns NOT_FOUND if the Product or the ProductSet doesn't exist. - rpc AddProductToProductSet(AddProductToProductSetRequest) returns (google.protobuf.Empty) { + rpc AddProductToProductSet(AddProductToProductSetRequest) + returns (google.protobuf.Empty) { option (google.api.http) = { post: "/v1p3beta1/{name=projects/*/locations/*/productSets/*}:addProduct" body: "*" @@ -271,7 +280,8 @@ service ProductSearch { // Possible errors: // // * Returns NOT_FOUND If the Product is not found under the ProductSet. - rpc RemoveProductFromProductSet(RemoveProductFromProductSetRequest) returns (google.protobuf.Empty) { + rpc RemoveProductFromProductSet(RemoveProductFromProductSetRequest) + returns (google.protobuf.Empty) { option (google.api.http) = { post: "/v1p3beta1/{name=projects/*/locations/*/productSets/*}:removeProduct" body: "*" @@ -285,7 +295,8 @@ service ProductSearch { // Possible errors: // // * Returns INVALID_ARGUMENT if page_size is greater than 100 or less than 1. - rpc ListProductsInProductSet(ListProductsInProductSetRequest) returns (ListProductsInProductSetResponse) { + rpc ListProductsInProductSet(ListProductsInProductSetRequest) + returns (ListProductsInProductSetResponse) { option (google.api.http) = { get: "/v1p3beta1/{name=projects/*/locations/*/productSets/*}/products" }; @@ -294,15 +305,16 @@ service ProductSearch { // Asynchronous API that imports a list of reference images to specified // product sets based on a list of image information. // - // The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the - // progress and results of the request. + // The [google.longrunning.Operation][google.longrunning.Operation] API can be + // used to keep track of the progress and results of the request. // `Operation.metadata` contains `BatchOperationMetadata`. (progress) // `Operation.response` contains `ImportProductSetsResponse`. (results) // // The input source of this method is a csv file on Google Cloud Storage. // For the format of the csv file please see // [ImportProductSetsGcsSource.csv_file_uri][google.cloud.vision.v1p3beta1.ImportProductSetsGcsSource.csv_file_uri]. - rpc ImportProductSets(ImportProductSetsRequest) returns (google.longrunning.Operation) { + rpc ImportProductSets(ImportProductSetsRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1p3beta1/{parent=projects/*/locations/*}/productSets:import" body: "*" @@ -721,9 +733,11 @@ message ImportProductSetsGcsSource { // product_display_name, product_category and labels are ignored. // // If a Product doesn't exist and needs to be created on the fly, the - // product_display_name field refers to [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], the - // product_category field refers to [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], and the - // labels field refers to [Product.labels][]. + // product_display_name field refers to + // [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], + // the product_category field refers to + // [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], + // and the labels field refers to [Product.labels][]. // // Labels (optional) should be a line containing a list of comma-separated // key-value pairs, with the format @@ -772,8 +786,10 @@ message ImportProductSetsRequest { // Response message for the `ImportProductSets` method. // // This message is returned by the -// [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] method in the returned -// [google.longrunning.Operation.response][google.longrunning.Operation.response] field. +// [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] +// method in the returned +// [google.longrunning.Operation.response][google.longrunning.Operation.response] +// field. message ImportProductSetsResponse { // The list of reference_images that are imported successfully. repeated ReferenceImage reference_images = 1; @@ -820,6 +836,7 @@ message BatchOperationMetadata { google.protobuf.Timestamp submit_time = 2; // The time when the batch request is finished and - // [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + // [google.longrunning.Operation.done][google.longrunning.Operation.done] is + // set to true. google.protobuf.Timestamp end_time = 3; } diff --git a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/text_annotation.proto b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/text_annotation.proto index 0856b7f95a44..3c256c5773c9 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/text_annotation.proto +++ b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/text_annotation.proto @@ -25,14 +25,14 @@ option java_multiple_files = true; option java_outer_classname = "TextAnnotationProto"; option java_package = "com.google.cloud.vision.v1p3beta1"; - // TextAnnotation contains a structured representation of OCR extracted text. // The hierarchy of an OCR extracted text structure is like this: // TextAnnotation -> Page -> Block -> Paragraph -> Word -> Symbol // Each structural component, starting from Page, may further have their own // properties. Properties describe detected languages, breaks etc.. Please refer -// to the [TextAnnotation.TextProperty][google.cloud.vision.v1p3beta1.TextAnnotation.TextProperty] message definition below for more -// detail. +// to the +// [TextAnnotation.TextProperty][google.cloud.vision.v1p3beta1.TextAnnotation.TextProperty] +// message definition below for more detail. message TextAnnotation { // Detected language for a structural component. message DetectedLanguage { diff --git a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/web_detection.proto b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/web_detection.proto index ac63b3b8dff6..cf9a22612a74 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/web_detection.proto +++ b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/web_detection.proto @@ -24,7 +24,6 @@ option java_multiple_files = true; option java_outer_classname = "WebDetectionProto"; option java_package = "com.google.cloud.vision.v1p3beta1"; - // Relevant information for the image from the Internet. message WebDetection { // Entity deduced from similar images on the Internet. diff --git a/google-cloud-clients/google-cloud-vision/synth.metadata b/google-cloud-clients/google-cloud-vision/synth.metadata index af1052d449e5..20cea9116e20 100644 --- a/google-cloud-clients/google-cloud-vision/synth.metadata +++ b/google-cloud-clients/google-cloud-vision/synth.metadata @@ -1,19 +1,19 @@ { - "updateTime": "2019-02-15T08:56:29.419597Z", + "updateTime": "2019-03-01T08:59:26.771862Z", "sources": [ { "generator": { "name": "artman", - "version": "0.16.13", - "dockerImage": "googleapis/artman@sha256:5fd9aee1d82a00cebf425c8fa431f5457539562f5867ad9c54370f0ec9a7ccaa" + "version": "0.16.14", + "dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "0b81123e2e0e6a5097102a765c54d7c771781461", - "internalRef": "233777126" + "sha": "41d72d444fbe445f4da89e13be02078734fb7875", + "internalRef": "236230004" } } ],* Manages Products and ProductSets of reference images for use in product * search. It uses the following resource model: - * - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] resources, named - * `projects/*/locations/*/productSets/*`, which acts as a way to put different - * products into groups to limit identification. + * - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] + * resources, named `projects/*/locations/*/productSets/*`, which acts as a way + * to put different products into groups to limit identification. * In parallel, - * - The API has a collection of [Product][google.cloud.vision.v1.Product] resources, named + * - The API has a collection of [Product][google.cloud.vision.v1.Product] + * resources, named * `projects/*/locations/*/products/*` - * - Each [Product][google.cloud.vision.v1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named + * - Each [Product][google.cloud.vision.v1.Product] has a collection of + * [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named * `projects/*/locations/*/products/*/referenceImages/*` **/ @@ -2617,8 +2627,8 @@ protected ProductSearchFutureStub build( ** Asynchronous API that imports a list of reference images to specified * product sets based on a list of image information. - * The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the - * progress and results of the request. + * The [google.longrunning.Operation][google.longrunning.Operation] API can be + * used to keep track of the progress and results of the request. * `Operation.metadata` contains `BatchOperationMetadata`. (progress) * `Operation.response` contains `ImportProductSetsResponse`. (results) * The input source of this method is a csv file on Google Cloud Storage. diff --git a/google-api-grpc/grpc-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ProductSearchGrpc.java b/google-api-grpc/grpc-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ProductSearchGrpc.java index d3706c492228..831b069b1b15 100644 --- a/google-api-grpc/grpc-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ProductSearchGrpc.java +++ b/google-api-grpc/grpc-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ProductSearchGrpc.java @@ -13,13 +13,17 @@ ** * Protobuf type {@code google.cloud.vision.v1p3beta1.TextAnnotation} @@ -3480,8 +3481,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * TextAnnotation -> Page -> Block -> Paragraph -> Word -> Symbol * Each structural component, starting from Page, may further have their own * properties. Properties describe detected languages, breaks etc.. Please refer - * to the [TextAnnotation.TextProperty][google.cloud.vision.v1p3beta1.TextAnnotation.TextProperty] message definition below for more - * detail. + * to the + * [TextAnnotation.TextProperty][google.cloud.vision.v1p3beta1.TextAnnotation.TextProperty] + * message definition below for more detail. ** Manages Products and ProductSets of reference images for use in product * search. It uses the following resource model: - * - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named + * - The API has a collection of + * [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named * `projects/*/locations/*/productSets/*`, which acts as a way to put different * products into groups to limit identification. * In parallel, - * - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named + * - The API has a collection of + * [Product][google.cloud.vision.v1p3beta1.Product] resources, named * `projects/*/locations/*/products/*` - * - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named + * - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of + * [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, + * named * `projects/*/locations/*/products/*/referenceImages/*` **/ @@ -1108,13 +1112,17 @@ public static ProductSearchFutureStub newFutureStub(io.grpc.Channel channel) { ** Manages Products and ProductSets of reference images for use in product * search. It uses the following resource model: - * - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named + * - The API has a collection of + * [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named * `projects/*/locations/*/productSets/*`, which acts as a way to put different * products into groups to limit identification. * In parallel, - * - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named + * - The API has a collection of + * [Product][google.cloud.vision.v1p3beta1.Product] resources, named * `projects/*/locations/*/products/*` - * - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named + * - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of + * [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, + * named * `projects/*/locations/*/products/*/referenceImages/*` **/ @@ -1434,8 +1442,8 @@ public void listProductsInProductSet( ** Asynchronous API that imports a list of reference images to specified * product sets based on a list of image information. - * The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the - * progress and results of the request. + * The [google.longrunning.Operation][google.longrunning.Operation] API can be + * used to keep track of the progress and results of the request. * `Operation.metadata` contains `BatchOperationMetadata`. (progress) * `Operation.response` contains `ImportProductSetsResponse`. (results) * The input source of this method is a csv file on Google Cloud Storage. @@ -1579,13 +1587,17 @@ public final io.grpc.ServerServiceDefinition bindService() { ** * Protobuf type {@code google.cloud.vision.v1p2beta1.TextAnnotation} diff --git a/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/geometry.proto b/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/geometry.proto index 9add6ce849e3..e9fec20bda76 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/geometry.proto +++ b/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/geometry.proto @@ -22,7 +22,6 @@ option java_multiple_files = true; option java_outer_classname = "GeometryProto"; option java_package = "com.google.cloud.vision.v1p2beta1"; - // A vertex represents a 2D point in the image. // NOTE: the vertex coordinates are in the same scale as the original image. message Vertex { diff --git a/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/image_annotator.proto b/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/image_annotator.proto index c145a38d59ee..c5fce50f9baa 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/image_annotator.proto +++ b/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/image_annotator.proto @@ -32,13 +32,13 @@ option java_multiple_files = true; option java_outer_classname = "ImageAnnotatorProto"; option java_package = "com.google.cloud.vision.v1p2beta1"; - // Service that performs Google Cloud Vision API detection tasks over client // images, such as face, landmark, logo, label, and text detection. The // ImageAnnotator service returns detected entities from the images. service ImageAnnotator { // Run image detection and annotation for a batch of images. - rpc BatchAnnotateImages(BatchAnnotateImagesRequest) returns (BatchAnnotateImagesResponse) { + rpc BatchAnnotateImages(BatchAnnotateImagesRequest) + returns (BatchAnnotateImagesResponse) { option (google.api.http) = { post: "/v1p2beta1/images:annotate" body: "*" @@ -51,7 +51,8 @@ service ImageAnnotator { // `google.longrunning.Operations` interface. // `Operation.metadata` contains `OperationMetadata` (metadata). // `Operation.response` contains `AsyncBatchAnnotateFilesResponse` (results). - rpc AsyncBatchAnnotateFiles(AsyncBatchAnnotateFilesRequest) returns (google.longrunning.Operation) { + rpc AsyncBatchAnnotateFiles(AsyncBatchAnnotateFilesRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1p2beta1/files:asyncBatchAnnotate" body: "*" diff --git a/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/text_annotation.proto b/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/text_annotation.proto index a8c5b869acfd..b35eb47e8e45 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/text_annotation.proto +++ b/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/text_annotation.proto @@ -25,14 +25,14 @@ option java_multiple_files = true; option java_outer_classname = "TextAnnotationProto"; option java_package = "com.google.cloud.vision.v1p2beta1"; - // TextAnnotation contains a structured representation of OCR extracted text. // The hierarchy of an OCR extracted text structure is like this: // TextAnnotation -> Page -> Block -> Paragraph -> Word -> Symbol // Each structural component, starting from Page, may further have their own // properties. Properties describe detected languages, breaks etc.. Please refer -// to the [TextAnnotation.TextProperty][google.cloud.vision.v1p2beta1.TextAnnotation.TextProperty] message definition below for more -// detail. +// to the +// [TextAnnotation.TextProperty][google.cloud.vision.v1p2beta1.TextAnnotation.TextProperty] +// message definition below for more detail. message TextAnnotation { // Detected language for a structural component. message DetectedLanguage { diff --git a/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/web_detection.proto b/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/web_detection.proto index aeb2e2a87c73..f2b9dfef00dc 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/web_detection.proto +++ b/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/web_detection.proto @@ -24,7 +24,6 @@ option java_multiple_files = true; option java_outer_classname = "WebDetectionProto"; option java_package = "com.google.cloud.vision.v1p2beta1"; - // Relevant information for the image from the Internet. message WebDetection { // Entity deduced from similar images on the Internet. diff --git a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/BatchOperationMetadata.java b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/BatchOperationMetadata.java index 4816e5fe1eae..e71888831c48 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/BatchOperationMetadata.java +++ b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/BatchOperationMetadata.java @@ -398,7 +398,8 @@ public com.google.protobuf.TimestampOrBuilder getSubmitTimeOrBuilder() { * ** Manages Products and ProductSets of reference images for use in product * search. It uses the following resource model: - * - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named + * - The API has a collection of + * [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named * `projects/*/locations/*/productSets/*`, which acts as a way to put different * products into groups to limit identification. * In parallel, - * - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named + * - The API has a collection of + * [Product][google.cloud.vision.v1p3beta1.Product] resources, named * `projects/*/locations/*/products/*` - * - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named + * - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of + * [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, + * named * `projects/*/locations/*/products/*/referenceImages/*` **/ @@ -1968,8 +1980,8 @@ public void listProductsInProductSet( ** Asynchronous API that imports a list of reference images to specified * product sets based on a list of image information. - * The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the - * progress and results of the request. + * The [google.longrunning.Operation][google.longrunning.Operation] API can be + * used to keep track of the progress and results of the request. * `Operation.metadata` contains `BatchOperationMetadata`. (progress) * `Operation.response` contains `ImportProductSetsResponse`. (results) * The input source of this method is a csv file on Google Cloud Storage. @@ -1993,13 +2005,17 @@ public void importProductSets( ** * Protobuf type {@code google.cloud.vision.v1p2beta1.TextAnnotation} @@ -3480,8 +3481,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * TextAnnotation -> Page -> Block -> Paragraph -> Word -> Symbol * Each structural component, starting from Page, may further have their own * properties. Properties describe detected languages, breaks etc.. Please refer - * to the [TextAnnotation.TextProperty][google.cloud.vision.v1p2beta1.TextAnnotation.TextProperty] message definition below for more - * detail. + * to the + * [TextAnnotation.TextProperty][google.cloud.vision.v1p2beta1.TextAnnotation.TextProperty] + * message definition below for more detail. ** Manages Products and ProductSets of reference images for use in product * search. It uses the following resource model: - * - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named + * - The API has a collection of + * [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named * `projects/*/locations/*/productSets/*`, which acts as a way to put different * products into groups to limit identification. * In parallel, - * - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named + * - The API has a collection of + * [Product][google.cloud.vision.v1p3beta1.Product] resources, named * `projects/*/locations/*/products/*` - * - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named + * - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of + * [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, + * named * `projects/*/locations/*/products/*/referenceImages/*` **/ @@ -2324,8 +2340,8 @@ public com.google.protobuf.Empty removeProductFromProductSet( ** Asynchronous API that imports a list of reference images to specified * product sets based on a list of image information. - * The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the - * progress and results of the request. + * The [google.longrunning.Operation][google.longrunning.Operation] API can be + * used to keep track of the progress and results of the request. * `Operation.metadata` contains `BatchOperationMetadata`. (progress) * `Operation.response` contains `ImportProductSetsResponse`. (results) * The input source of this method is a csv file on Google Cloud Storage. @@ -2346,13 +2362,17 @@ public com.google.longrunning.Operation importProductSets( ** * Protobuf type {@code google.cloud.vision.v1.TextAnnotation} diff --git a/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/geometry.proto b/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/geometry.proto index 4b9ad8bb4906..f3ba8b773f51 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/geometry.proto +++ b/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/geometry.proto @@ -26,7 +26,6 @@ option java_outer_classname = "GeometryProto"; option java_package = "com.google.cloud.vision.v1"; option objc_class_prefix = "GCVN"; - // A vertex represents a 2D point in the image. // NOTE: the vertex coordinates are in the same scale as the original image. message Vertex { diff --git a/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/image_annotator.proto b/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/image_annotator.proto index 1f768c208d7b..abaf1bd756ac 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/image_annotator.proto +++ b/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/image_annotator.proto @@ -36,13 +36,13 @@ option java_outer_classname = "ImageAnnotatorProto"; option java_package = "com.google.cloud.vision.v1"; option objc_class_prefix = "GCVN"; - // Service that performs Google Cloud Vision API detection tasks over client // images, such as face, landmark, logo, label, and text detection. The // ImageAnnotator service returns detected entities from the images. service ImageAnnotator { // Run image detection and annotation for a batch of images. - rpc BatchAnnotateImages(BatchAnnotateImagesRequest) returns (BatchAnnotateImagesResponse) { + rpc BatchAnnotateImages(BatchAnnotateImagesRequest) + returns (BatchAnnotateImagesResponse) { option (google.api.http) = { post: "/v1/images:annotate" body: "*" @@ -55,7 +55,8 @@ service ImageAnnotator { // `google.longrunning.Operations` interface. // `Operation.metadata` contains `OperationMetadata` (metadata). // `Operation.response` contains `AsyncBatchAnnotateFilesResponse` (results). - rpc AsyncBatchAnnotateFiles(AsyncBatchAnnotateFilesRequest) returns (google.longrunning.Operation) { + rpc AsyncBatchAnnotateFiles(AsyncBatchAnnotateFilesRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1/files:asyncBatchAnnotate" body: "*" diff --git a/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/product_search.proto b/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/product_search.proto index 347ff029c982..2b895bdbdac8 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/product_search.proto +++ b/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/product_search.proto @@ -29,14 +29,14 @@ option java_outer_classname = "ProductSearchProto"; option java_package = "com.google.cloud.vision.v1"; option objc_class_prefix = "GCVN"; - // Parameters for a product search request. message ProductSearchParams { // The bounding polygon around the area of interest in the image. // Optional. If it is not specified, system discretion will be applied. BoundingPoly bounding_poly = 9; - // The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to be searched for similar images. + // The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to + // be searched for similar images. // // Format is: // `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. diff --git a/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/product_search_service.proto b/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/product_search_service.proto index d017d27ff377..5bbfebfb56f5 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/product_search_service.proto +++ b/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/product_search_service.proto @@ -32,20 +32,21 @@ option java_outer_classname = "ProductSearchServiceProto"; option java_package = "com.google.cloud.vision.v1"; option objc_class_prefix = "GCVN"; - // Manages Products and ProductSets of reference images for use in product // search. It uses the following resource model: // -// - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] resources, named -// `projects/*/locations/*/productSets/*`, which acts as a way to put different -// products into groups to limit identification. +// - The API has a collection of [ProductSet][google.cloud.vision.v1.ProductSet] +// resources, named `projects/*/locations/*/productSets/*`, which acts as a way +// to put different products into groups to limit identification. // // In parallel, // -// - The API has a collection of [Product][google.cloud.vision.v1.Product] resources, named +// - The API has a collection of [Product][google.cloud.vision.v1.Product] +// resources, named // `projects/*/locations/*/products/*` // -// - Each [Product][google.cloud.vision.v1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named +// - Each [Product][google.cloud.vision.v1.Product] has a collection of +// [ReferenceImage][google.cloud.vision.v1.ReferenceImage] resources, named // `projects/*/locations/*/products/*/referenceImages/*` service ProductSearch { // Creates and returns a new ProductSet resource. @@ -67,7 +68,8 @@ service ProductSearch { // // * Returns INVALID_ARGUMENT if page_size is greater than 100, or less // than 1. - rpc ListProductSets(ListProductSetsRequest) returns (ListProductSetsResponse) { + rpc ListProductSets(ListProductSetsRequest) + returns (ListProductSetsResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*}/productSets" }; @@ -107,7 +109,8 @@ service ProductSearch { // Possible errors: // // * Returns NOT_FOUND if the ProductSet does not exist. - rpc DeleteProductSet(DeleteProductSetRequest) returns (google.protobuf.Empty) { + rpc DeleteProductSet(DeleteProductSetRequest) + returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v1/{name=projects/*/locations/*/productSets/*}" }; @@ -206,7 +209,8 @@ service ProductSearch { // * Returns INVALID_ARGUMENT if bounding_poly is not provided, and nothing // compatible with the parent product's product_category is detected. // * Returns INVALID_ARGUMENT if bounding_poly contains more than 10 polygons. - rpc CreateReferenceImage(CreateReferenceImageRequest) returns (ReferenceImage) { + rpc CreateReferenceImage(CreateReferenceImageRequest) + returns (ReferenceImage) { option (google.api.http) = { post: "/v1/{parent=projects/*/locations/*/products/*}/referenceImages" body: "reference_image" @@ -224,7 +228,8 @@ service ProductSearch { // Possible errors: // // * Returns NOT_FOUND if the reference image does not exist. - rpc DeleteReferenceImage(DeleteReferenceImageRequest) returns (google.protobuf.Empty) { + rpc DeleteReferenceImage(DeleteReferenceImageRequest) + returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v1/{name=projects/*/locations/*/products/*/referenceImages/*}" }; @@ -237,7 +242,8 @@ service ProductSearch { // * Returns NOT_FOUND if the parent product does not exist. // * Returns INVALID_ARGUMENT if the page_size is greater than 100, or less // than 1. - rpc ListReferenceImages(ListReferenceImagesRequest) returns (ListReferenceImagesResponse) { + rpc ListReferenceImages(ListReferenceImagesRequest) + returns (ListReferenceImagesResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*/products/*}/referenceImages" }; @@ -262,7 +268,8 @@ service ProductSearch { // Possible errors: // // * Returns NOT_FOUND if the Product or the ProductSet doesn't exist. - rpc AddProductToProductSet(AddProductToProductSetRequest) returns (google.protobuf.Empty) { + rpc AddProductToProductSet(AddProductToProductSetRequest) + returns (google.protobuf.Empty) { option (google.api.http) = { post: "/v1/{name=projects/*/locations/*/productSets/*}:addProduct" body: "*" @@ -274,7 +281,8 @@ service ProductSearch { // Possible errors: // // * Returns NOT_FOUND If the Product is not found under the ProductSet. - rpc RemoveProductFromProductSet(RemoveProductFromProductSetRequest) returns (google.protobuf.Empty) { + rpc RemoveProductFromProductSet(RemoveProductFromProductSetRequest) + returns (google.protobuf.Empty) { option (google.api.http) = { post: "/v1/{name=projects/*/locations/*/productSets/*}:removeProduct" body: "*" @@ -288,7 +296,8 @@ service ProductSearch { // Possible errors: // // * Returns INVALID_ARGUMENT if page_size is greater than 100 or less than 1. - rpc ListProductsInProductSet(ListProductsInProductSetRequest) returns (ListProductsInProductSetResponse) { + rpc ListProductsInProductSet(ListProductsInProductSetRequest) + returns (ListProductsInProductSetResponse) { option (google.api.http) = { get: "/v1/{name=projects/*/locations/*/productSets/*}/products" }; @@ -297,15 +306,16 @@ service ProductSearch { // Asynchronous API that imports a list of reference images to specified // product sets based on a list of image information. // - // The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the - // progress and results of the request. + // The [google.longrunning.Operation][google.longrunning.Operation] API can be + // used to keep track of the progress and results of the request. // `Operation.metadata` contains `BatchOperationMetadata`. (progress) // `Operation.response` contains `ImportProductSetsResponse`. (results) // // The input source of this method is a csv file on Google Cloud Storage. // For the format of the csv file please see // [ImportProductSetsGcsSource.csv_file_uri][google.cloud.vision.v1.ImportProductSetsGcsSource.csv_file_uri]. - rpc ImportProductSets(ImportProductSetsRequest) returns (google.longrunning.Operation) { + rpc ImportProductSets(ImportProductSetsRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1/{parent=projects/*/locations/*}/productSets:import" body: "*" @@ -718,15 +728,17 @@ message ImportProductSetsGcsSource { // `product-display-name` column refers to // [display_name][google.cloud.vision.v1.Product.display_name], the // `product-category` column refers to - // [product_category][google.cloud.vision.v1.Product.product_category], and the - // `labels` column refers to [product_labels][google.cloud.vision.v1.Product.product_labels]. + // [product_category][google.cloud.vision.v1.Product.product_category], and + // the `labels` column refers to + // [product_labels][google.cloud.vision.v1.Product.product_labels]. // // The `image-id` column is optional but must be unique if provided. If it is // empty, the system will automatically assign a unique id to the image. // // The `product-display-name` column is optional. If it is empty, the system - // sets the [display_name][google.cloud.vision.v1.Product.display_name] field for the product to a - // space (" "). You can update the `display_name` later by using the API. + // sets the [display_name][google.cloud.vision.v1.Product.display_name] field + // for the product to a space (" "). You can update the `display_name` later + // by using the API. // // If a `Product` with the specified `product-id` already exists, then the // system ignores the `product-display-name`, `product-category`, and `labels` @@ -781,8 +793,10 @@ message ImportProductSetsRequest { // Response message for the `ImportProductSets` method. // // This message is returned by the -// [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] method in the returned -// [google.longrunning.Operation.response][google.longrunning.Operation.response] field. +// [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] +// method in the returned +// [google.longrunning.Operation.response][google.longrunning.Operation.response] +// field. message ImportProductSetsResponse { // The list of reference_images that are imported successfully. repeated ReferenceImage reference_images = 1; @@ -829,6 +843,7 @@ message BatchOperationMetadata { google.protobuf.Timestamp submit_time = 2; // The time when the batch request is finished and - // [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + // [google.longrunning.Operation.done][google.longrunning.Operation.done] is + // set to true. google.protobuf.Timestamp end_time = 3; } diff --git a/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/text_annotation.proto b/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/text_annotation.proto index 44ebcdaeea50..417e4f514f80 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/text_annotation.proto +++ b/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/text_annotation.proto @@ -27,14 +27,14 @@ option java_outer_classname = "TextAnnotationProto"; option java_package = "com.google.cloud.vision.v1"; option objc_class_prefix = "GCVN"; - // TextAnnotation contains a structured representation of OCR extracted text. // The hierarchy of an OCR extracted text structure is like this: // TextAnnotation -> Page -> Block -> Paragraph -> Word -> Symbol // Each structural component, starting from Page, may further have their own // properties. Properties describe detected languages, breaks etc.. Please refer -// to the [TextAnnotation.TextProperty][google.cloud.vision.v1.TextAnnotation.TextProperty] message definition below for more -// detail. +// to the +// [TextAnnotation.TextProperty][google.cloud.vision.v1.TextAnnotation.TextProperty] +// message definition below for more detail. message TextAnnotation { // Detected language for a structural component. message DetectedLanguage { diff --git a/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/web_detection.proto b/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/web_detection.proto index 17e86f8b36bb..2d3c4a86a8e5 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/web_detection.proto +++ b/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/web_detection.proto @@ -26,7 +26,6 @@ option java_outer_classname = "WebDetectionProto"; option java_package = "com.google.cloud.vision.v1"; option objc_class_prefix = "GCVN"; - // Relevant information for the image from the Internet. message WebDetection { // Entity deduced from similar images on the Internet. diff --git a/google-api-grpc/proto-google-cloud-vision-v1p1beta1/src/main/java/com/google/cloud/vision/v1p1beta1/EntityAnnotation.java b/google-api-grpc/proto-google-cloud-vision-v1p1beta1/src/main/java/com/google/cloud/vision/v1p1beta1/EntityAnnotation.java index 30e092e6a341..a515950534c8 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p1beta1/src/main/java/com/google/cloud/vision/v1p1beta1/EntityAnnotation.java +++ b/google-api-grpc/proto-google-cloud-vision-v1p1beta1/src/main/java/com/google/cloud/vision/v1p1beta1/EntityAnnotation.java @@ -180,7 +180,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * ** Manages Products and ProductSets of reference images for use in product * search. It uses the following resource model: - * - The API has a collection of [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named + * - The API has a collection of + * [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] resources, named * `projects/*/locations/*/productSets/*`, which acts as a way to put different * products into groups to limit identification. * In parallel, - * - The API has a collection of [Product][google.cloud.vision.v1p3beta1.Product] resources, named + * - The API has a collection of + * [Product][google.cloud.vision.v1p3beta1.Product] resources, named * `projects/*/locations/*/products/*` - * - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, named + * - Each [Product][google.cloud.vision.v1p3beta1.Product] has a collection of + * [ReferenceImage][google.cloud.vision.v1p3beta1.ReferenceImage] resources, + * named * `projects/*/locations/*/products/*/referenceImages/*` **/ @@ -2695,8 +2715,8 @@ protected ProductSearchFutureStub build( ** Asynchronous API that imports a list of reference images to specified * product sets based on a list of image information. - * The [google.longrunning.Operation][google.longrunning.Operation] API can be used to keep track of the - * progress and results of the request. + * The [google.longrunning.Operation][google.longrunning.Operation] API can be + * used to keep track of the progress and results of the request. * `Operation.metadata` contains `BatchOperationMetadata`. (progress) * `Operation.response` contains `ImportProductSetsResponse`. (results) * The input source of this method is a csv file on Google Cloud Storage. diff --git a/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/BatchOperationMetadata.java b/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/BatchOperationMetadata.java index 2c5f4e426368..7b9ccc16af1b 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/BatchOperationMetadata.java +++ b/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/BatchOperationMetadata.java @@ -398,7 +398,8 @@ public com.google.protobuf.TimestampOrBuilder getSubmitTimeOrBuilder() { * ** * Protobuf type {@code google.cloud.vision.v1.TextAnnotation} @@ -3430,8 +3431,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * TextAnnotation -> Page -> Block -> Paragraph -> Word -> Symbol * Each structural component, starting from Page, may further have their own * properties. Properties describe detected languages, breaks etc.. Please refer - * to the [TextAnnotation.TextProperty][google.cloud.vision.v1.TextAnnotation.TextProperty] message definition below for more - * detail. + * to the + * [TextAnnotation.TextProperty][google.cloud.vision.v1.TextAnnotation.TextProperty] + * message definition below for more detail. ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -411,7 +412,8 @@ public boolean hasEndTime() { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -424,7 +426,8 @@ public com.google.protobuf.Timestamp getEndTime() { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1079,7 +1082,8 @@ public com.google.protobuf.TimestampOrBuilder getSubmitTimeOrBuilder() { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1092,7 +1096,8 @@ public boolean hasEndTime() { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1109,7 +1114,8 @@ public com.google.protobuf.Timestamp getEndTime() { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1132,7 +1138,8 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1152,7 +1159,8 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1177,7 +1185,8 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1198,7 +1207,8 @@ public Builder clearEndTime() { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1213,7 +1223,8 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1230,7 +1241,8 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
diff --git a/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/BatchOperationMetadataOrBuilder.java b/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/BatchOperationMetadataOrBuilder.java index f663777e1d70..83302fca2bdc 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/BatchOperationMetadataOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/BatchOperationMetadataOrBuilder.java @@ -65,7 +65,8 @@ public interface BatchOperationMetadataOrBuilder * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -76,7 +77,8 @@ public interface BatchOperationMetadataOrBuilder * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -87,7 +89,8 @@ public interface BatchOperationMetadataOrBuilder * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
diff --git a/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ImportProductSetsGcsSource.java b/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ImportProductSetsGcsSource.java index 94710b6d9025..c67ade0b5490 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ImportProductSetsGcsSource.java +++ b/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ImportProductSetsGcsSource.java @@ -118,13 +118,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * `product-display-name` column refers to * [display_name][google.cloud.vision.v1.Product.display_name], the * `product-category` column refers to - * [product_category][google.cloud.vision.v1.Product.product_category], and the - * `labels` column refers to [product_labels][google.cloud.vision.v1.Product.product_labels]. + * [product_category][google.cloud.vision.v1.Product.product_category], and + * the `labels` column refers to + * [product_labels][google.cloud.vision.v1.Product.product_labels]. * The `image-id` column is optional but must be unique if provided. If it is * empty, the system will automatically assign a unique id to the image. * The `product-display-name` column is optional. If it is empty, the system - * sets the [display_name][google.cloud.vision.v1.Product.display_name] field for the product to a - * space (" "). You can update the `display_name` later by using the API. + * sets the [display_name][google.cloud.vision.v1.Product.display_name] field + * for the product to a space (" "). You can update the `display_name` later + * by using the API. * If a `Product` with the specified `product-id` already exists, then the * system ignores the `product-display-name`, `product-category`, and `labels` * columns. @@ -184,13 +186,15 @@ public java.lang.String getCsvFileUri() { * `product-display-name` column refers to * [display_name][google.cloud.vision.v1.Product.display_name], the * `product-category` column refers to - * [product_category][google.cloud.vision.v1.Product.product_category], and the - * `labels` column refers to [product_labels][google.cloud.vision.v1.Product.product_labels]. + * [product_category][google.cloud.vision.v1.Product.product_category], and + * the `labels` column refers to + * [product_labels][google.cloud.vision.v1.Product.product_labels]. * The `image-id` column is optional but must be unique if provided. If it is * empty, the system will automatically assign a unique id to the image. * The `product-display-name` column is optional. If it is empty, the system - * sets the [display_name][google.cloud.vision.v1.Product.display_name] field for the product to a - * space (" "). You can update the `display_name` later by using the API. + * sets the [display_name][google.cloud.vision.v1.Product.display_name] field + * for the product to a space (" "). You can update the `display_name` later + * by using the API. * If a `Product` with the specified `product-id` already exists, then the * system ignores the `product-display-name`, `product-category`, and `labels` * columns. @@ -573,13 +577,15 @@ public Builder mergeFrom( * `product-display-name` column refers to * [display_name][google.cloud.vision.v1.Product.display_name], the * `product-category` column refers to - * [product_category][google.cloud.vision.v1.Product.product_category], and the - * `labels` column refers to [product_labels][google.cloud.vision.v1.Product.product_labels]. + * [product_category][google.cloud.vision.v1.Product.product_category], and + * the `labels` column refers to + * [product_labels][google.cloud.vision.v1.Product.product_labels]. * The `image-id` column is optional but must be unique if provided. If it is * empty, the system will automatically assign a unique id to the image. * The `product-display-name` column is optional. If it is empty, the system - * sets the [display_name][google.cloud.vision.v1.Product.display_name] field for the product to a - * space (" "). You can update the `display_name` later by using the API. + * sets the [display_name][google.cloud.vision.v1.Product.display_name] field + * for the product to a space (" "). You can update the `display_name` later + * by using the API. * If a `Product` with the specified `product-id` already exists, then the * system ignores the `product-display-name`, `product-category`, and `labels` * columns. @@ -639,13 +645,15 @@ public java.lang.String getCsvFileUri() { * `product-display-name` column refers to * [display_name][google.cloud.vision.v1.Product.display_name], the * `product-category` column refers to - * [product_category][google.cloud.vision.v1.Product.product_category], and the - * `labels` column refers to [product_labels][google.cloud.vision.v1.Product.product_labels]. + * [product_category][google.cloud.vision.v1.Product.product_category], and + * the `labels` column refers to + * [product_labels][google.cloud.vision.v1.Product.product_labels]. * The `image-id` column is optional but must be unique if provided. If it is * empty, the system will automatically assign a unique id to the image. * The `product-display-name` column is optional. If it is empty, the system - * sets the [display_name][google.cloud.vision.v1.Product.display_name] field for the product to a - * space (" "). You can update the `display_name` later by using the API. + * sets the [display_name][google.cloud.vision.v1.Product.display_name] field + * for the product to a space (" "). You can update the `display_name` later + * by using the API. * If a `Product` with the specified `product-id` already exists, then the * system ignores the `product-display-name`, `product-category`, and `labels` * columns. @@ -705,13 +713,15 @@ public com.google.protobuf.ByteString getCsvFileUriBytes() { * `product-display-name` column refers to * [display_name][google.cloud.vision.v1.Product.display_name], the * `product-category` column refers to - * [product_category][google.cloud.vision.v1.Product.product_category], and the - * `labels` column refers to [product_labels][google.cloud.vision.v1.Product.product_labels]. + * [product_category][google.cloud.vision.v1.Product.product_category], and + * the `labels` column refers to + * [product_labels][google.cloud.vision.v1.Product.product_labels]. * The `image-id` column is optional but must be unique if provided. If it is * empty, the system will automatically assign a unique id to the image. * The `product-display-name` column is optional. If it is empty, the system - * sets the [display_name][google.cloud.vision.v1.Product.display_name] field for the product to a - * space (" "). You can update the `display_name` later by using the API. + * sets the [display_name][google.cloud.vision.v1.Product.display_name] field + * for the product to a space (" "). You can update the `display_name` later + * by using the API. * If a `Product` with the specified `product-id` already exists, then the * system ignores the `product-display-name`, `product-category`, and `labels` * columns. @@ -769,13 +779,15 @@ public Builder setCsvFileUri(java.lang.String value) { * `product-display-name` column refers to * [display_name][google.cloud.vision.v1.Product.display_name], the * `product-category` column refers to - * [product_category][google.cloud.vision.v1.Product.product_category], and the - * `labels` column refers to [product_labels][google.cloud.vision.v1.Product.product_labels]. + * [product_category][google.cloud.vision.v1.Product.product_category], and + * the `labels` column refers to + * [product_labels][google.cloud.vision.v1.Product.product_labels]. * The `image-id` column is optional but must be unique if provided. If it is * empty, the system will automatically assign a unique id to the image. * The `product-display-name` column is optional. If it is empty, the system - * sets the [display_name][google.cloud.vision.v1.Product.display_name] field for the product to a - * space (" "). You can update the `display_name` later by using the API. + * sets the [display_name][google.cloud.vision.v1.Product.display_name] field + * for the product to a space (" "). You can update the `display_name` later + * by using the API. * If a `Product` with the specified `product-id` already exists, then the * system ignores the `product-display-name`, `product-category`, and `labels` * columns. @@ -830,13 +842,15 @@ public Builder clearCsvFileUri() { * `product-display-name` column refers to * [display_name][google.cloud.vision.v1.Product.display_name], the * `product-category` column refers to - * [product_category][google.cloud.vision.v1.Product.product_category], and the - * `labels` column refers to [product_labels][google.cloud.vision.v1.Product.product_labels]. + * [product_category][google.cloud.vision.v1.Product.product_category], and + * the `labels` column refers to + * [product_labels][google.cloud.vision.v1.Product.product_labels]. * The `image-id` column is optional but must be unique if provided. If it is * empty, the system will automatically assign a unique id to the image. * The `product-display-name` column is optional. If it is empty, the system - * sets the [display_name][google.cloud.vision.v1.Product.display_name] field for the product to a - * space (" "). You can update the `display_name` later by using the API. + * sets the [display_name][google.cloud.vision.v1.Product.display_name] field + * for the product to a space (" "). You can update the `display_name` later + * by using the API. * If a `Product` with the specified `product-id` already exists, then the * system ignores the `product-display-name`, `product-category`, and `labels` * columns. diff --git a/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ImportProductSetsGcsSourceOrBuilder.java b/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ImportProductSetsGcsSourceOrBuilder.java index 3fc99431725b..d31a8afd3c9b 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ImportProductSetsGcsSourceOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ImportProductSetsGcsSourceOrBuilder.java @@ -32,13 +32,15 @@ public interface ImportProductSetsGcsSourceOrBuilder * `product-display-name` column refers to * [display_name][google.cloud.vision.v1.Product.display_name], the * `product-category` column refers to - * [product_category][google.cloud.vision.v1.Product.product_category], and the - * `labels` column refers to [product_labels][google.cloud.vision.v1.Product.product_labels]. + * [product_category][google.cloud.vision.v1.Product.product_category], and + * the `labels` column refers to + * [product_labels][google.cloud.vision.v1.Product.product_labels]. * The `image-id` column is optional but must be unique if provided. If it is * empty, the system will automatically assign a unique id to the image. * The `product-display-name` column is optional. If it is empty, the system - * sets the [display_name][google.cloud.vision.v1.Product.display_name] field for the product to a - * space (" "). You can update the `display_name` later by using the API. + * sets the [display_name][google.cloud.vision.v1.Product.display_name] field + * for the product to a space (" "). You can update the `display_name` later + * by using the API. * If a `Product` with the specified `product-id` already exists, then the * system ignores the `product-display-name`, `product-category`, and `labels` * columns. @@ -88,13 +90,15 @@ public interface ImportProductSetsGcsSourceOrBuilder * `product-display-name` column refers to * [display_name][google.cloud.vision.v1.Product.display_name], the * `product-category` column refers to - * [product_category][google.cloud.vision.v1.Product.product_category], and the - * `labels` column refers to [product_labels][google.cloud.vision.v1.Product.product_labels]. + * [product_category][google.cloud.vision.v1.Product.product_category], and + * the `labels` column refers to + * [product_labels][google.cloud.vision.v1.Product.product_labels]. * The `image-id` column is optional but must be unique if provided. If it is * empty, the system will automatically assign a unique id to the image. * The `product-display-name` column is optional. If it is empty, the system - * sets the [display_name][google.cloud.vision.v1.Product.display_name] field for the product to a - * space (" "). You can update the `display_name` later by using the API. + * sets the [display_name][google.cloud.vision.v1.Product.display_name] field + * for the product to a space (" "). You can update the `display_name` later + * by using the API. * If a `Product` with the specified `product-id` already exists, then the * system ignores the `product-display-name`, `product-category`, and `labels` * columns. diff --git a/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ImportProductSetsResponse.java b/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ImportProductSetsResponse.java index b5837001fb49..d1d562f407de 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ImportProductSetsResponse.java +++ b/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ImportProductSetsResponse.java @@ -9,8 +9,10 @@ ** Response message for the `ImportProductSets` method. * This message is returned by the - * [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] method in the returned - * [google.longrunning.Operation.response][google.longrunning.Operation.response] field. + * [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] + * method in the returned + * [google.longrunning.Operation.response][google.longrunning.Operation.response] + * field. ** * Protobuf type {@code google.cloud.vision.v1.ImportProductSetsResponse} @@ -441,8 +443,10 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build ** Response message for the `ImportProductSets` method. * This message is returned by the - * [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] method in the returned - * [google.longrunning.Operation.response][google.longrunning.Operation.response] field. + * [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] + * method in the returned + * [google.longrunning.Operation.response][google.longrunning.Operation.response] + * field. ** * Protobuf type {@code google.cloud.vision.v1.ImportProductSetsResponse} diff --git a/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductSearchParams.java b/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductSearchParams.java index bb00c0c1f934..9ed0246ec52c 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductSearchParams.java +++ b/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductSearchParams.java @@ -180,7 +180,8 @@ public com.google.cloud.vision.v1.BoundingPolyOrBuilder getBoundingPolyOrBuilder * * *- * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to be searched for similar images. + * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to + * be searched for similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *@@ -202,7 +203,8 @@ public java.lang.String getProductSet() { * * *- * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to be searched for similar images. + * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to + * be searched for similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *@@ -926,7 +928,8 @@ public com.google.cloud.vision.v1.BoundingPolyOrBuilder getBoundingPolyOrBuilder * * *- * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to be searched for similar images. + * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to + * be searched for similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *@@ -948,7 +951,8 @@ public java.lang.String getProductSet() { * * *- * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to be searched for similar images. + * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to + * be searched for similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *@@ -970,7 +974,8 @@ public com.google.protobuf.ByteString getProductSetBytes() { * * *- * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to be searched for similar images. + * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to + * be searched for similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *@@ -990,7 +995,8 @@ public Builder setProductSet(java.lang.String value) { * * *- * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to be searched for similar images. + * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to + * be searched for similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *@@ -1007,7 +1013,8 @@ public Builder clearProductSet() { * * *- * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to be searched for similar images. + * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to + * be searched for similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *diff --git a/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductSearchParamsOrBuilder.java b/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductSearchParamsOrBuilder.java index 80cdf05a142e..a7345d24ff22 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductSearchParamsOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductSearchParamsOrBuilder.java @@ -46,7 +46,8 @@ public interface ProductSearchParamsOrBuilder * * *- * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to be searched for similar images. + * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to + * be searched for similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *@@ -58,7 +59,8 @@ public interface ProductSearchParamsOrBuilder * * *- * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to be searched for similar images. + * The resource name of a [ProductSet][google.cloud.vision.v1.ProductSet] to + * be searched for similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *diff --git a/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/TextAnnotation.java b/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/TextAnnotation.java index 6bf17e99054a..13f7621cbf5f 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/TextAnnotation.java +++ b/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/TextAnnotation.java @@ -12,8 +12,9 @@ * TextAnnotation -> Page -> Block -> Paragraph -> Word -> Symbol * Each structural component, starting from Page, may further have their own * properties. Properties describe detected languages, breaks etc.. Please refer - * to the [TextAnnotation.TextProperty][google.cloud.vision.v1.TextAnnotation.TextProperty] message definition below for more - * detail. + * to the + * [TextAnnotation.TextProperty][google.cloud.vision.v1.TextAnnotation.TextProperty] + * message definition below for more detail. ** Opaque entity ID. Some IDs may be available in - * [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/). + * [Google Knowledge Graph Search + * API](https://developers.google.com/knowledge-graph/). ** *string mid = 1;
@@ -201,7 +202,8 @@ public java.lang.String getMid() { * ** Opaque entity ID. Some IDs may be available in - * [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/). + * [Google Knowledge Graph Search + * API](https://developers.google.com/knowledge-graph/). ** *string mid = 1;
@@ -1108,7 +1110,8 @@ public Builder mergeFrom( * ** Opaque entity ID. Some IDs may be available in - * [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/). + * [Google Knowledge Graph Search + * API](https://developers.google.com/knowledge-graph/). ** *string mid = 1;
@@ -1129,7 +1132,8 @@ public java.lang.String getMid() { * ** Opaque entity ID. Some IDs may be available in - * [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/). + * [Google Knowledge Graph Search + * API](https://developers.google.com/knowledge-graph/). ** *string mid = 1;
@@ -1150,7 +1154,8 @@ public com.google.protobuf.ByteString getMidBytes() { * ** Opaque entity ID. Some IDs may be available in - * [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/). + * [Google Knowledge Graph Search + * API](https://developers.google.com/knowledge-graph/). ** *string mid = 1;
@@ -1169,7 +1174,8 @@ public Builder setMid(java.lang.String value) { * ** Opaque entity ID. Some IDs may be available in - * [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/). + * [Google Knowledge Graph Search + * API](https://developers.google.com/knowledge-graph/). ** *string mid = 1;
@@ -1185,7 +1191,8 @@ public Builder clearMid() { * ** Opaque entity ID. Some IDs may be available in - * [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/). + * [Google Knowledge Graph Search + * API](https://developers.google.com/knowledge-graph/). ** *string mid = 1;
diff --git a/google-api-grpc/proto-google-cloud-vision-v1p1beta1/src/main/java/com/google/cloud/vision/v1p1beta1/EntityAnnotationOrBuilder.java b/google-api-grpc/proto-google-cloud-vision-v1p1beta1/src/main/java/com/google/cloud/vision/v1p1beta1/EntityAnnotationOrBuilder.java index eb41d1b2f71b..3c4468d11dda 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p1beta1/src/main/java/com/google/cloud/vision/v1p1beta1/EntityAnnotationOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-vision-v1p1beta1/src/main/java/com/google/cloud/vision/v1p1beta1/EntityAnnotationOrBuilder.java @@ -13,7 +13,8 @@ public interface EntityAnnotationOrBuilder * ** Opaque entity ID. Some IDs may be available in - * [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/). + * [Google Knowledge Graph Search + * API](https://developers.google.com/knowledge-graph/). ** *string mid = 1;
@@ -24,7 +25,8 @@ public interface EntityAnnotationOrBuilder * ** Opaque entity ID. Some IDs may be available in - * [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/). + * [Google Knowledge Graph Search + * API](https://developers.google.com/knowledge-graph/). ** *string mid = 1;
diff --git a/google-api-grpc/proto-google-cloud-vision-v1p1beta1/src/main/proto/google/cloud/vision/v1p1beta1/image_annotator.proto b/google-api-grpc/proto-google-cloud-vision-v1p1beta1/src/main/proto/google/cloud/vision/v1p1beta1/image_annotator.proto index 73b8db853aad..4869a3311730 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p1beta1/src/main/proto/google/cloud/vision/v1p1beta1/image_annotator.proto +++ b/google-api-grpc/proto-google-cloud-vision-v1p1beta1/src/main/proto/google/cloud/vision/v1p1beta1/image_annotator.proto @@ -339,7 +339,8 @@ message Property { // Set of detected entity features. message EntityAnnotation { // Opaque entity ID. Some IDs may be available in - // [Google Knowledge Graph Search API](https://developers.google.com/knowledge-graph/). + // [Google Knowledge Graph Search + // API](https://developers.google.com/knowledge-graph/). string mid = 1; // The language code for the locale in which the entity textual diff --git a/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/java/com/google/cloud/vision/v1p2beta1/TextAnnotation.java b/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/java/com/google/cloud/vision/v1p2beta1/TextAnnotation.java index e86e330496a6..e525232120ea 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/java/com/google/cloud/vision/v1p2beta1/TextAnnotation.java +++ b/google-api-grpc/proto-google-cloud-vision-v1p2beta1/src/main/java/com/google/cloud/vision/v1p2beta1/TextAnnotation.java @@ -12,8 +12,9 @@ * TextAnnotation -> Page -> Block -> Paragraph -> Word -> Symbol * Each structural component, starting from Page, may further have their own * properties. Properties describe detected languages, breaks etc.. Please refer - * to the [TextAnnotation.TextProperty][google.cloud.vision.v1p2beta1.TextAnnotation.TextProperty] message definition below for more - * detail. + * to the + * [TextAnnotation.TextProperty][google.cloud.vision.v1p2beta1.TextAnnotation.TextProperty] + * message definition below for more detail. ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -411,7 +412,8 @@ public boolean hasEndTime() { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -424,7 +426,8 @@ public com.google.protobuf.Timestamp getEndTime() { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1082,7 +1085,8 @@ public com.google.protobuf.TimestampOrBuilder getSubmitTimeOrBuilder() { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1095,7 +1099,8 @@ public boolean hasEndTime() { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1112,7 +1117,8 @@ public com.google.protobuf.Timestamp getEndTime() { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1135,7 +1141,8 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1155,7 +1162,8 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1180,7 +1188,8 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1201,7 +1210,8 @@ public Builder clearEndTime() { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1216,7 +1226,8 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -1233,7 +1244,8 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
diff --git a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/BatchOperationMetadataOrBuilder.java b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/BatchOperationMetadataOrBuilder.java index 45af291e6187..de5e66273a31 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/BatchOperationMetadataOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/BatchOperationMetadataOrBuilder.java @@ -65,7 +65,8 @@ public interface BatchOperationMetadataOrBuilder * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -76,7 +77,8 @@ public interface BatchOperationMetadataOrBuilder * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
@@ -87,7 +89,8 @@ public interface BatchOperationMetadataOrBuilder * ** The time when the batch request is finished and - * [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true. + * [google.longrunning.Operation.done][google.longrunning.Operation.done] is + * set to true. ** *.google.protobuf.Timestamp end_time = 3;
diff --git a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ImportProductSetsGcsSource.java b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ImportProductSetsGcsSource.java index 00243e41d6bb..1ff7157768da 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ImportProductSetsGcsSource.java +++ b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ImportProductSetsGcsSource.java @@ -122,9 +122,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * If the Product with product_id already exists, the fields * product_display_name, product_category and labels are ignored. * If a Product doesn't exist and needs to be created on the fly, the - * product_display_name field refers to [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], the - * product_category field refers to [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], and the - * labels field refers to [Product.labels][]. + * product_display_name field refers to + * [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], + * the product_category field refers to + * [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], + * and the labels field refers to [Product.labels][]. * Labels (optional) should be a line containing a list of comma-separated * key-value pairs, with the format * "key_1=value_1,key_2=value_2,...,key_n=value_n". @@ -184,9 +186,11 @@ public java.lang.String getCsvFileUri() { * If the Product with product_id already exists, the fields * product_display_name, product_category and labels are ignored. * If a Product doesn't exist and needs to be created on the fly, the - * product_display_name field refers to [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], the - * product_category field refers to [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], and the - * labels field refers to [Product.labels][]. + * product_display_name field refers to + * [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], + * the product_category field refers to + * [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], + * and the labels field refers to [Product.labels][]. * Labels (optional) should be a line containing a list of comma-separated * key-value pairs, with the format * "key_1=value_1,key_2=value_2,...,key_n=value_n". @@ -571,9 +575,11 @@ public Builder mergeFrom( * If the Product with product_id already exists, the fields * product_display_name, product_category and labels are ignored. * If a Product doesn't exist and needs to be created on the fly, the - * product_display_name field refers to [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], the - * product_category field refers to [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], and the - * labels field refers to [Product.labels][]. + * product_display_name field refers to + * [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], + * the product_category field refers to + * [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], + * and the labels field refers to [Product.labels][]. * Labels (optional) should be a line containing a list of comma-separated * key-value pairs, with the format * "key_1=value_1,key_2=value_2,...,key_n=value_n". @@ -633,9 +639,11 @@ public java.lang.String getCsvFileUri() { * If the Product with product_id already exists, the fields * product_display_name, product_category and labels are ignored. * If a Product doesn't exist and needs to be created on the fly, the - * product_display_name field refers to [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], the - * product_category field refers to [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], and the - * labels field refers to [Product.labels][]. + * product_display_name field refers to + * [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], + * the product_category field refers to + * [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], + * and the labels field refers to [Product.labels][]. * Labels (optional) should be a line containing a list of comma-separated * key-value pairs, with the format * "key_1=value_1,key_2=value_2,...,key_n=value_n". @@ -695,9 +703,11 @@ public com.google.protobuf.ByteString getCsvFileUriBytes() { * If the Product with product_id already exists, the fields * product_display_name, product_category and labels are ignored. * If a Product doesn't exist and needs to be created on the fly, the - * product_display_name field refers to [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], the - * product_category field refers to [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], and the - * labels field refers to [Product.labels][]. + * product_display_name field refers to + * [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], + * the product_category field refers to + * [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], + * and the labels field refers to [Product.labels][]. * Labels (optional) should be a line containing a list of comma-separated * key-value pairs, with the format * "key_1=value_1,key_2=value_2,...,key_n=value_n". @@ -755,9 +765,11 @@ public Builder setCsvFileUri(java.lang.String value) { * If the Product with product_id already exists, the fields * product_display_name, product_category and labels are ignored. * If a Product doesn't exist and needs to be created on the fly, the - * product_display_name field refers to [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], the - * product_category field refers to [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], and the - * labels field refers to [Product.labels][]. + * product_display_name field refers to + * [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], + * the product_category field refers to + * [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], + * and the labels field refers to [Product.labels][]. * Labels (optional) should be a line containing a list of comma-separated * key-value pairs, with the format * "key_1=value_1,key_2=value_2,...,key_n=value_n". @@ -812,9 +824,11 @@ public Builder clearCsvFileUri() { * If the Product with product_id already exists, the fields * product_display_name, product_category and labels are ignored. * If a Product doesn't exist and needs to be created on the fly, the - * product_display_name field refers to [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], the - * product_category field refers to [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], and the - * labels field refers to [Product.labels][]. + * product_display_name field refers to + * [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], + * the product_category field refers to + * [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], + * and the labels field refers to [Product.labels][]. * Labels (optional) should be a line containing a list of comma-separated * key-value pairs, with the format * "key_1=value_1,key_2=value_2,...,key_n=value_n". diff --git a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ImportProductSetsGcsSourceOrBuilder.java b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ImportProductSetsGcsSourceOrBuilder.java index 986b57772660..c97568897df7 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ImportProductSetsGcsSourceOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ImportProductSetsGcsSourceOrBuilder.java @@ -36,9 +36,11 @@ public interface ImportProductSetsGcsSourceOrBuilder * If the Product with product_id already exists, the fields * product_display_name, product_category and labels are ignored. * If a Product doesn't exist and needs to be created on the fly, the - * product_display_name field refers to [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], the - * product_category field refers to [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], and the - * labels field refers to [Product.labels][]. + * product_display_name field refers to + * [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], + * the product_category field refers to + * [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], + * and the labels field refers to [Product.labels][]. * Labels (optional) should be a line containing a list of comma-separated * key-value pairs, with the format * "key_1=value_1,key_2=value_2,...,key_n=value_n". @@ -88,9 +90,11 @@ public interface ImportProductSetsGcsSourceOrBuilder * If the Product with product_id already exists, the fields * product_display_name, product_category and labels are ignored. * If a Product doesn't exist and needs to be created on the fly, the - * product_display_name field refers to [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], the - * product_category field refers to [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], and the - * labels field refers to [Product.labels][]. + * product_display_name field refers to + * [Product.display_name][google.cloud.vision.v1p3beta1.Product.display_name], + * the product_category field refers to + * [Product.product_category][google.cloud.vision.v1p3beta1.Product.product_category], + * and the labels field refers to [Product.labels][]. * Labels (optional) should be a line containing a list of comma-separated * key-value pairs, with the format * "key_1=value_1,key_2=value_2,...,key_n=value_n". diff --git a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ImportProductSetsResponse.java b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ImportProductSetsResponse.java index fd7f59783bcc..5ec6c60f83da 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ImportProductSetsResponse.java +++ b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ImportProductSetsResponse.java @@ -9,8 +9,10 @@ ** Response message for the `ImportProductSets` method. * This message is returned by the - * [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] method in the returned - * [google.longrunning.Operation.response][google.longrunning.Operation.response] field. + * [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] + * method in the returned + * [google.longrunning.Operation.response][google.longrunning.Operation.response] + * field. ** * Protobuf type {@code google.cloud.vision.v1p3beta1.ImportProductSetsResponse} @@ -444,8 +446,10 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build ** Response message for the `ImportProductSets` method. * This message is returned by the - * [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] method in the returned - * [google.longrunning.Operation.response][google.longrunning.Operation.response] field. + * [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] + * method in the returned + * [google.longrunning.Operation.response][google.longrunning.Operation.response] + * field. ** * Protobuf type {@code google.cloud.vision.v1p3beta1.ImportProductSetsResponse} diff --git a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ProductSearchParams.java b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ProductSearchParams.java index 4f93614ad384..4c01ed34a9b6 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ProductSearchParams.java +++ b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ProductSearchParams.java @@ -444,7 +444,9 @@ public com.google.cloud.vision.v1p3beta1.ProductSearchResultsView getView() { * * *- * The resource name of a [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for similar images. + * The resource name of a + * [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for + * similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *@@ -466,7 +468,9 @@ public java.lang.String getProductSet() { * * *- * The resource name of a [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for similar images. + * The resource name of a + * [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for + * similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *@@ -1883,7 +1887,9 @@ public Builder clearView() { * * *- * The resource name of a [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for similar images. + * The resource name of a + * [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for + * similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *@@ -1905,7 +1911,9 @@ public java.lang.String getProductSet() { * * *- * The resource name of a [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for similar images. + * The resource name of a + * [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for + * similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *@@ -1927,7 +1935,9 @@ public com.google.protobuf.ByteString getProductSetBytes() { * * *- * The resource name of a [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for similar images. + * The resource name of a + * [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for + * similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *@@ -1947,7 +1957,9 @@ public Builder setProductSet(java.lang.String value) { * * *- * The resource name of a [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for similar images. + * The resource name of a + * [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for + * similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *@@ -1964,7 +1976,9 @@ public Builder clearProductSet() { * * *- * The resource name of a [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for similar images. + * The resource name of a + * [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for + * similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *diff --git a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ProductSearchParamsOrBuilder.java b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ProductSearchParamsOrBuilder.java index 287ecb3356ea..9d8630e1ac31 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ProductSearchParamsOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/ProductSearchParamsOrBuilder.java @@ -185,7 +185,9 @@ public interface ProductSearchParamsOrBuilder * * *- * The resource name of a [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for similar images. + * The resource name of a + * [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for + * similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *@@ -197,7 +199,9 @@ public interface ProductSearchParamsOrBuilder * * *- * The resource name of a [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for similar images. + * The resource name of a + * [ProductSet][google.cloud.vision.v1p3beta1.ProductSet] to be searched for + * similar images. * Format is: * `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. *diff --git a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/TextAnnotation.java b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/TextAnnotation.java index aad43d7be778..af4c0bdad6ec 100644 --- a/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/TextAnnotation.java +++ b/google-api-grpc/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/TextAnnotation.java @@ -12,8 +12,9 @@ * TextAnnotation -> Page -> Block -> Paragraph -> Word -> Symbol * Each structural component, starting from Page, may further have their own * properties. Properties describe detected languages, breaks etc.. Please refer - * to the [TextAnnotation.TextProperty][google.cloud.vision.v1p3beta1.TextAnnotation.TextProperty] message definition below for more - * detail. + * to the + * [TextAnnotation.TextProperty][google.cloud.vision.v1p3beta1.TextAnnotation.TextProperty] + * message definition below for more detail. *