Skip to content

Commit dfc9737

Browse files
Google APIscopybara-github
authored andcommitted
fix!: BatchAnnotateImagesRequest.requests is required
PiperOrigin-RevId: 447013030
1 parent 044c518 commit dfc9737

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/vision/v1p3beta1/image_annotator.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ message AnnotateFileResponse {
677677
// Multiple image annotation requests are batched into a single service call.
678678
message BatchAnnotateImagesRequest {
679679
// Individual image annotation requests for this batch.
680-
repeated AnnotateImageRequest requests = 1;
680+
repeated AnnotateImageRequest requests = 1 [(google.api.field_behavior) = REQUIRED];
681681
}
682682

683683
// Response to a batch image annotation request.

0 commit comments

Comments
 (0)