Skip to content

Commit

Permalink
Update Redis documentation. (#1703)
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/Redis/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/redis/artman_redis_v1beta1.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-redis-v1beta1.
synthtool > Running generator for google/cloud/redis/artman_redis_v1.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-redis-v1.
synthtool > Replaced 'Copyright \\d{4}' in src/V1beta1/Gapic/CloudRedisGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1/Gapic/CloudRedisGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1beta1/CloudRedisClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1beta1/CloudRedisClientPartialVeneerTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1/CloudRedisClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1/CloudRedisClientPartialVeneerTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/System/V1beta1/CloudRedisClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/System/V1/CloudRedisClientTest.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1beta1/Instance_Tier.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1beta1/Instance_State.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1/FailoverInstanceRequest_DataProtectionMode.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1/Instance_Tier.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1/Instance_State.php.
synthtool > Replaced 'Instance_Tier' in src/V1beta1/Gapic/CloudRedisGapicClient.php.
synthtool > Replaced 'Instance_Tier' in src/V1/Gapic/CloudRedisGapicClient.php.
synthtool > Cleaned up 1 temporary directories.
synthtool > Wrote metadata to synth.metadata.

```
  • Loading branch information
yoshi-automation authored and jdpedrie committed Feb 26, 2019
1 parent e451762 commit 1ac48e5
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 11 deletions.
3 changes: 2 additions & 1 deletion Redis/src/V1/CreateInstanceRequest.php

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

3 changes: 2 additions & 1 deletion Redis/src/V1/DeleteInstanceRequest.php

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

3 changes: 2 additions & 1 deletion Redis/src/V1/UpdateInstanceRequest.php

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

3 changes: 2 additions & 1 deletion Redis/src/V1beta1/CreateInstanceRequest.php

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

3 changes: 2 additions & 1 deletion Redis/src/V1beta1/DeleteInstanceRequest.php

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

3 changes: 2 additions & 1 deletion Redis/src/V1beta1/ListInstancesRequest.php

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

3 changes: 2 additions & 1 deletion Redis/src/V1beta1/ListInstancesResponse.php

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

3 changes: 2 additions & 1 deletion Redis/src/V1beta1/UpdateInstanceRequest.php

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

6 changes: 3 additions & 3 deletions Redis/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-02-22T11:02:19.258508Z",
"updateTime": "2019-02-26T11:02:10.414487Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "ccdcb03bb137c13f75d87303607101ced8988f85",
"internalRef": "235085569"
"sha": "29f098cb03a9983cc9cb15993de5da64419046f2",
"internalRef": "235621085"
}
}
],
Expand Down

0 comments on commit 1ac48e5

Please sign in to comment.