Skip to content

Commit 5218fa9

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 20377 b: refs/heads/autosynth-scheduler c: ceb7014 h: refs/heads/master i: 20375: d97e0a3
1 parent e5b549b commit 5218fa9

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
@@ -137,7 +137,7 @@ refs/heads/autosynth-kms: 2828edfe3d2c53dd6e71912eae8a53c87bf40c87
137137
refs/heads/autosynth-language: c3d990dd34d81e7e935041e7147fb9dd27f8a557
138138
refs/heads/autosynth-os-login: 092fdbed6d5317948f92b708e9f50dedd89fc666
139139
refs/heads/autosynth-redis: 9e1fe503973c7b4a9ba26afb1fcddc2a57ba795a
140-
refs/heads/autosynth-scheduler: 5344c4b9463975fdc89c99617efe7f1e3a836443
140+
refs/heads/autosynth-scheduler: ceb701466429be230c18cfc3f16313e17478b6e2
141141
refs/heads/autosynth-spanner: 9bff86d057df31e04c76d72865e8e073ac5794fb
142142
refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232
143143
refs/heads/autosynth-tasks: b0cdb991f3f75345151a3f68db1aab273dfc069b

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