Skip to content

Commit 8e5f760

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 19953 b: refs/heads/autosynth-language c: ceb7014 h: refs/heads/master i: 19951: 95f424a
1 parent b623b7b commit 8e5f760

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-errorreporting: 1101a04e8be074802c35332d5fcf8297f61cae32
134134
refs/heads/autosynth-firestore: d1a44f9acc302750e37b008ecb9c1aa535cc94df
135135
refs/heads/autosynth-iot: f03bdd338a9056ca3b7ea6d9ca901649ba9aab78
136136
refs/heads/autosynth-kms: 2828edfe3d2c53dd6e71912eae8a53c87bf40c87
137-
refs/heads/autosynth-language: 5344c4b9463975fdc89c99617efe7f1e3a836443
137+
refs/heads/autosynth-language: ceb701466429be230c18cfc3f16313e17478b6e2
138138
refs/heads/autosynth-os-login: a88a337797996a205873040a63abe1d3116f5789
139139
refs/heads/autosynth-redis: 0cdb2e47359d51b73763bcea8af3de62aa99119b
140140
refs/heads/autosynth-scheduler: d97f8743ba965c7d5e492c8dc1f51d023104e260

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