Skip to content

Commit

Permalink
Add value() and name() methods to enum types. (#1772)
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/Debugger/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:854131ec1af7b3a313253474c24748dc0acd217a58a0b74dbfb559f340a15d78
Status: Image is up to date for googleapis/artman:latest
synthtool > Cloning googleapis.
synthtool > Running generator for google/devtools/artman_clouddebugger.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-debugger-v2.
synthtool > Replaced 'Copyright \\d{4}' in src/V2/Gapic/Debugger2GapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2/Gapic/Controller2GapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2/Controller2Client.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2/Debugger2Client.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V2/Debugger2ClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V2/Controller2ClientTest.php.
synthtool > Cleaned up 1 temporary directories.
synthtool > Wrote metadata to synth.metadata.

```
  • Loading branch information
yoshi-automation authored and jdpedrie committed Mar 29, 2019
1 parent fecec7e commit c05bce7
Show file tree
Hide file tree
Showing 8 changed files with 128 additions and 8 deletions.
2 changes: 1 addition & 1 deletion metadata/V2/Controller.php

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

2 changes: 1 addition & 1 deletion metadata/V2/Data.php

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

2 changes: 1 addition & 1 deletion metadata/V2/Debugger.php

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

27 changes: 27 additions & 0 deletions src/V2/Breakpoint/Action.php

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

28 changes: 28 additions & 0 deletions src/V2/Breakpoint/LogLevel.php

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

32 changes: 32 additions & 0 deletions src/V2/StatusMessage/Reference.php

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

33 changes: 33 additions & 0 deletions src/V2/Variable.php

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

10 changes: 5 additions & 5 deletions synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-03-28T09:59:59.062664Z",
"updateTime": "2019-03-29T09:59:52.525827Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.20",
"dockerImage": "googleapis/artman@sha256:e3c054a2fb85a12481c722af616c7fb6f1d02d862248385eecbec3e4240ebd1e"
"version": "0.16.21",
"dockerImage": "googleapis/artman@sha256:854131ec1af7b3a313253474c24748dc0acd217a58a0b74dbfb559f340a15d78"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "6a84b3267b0a95e922608b9891219075047eee29",
"internalRef": "240640999"
"sha": "37386f1ebcaed51bcb7d15d00124d22c38606e45",
"internalRef": "240841842"
}
}
],
Expand Down

0 comments on commit c05bce7

Please sign in to comment.