Skip to content

Commit

Permalink
Update VideoIntelligence Documentation. (#1713)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Here's the log from Synthtool:
```
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/VideoIntelligence/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7
Status: Image is up to date for googleapis/artman:latest
synthtool > Cloning googleapis.
synthtool > Running generator for google/cloud/videointelligence/artman_videointelligence_v1.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-video-intelligence-v1.
synthtool > Running generator for google/cloud/videointelligence/artman_videointelligence_v1beta2.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-video-intelligence-v1beta2.
synthtool > Replaced 'Copyright \\d{4}' in src/V1beta2/Gapic/VideoIntelligenceServiceGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1/Gapic/VideoIntelligenceServiceGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1beta2/VideoIntelligenceServiceClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1/VideoIntelligenceServiceClient.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/System/V1/VideoIntelligenceServiceSmokeTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/System/V1/VideoIntelligenceServiceClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1beta2/VideoIntelligenceServiceClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1/VideoIntelligenceServiceClientTest.php.
synthtool > Replaced '^(\\s+\\*\\n)?\\s+\\*\\s@experimental\\n' in src/V1/VideoIntelligenceServiceClient.php.
synthtool > Replaced '^(\\s+\\*\\n)?\\s+\\*\\s@experimental\\n' in src/V1/Gapic/VideoIntelligenceServiceGapicClient.php.
synthtool > Cleaned up 1 temporary directories.
synthtool > Wrote metadata to synth.metadata.

```
  • Loading branch information
yoshi-automation authored and jdpedrie committed Mar 1, 2019
1 parent fbb836d commit 43d4017
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 63 deletions.
48 changes: 24 additions & 24 deletions VideoIntelligence/src/V1/AnnotateVideoRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,10 @@ public function __construct(array $options = [])
* [Google Cloud Storage](https://cloud.google.com/storage/) 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](https://cloud.google.com/storage/docs/reference-uris).
* A video URI may include wildcards in `object-id`, and thus identify
* multiple videos. Supported wildcards: '*' to match 0 or more characters;
* [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
* more information, see [Request URIs](https://cloud.google.com/storage/docs/reference-uris). 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
* in the request as `input_content`. If set, `input_content` should be unset.
* @type string $inputContent
Expand All @@ -304,8 +304,8 @@ public function __construct(array $options = [])
* Currently, only [Google Cloud Storage](https://cloud.google.com/storage/)
* 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](https://cloud.google.com/storage/docs/reference-uris).
* [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
* more information, see [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
* @type string $locationId
* Optional cloud region where annotation should take place. Supported cloud
* regions: `us-east1`, `us-west1`, `europe-west1`, `asia-east1`. If no region
Expand Down
48 changes: 24 additions & 24 deletions VideoIntelligence/src/V1beta2/AnnotateVideoRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,10 @@ public function __construct(array $options = [])
* [Google Cloud Storage](https://cloud.google.com/storage/) 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](https://cloud.google.com/storage/docs/reference-uris).
* A video URI may include wildcards in `object-id`, and thus identify
* multiple videos. Supported wildcards: '*' to match 0 or more characters;
* [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
* more information, see [Request URIs](https://cloud.google.com/storage/docs/reference-uris). 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
* in the request as `input_content`. If set, `input_content` should be unset.
* @type string $inputContent
Expand All @@ -311,8 +311,8 @@ public function __construct(array $options = [])
* Currently, only [Google Cloud Storage](https://cloud.google.com/storage/)
* 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](https://cloud.google.com/storage/docs/reference-uris).
* [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
* more information, see [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
* @type string $locationId
* Optional cloud region where annotation should take place. Supported cloud
* regions: `us-east1`, `us-west1`, `europe-west1`, `asia-east1`. If no region
Expand Down
6 changes: 3 additions & 3 deletions VideoIntelligence/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-02-21T11:02:37.598042Z",
"updateTime": "2019-03-01T11:03:37.960896Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "9cf63704bd272a40b79dde5a2b33f61104ee4f7f",
"internalRef": "234935970"
"sha": "41d72d444fbe445f4da89e13be02078734fb7875",
"internalRef": "236230004"
}
}
],
Expand Down

0 comments on commit 43d4017

Please sign in to comment.