mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-20 13:27:47 +02:00
publish v1: update with absolute address in comments
PiperOrigin-RevId: 299147194
This commit is contained in:
parent
d2158f24cb
commit
73d9f2ad45
1 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ message AnnotateVideoRequest {
|
|||
// supported, which must be specified in the following format:
|
||||
// `gs://bucket-id/object-id` (other URI formats return
|
||||
// [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
|
||||
// [Request URIs](/storage/docs/reference-uris).
|
||||
// [Request URIs](https://cloud.google.com/storage/docs/request-endpoints).
|
||||
// A video URI may include wildcards in `object-id`, and thus identify
|
||||
// multiple videos. Supported wildcards: '*' to match 0 or more characters;
|
||||
// '?' to match 1 character. If unset, the input video should be embedded
|
||||
|
|
@ -85,7 +85,7 @@ message AnnotateVideoRequest {
|
|||
// URIs are supported, which must be specified in the following format:
|
||||
// `gs://bucket-id/object-id` (other URI formats return
|
||||
// [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
|
||||
// [Request URIs](/storage/docs/reference-uris).
|
||||
// [Request URIs](https://cloud.google.com/storage/docs/request-endpoints).
|
||||
string output_uri = 4 [(google.api.field_behavior) = OPTIONAL];
|
||||
|
||||
// Optional. Cloud region where annotation should take place. Supported cloud
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue