Skip to content

Commit

Permalink
Fix incorrect classname in OsLogin Generated Client Documentation. (#…
Browse files Browse the repository at this point in the history
…1568)

This PR was generated using Autosynth. 🌈

Here's the log from Synthtool:
```
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/OsLogin/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:bfb92654b4a77368471f70e2808eaf4e60f263b9559f27bb3284097322787bf1
Status: Image is up to date for googleapis/artman:latest
synthtool > Cloning googleapis.
synthtool > Running generator for google/cloud/oslogin/artman_oslogin_v1beta.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-os-login-v1beta.
synthtool > Running generator for google/cloud/oslogin/artman_oslogin_v1.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-os-login-v1.
synthtool > Replaced 'Copyright \\d{4}' in src/V1beta/OsLoginServiceGrpcClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1beta/OsLoginServiceClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1beta/Gapic/OsLoginServiceGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/System/V1beta/OsLoginServiceClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1beta/OsLoginServiceClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1/OsLoginServiceGrpcClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1/OsLoginServiceClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1/Gapic/OsLoginServiceGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/System/V1/OsLoginServiceClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1/OsLoginServiceClientTest.php.
synthtool > Cleaned up 1 temporary directories.
synthtool > Wrote metadata to synth.metadata.

```
  • Loading branch information
yoshi-automation authored and jdpedrie committed Dec 18, 2018
1 parent 1b21f83 commit ecf466e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 14 deletions.
2 changes: 1 addition & 1 deletion OsLogin/src/V1/Gapic/OsLoginServiceGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@

use Google\ApiCore\ApiException;
use Google\ApiCore\CredentialsWrapper;
use Google\ApiCore\FetchAuthTokenInterface;
use Google\ApiCore\GapicClientTrait;
use Google\ApiCore\PathTemplate;
use Google\ApiCore\RetrySettings;
use Google\ApiCore\Transport\TransportInterface;
use Google\ApiCore\ValidationException;
use Google\Auth\FetchAuthTokenInterface;
use Google\Cloud\OsLogin\Common\SshPublicKey;
use Google\Cloud\OsLogin\V1\DeletePosixAccountRequest;
use Google\Cloud\OsLogin\V1\DeleteSshPublicKeyRequest;
Expand Down
2 changes: 1 addition & 1 deletion OsLogin/src/V1beta/Gapic/OsLoginServiceGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@

use Google\ApiCore\ApiException;
use Google\ApiCore\CredentialsWrapper;
use Google\ApiCore\FetchAuthTokenInterface;
use Google\ApiCore\GapicClientTrait;
use Google\ApiCore\PathTemplate;
use Google\ApiCore\RetrySettings;
use Google\ApiCore\Transport\TransportInterface;
use Google\ApiCore\ValidationException;
use Google\Auth\FetchAuthTokenInterface;
use Google\Cloud\OsLogin\Common\SshPublicKey;
use Google\Cloud\OsLogin\V1beta\DeletePosixAccountRequest;
use Google\Cloud\OsLogin\V1beta\DeleteSshPublicKeyRequest;
Expand Down
39 changes: 27 additions & 12 deletions OsLogin/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,26 +1,41 @@
{
"updateTime": "2018-12-18T11:02:38.860799Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.3",
"dockerImage": "googleapis/artman@sha256:bfb92654b4a77368471f70e2808eaf4e60f263b9559f27bb3284097322787bf1"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "5a57f0c13a358b2b15452bf2d67453774a5f6d4f",
"internalRef": "221837528"
"sha": "c04bc0dc0a9164d924a9ab923fd6845b4ae6a7ab",
"internalRef": "225851467"
}
},
}
],
"destinations": [
{
"git": {
"name": "googleapis-private",
"remote": "https://github.com/googleapis/googleapis-private.git",
"sha": "6aa8e1a447bb8d0367150356a28cb4d3f2332641",
"internalRef": "221340946"
"client": {
"source": "googleapis",
"apiName": "oslogin",
"apiVersion": "v1beta",
"language": "php",
"generator": "gapic",
"config": "google/cloud/oslogin/artman_oslogin_v1beta.yaml"
}
},
{
"generator": {
"name": "artman",
"version": "0.16.0",
"dockerImage": "googleapis/artman@sha256:90f9d15e9bad675aeecd586725bce48f5667ffe7d5fc4d1e96d51ff34304815b"
"client": {
"source": "googleapis",
"apiName": "oslogin",
"apiVersion": "v1",
"language": "php",
"generator": "gapic",
"config": "google/cloud/oslogin/artman_oslogin_v1.yaml"
}
}
]
Expand Down

0 comments on commit ecf466e

Please sign in to comment.