Skip to content

Commit 0ab19f1

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 24325 b: refs/heads/autosynth-os-login c: ceb7014 h: refs/heads/master i: 24323: 83bec21
1 parent 40eea82 commit 0ab19f1

17 files changed

Lines changed: 326 additions & 316 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ refs/heads/autosynth-firestore: d48d82caace227856b6cd85ac30ee474528733ea
134134
refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3
135135
refs/heads/autosynth-kms: 6b65b0f34c12d141031c7288cdc01e550212d0f6
136136
refs/heads/autosynth-language: e73905aa7672afa47240e65b25c087207f4594f9
137-
refs/heads/autosynth-os-login: 5344c4b9463975fdc89c99617efe7f1e3a836443
137+
refs/heads/autosynth-os-login: ceb701466429be230c18cfc3f16313e17478b6e2
138138
refs/heads/autosynth-redis: 9e1fe503973c7b4a9ba26afb1fcddc2a57ba795a
139139
refs/heads/autosynth-scheduler: 93995812e12a2fc009f4fd2e31f169b3d3cbbac8
140140
refs/heads/autosynth-spanner: a249d9564d8c27ab4439abc6562d7f3b9b7f655d

branches/autosynth-os-login/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.

branches/autosynth-os-login/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.

branches/autosynth-os-login/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)