Skip to content

Commit ceb7014

Browse files
yoshi-automationsduskis
authored andcommitted
Regenerate video-intelligence client (#4612)
1 parent 5344c4b commit ceb7014

16 files changed

Lines changed: 325 additions & 315 deletions

File tree

google-api-grpc/proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/AnnotateVideoRequest.java

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-api-grpc/proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/AnnotateVideoRequestOrBuilder.java

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-api-grpc/proto-google-cloud-video-intelligence-v1/src/main/proto/google/cloud/videointelligence/v1/video_intelligence.proto

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,18 @@ option java_outer_classname = "VideoIntelligenceServiceProto";
3030
option java_package = "com.google.cloud.videointelligence.v1";
3131
option php_namespace = "Google\\Cloud\\VideoIntelligence\\V1";
3232

33-
3433
// Service that implements Google Cloud Video Intelligence API.
3534
service VideoIntelligenceService {
3635
// Performs asynchronous video annotation. Progress and results can be
3736
// retrieved through the `google.longrunning.Operations` interface.
3837
// `Operation.metadata` contains `AnnotateVideoProgress` (progress).
3938
// `Operation.response` contains `AnnotateVideoResponse` (results).
40-
rpc AnnotateVideo(AnnotateVideoRequest) returns (google.longrunning.Operation) {
41-
option (google.api.http) = { post: "/v1/videos:annotate" body: "*" };
39+
rpc AnnotateVideo(AnnotateVideoRequest)
40+
returns (google.longrunning.Operation) {
41+
option (google.api.http) = {
42+
post: "/v1/videos:annotate"
43+
body: "*"
44+
};
4245
}
4346
}
4447

@@ -48,10 +51,10 @@ message AnnotateVideoRequest {
4851
// [Google Cloud Storage](https://cloud.google.com/storage/) URIs are
4952
// supported, which must be specified in the following format:
5053
// `gs://bucket-id/object-id` (other URI formats return
51-
// [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
52-
// [Request URIs](/storage/docs/reference-uris).
53-
// A video URI may include wildcards in `object-id`, and thus identify
54-
// multiple videos. Supported wildcards: '*' to match 0 or more characters;
54+
// [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
55+
// more information, see [Request URIs](/storage/docs/reference-uris). A video
56+
// URI may include wildcards in `object-id`, and thus identify multiple
57+
// videos. Supported wildcards: '*' to match 0 or more characters;
5558
// '?' to match 1 character. If unset, the input video should be embedded
5659
// in the request as `input_content`. If set, `input_content` should be unset.
5760
string input_uri = 1;
@@ -71,8 +74,8 @@ message AnnotateVideoRequest {
7174
// Currently, only [Google Cloud Storage](https://cloud.google.com/storage/)
7275
// URIs are supported, which must be specified in the following format:
7376
// `gs://bucket-id/object-id` (other URI formats return
74-
// [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
75-
// [Request URIs](/storage/docs/reference-uris).
77+
// [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
78+
// more information, see [Request URIs](/storage/docs/reference-uris).
7679
string output_uri = 4;
7780

7881
// Optional cloud region where annotation should take place. Supported cloud

0 commit comments

Comments
 (0)