Skip to content

Commit

Permalink
Add value() and name() methods to enum types. (#1769)
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/Bigtable/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/bigtable/artman_bigtable.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-bigtable-v2.
synthtool > No files in sources /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-bigtable-v2/proto/src/Google/Cloud/BigTable were copied. Does the source contain files?
synthtool > Running generator for google/bigtable/admin/artman_bigtableadmin.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-bigtable-admin-v2.
synthtool > Replaced 'Copyright \\d{4}' in src/Admin/V2/Gapic/BigtableTableAdminGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/Admin/V2/Gapic/BigtableInstanceAdminGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2/Gapic/BigtableGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V2/BigtableClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/Admin/V2/BigtableTableAdminClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/Admin/V2/BigtableInstanceAdminClientTest.php.
synthtool > Replaced 'Cluster_State' in src/Admin/V2/Gapic/BigtableInstanceAdminGapicClient.php.
synthtool > Replaced 'Instance_Type' in src/Admin/V2/Gapic/BigtableInstanceAdminGapicClient.php.
synthtool > Replaced 'Instance_State' in src/Admin/V2/Gapic/BigtableInstanceAdminGapicClient.php.
synthtool > Replaced 'CreateTableRequest_Split' in src/Admin/V2/Gapic/BigtableTableAdminGapicClient.php.
synthtool > Replaced 'ModifyColumnFamiliesRequest_Modification' in src/Admin/V2/Gapic/BigtableTableAdminGapicClient.php.
synthtool > Replaced 'Table_View' in src/Admin/V2/Gapic/BigtableTableAdminGapicClient.php.
synthtool > Replaced 'MutateRowsRequest_Entry' in src/V2/Gapic/BigtableGapicClient.php.
synthtool > Replaced 'namespace\\ Google\\\\Cloud\\\\Bigtable\\\\Admin\\\\Tests\\\\Unit' in tests/Unit/Admin/V2/BigtableTableAdminClientTest.php.
synthtool > Replaced 'namespace\\ Google\\\\Cloud\\\\Bigtable\\\\Admin\\\\Tests\\\\Unit' in tests/Unit/Admin/V2/BigtableInstanceAdminClientTest.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 c838b52 commit 67be77a
Show file tree
Hide file tree
Showing 16 changed files with 241 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Bigtable/metadata/Admin/V2/BigtableInstanceAdmin.php

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

2 changes: 1 addition & 1 deletion Bigtable/metadata/Admin/V2/BigtableTableAdmin.php

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

2 changes: 1 addition & 1 deletion Bigtable/metadata/Admin/V2/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 Bigtable/metadata/Admin/V2/Instance.php

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

2 changes: 1 addition & 1 deletion Bigtable/metadata/Admin/V2/Table.php

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

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

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

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

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

30 changes: 30 additions & 0 deletions Bigtable/src/Admin/V2/Cluster/State.php

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

28 changes: 28 additions & 0 deletions Bigtable/src/Admin/V2/Instance/State.php

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

28 changes: 28 additions & 0 deletions Bigtable/src/Admin/V2/Instance/Type.php

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

28 changes: 28 additions & 0 deletions Bigtable/src/Admin/V2/Snapshot/State.php

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

28 changes: 28 additions & 0 deletions Bigtable/src/Admin/V2/StorageType.php

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

30 changes: 30 additions & 0 deletions Bigtable/src/Admin/V2/Table/ClusterState/ReplicationState.php

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

27 changes: 27 additions & 0 deletions Bigtable/src/Admin/V2/Table/TimestampGranularity.php

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

Loading

0 comments on commit 67be77a

Please sign in to comment.