publish v1beta2: update with absolute address in comments
PiperOrigin-RevId: 299147086
This commit is contained in:
parent
7fca61292c
commit
d2158f24cb
|
|
@ -64,7 +64,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). A video
|
||||
// more information, see [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
|
||||
|
|
@ -87,7 +87,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).
|
||||
// more information, see [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…
Reference in New Issue