Skip to content

Commit 1b4dded

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 23223 b: refs/heads/autosynth-datastore c: ceb7014 h: refs/heads/master i: 23221: f169868 23219: 955f064 23215: 62c4676
1 parent 7f9f650 commit 1b4dded

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
@@ -127,7 +127,7 @@ refs/heads/autosynth-bigquerystorage: d2c53da3b012e38c662e4df0738042435f19365f
127127
refs/heads/autosynth-bigtable: 9e5429f45cf9face9fed585d0233534993e36b58
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: af5b804492292b43372c9fe00386696136ccae89
130-
refs/heads/autosynth-datastore: 5344c4b9463975fdc89c99617efe7f1e3a836443
130+
refs/heads/autosynth-datastore: ceb701466429be230c18cfc3f16313e17478b6e2
131131
refs/heads/autosynth-dialogflow: 7dbc2c1ea714328ccfa4f33645045f017ff080e7
132132
refs/heads/autosynth-errorreporting: 1101a04e8be074802c35332d5fcf8297f61cae32
133133
refs/heads/autosynth-firestore: d1a44f9acc302750e37b008ecb9c1aa535cc94df

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