Skip to content

Commit

Permalink
Add value() and name() methods to enum types. (#1775)
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/ErrorReporting/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/clouderrorreporting/artman_errorreporting.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-error-reporting-v1beta1.
synthtool > Replaced 'Copyright \\d{4}' in src/V1beta1/Gapic/ErrorGroupServiceGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1beta1/Gapic/ErrorStatsServiceGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1beta1/Gapic/ReportErrorsServiceGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1beta1/ErrorGroupServiceClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1beta1/ErrorStatsServiceClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1beta1/ReportErrorsServiceClient.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1beta1/ReportErrorsServiceClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1beta1/ErrorStatsServiceClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1beta1/ErrorGroupServiceClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/System/V1beta1/ReportErrorsServiceSmokeTest.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 c336988 commit 06032b6
Show file tree
Hide file tree
Showing 8 changed files with 98 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ErrorReporting/metadata/V1Beta1/Common.php

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

2 changes: 1 addition & 1 deletion ErrorReporting/metadata/V1Beta1/ErrorGroupService.php

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

2 changes: 1 addition & 1 deletion ErrorReporting/metadata/V1Beta1/ErrorStatsService.php

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

2 changes: 1 addition & 1 deletion ErrorReporting/metadata/V1Beta1/ReportErrorsService.php

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

30 changes: 30 additions & 0 deletions ErrorReporting/src/V1beta1/ErrorGroupOrder.php

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

31 changes: 31 additions & 0 deletions ErrorReporting/src/V1beta1/QueryTimeRange/Period.php

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

28 changes: 28 additions & 0 deletions ErrorReporting/src/V1beta1/TimedCountAlignment.php

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

10 changes: 5 additions & 5 deletions ErrorReporting/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-03-28T10:00:57.378625Z",
"updateTime": "2019-03-29T10:00:46.339936Z",
"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 06032b6

Please sign in to comment.