Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add value() and name() methods to enum types. #1769

Merged
merged 1 commit into from
Mar 29, 2019
Merged

Conversation

yoshi-automation
Copy link
Contributor

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.

@yoshi-automation yoshi-automation added the api: bigtable Issues related to the Bigtable API. label Mar 29, 2019
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 29, 2019
@codecov
Copy link

codecov bot commented Mar 29, 2019

Codecov Report

Merging #1769 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1769   +/-   ##
=========================================
  Coverage     91.53%   91.53%           
  Complexity     4360     4360           
=========================================
  Files           304      304           
  Lines         12901    12901           
=========================================
  Hits          11809    11809           
  Misses         1092     1092

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f80234b...c7c25ca. Read the comment docs.

@jdpedrie jdpedrie changed the title [CHANGE ME] Re-generated Bigtable to pick up changes in the API or client library generator. Add value() and name() methods to enum types. Mar 29, 2019
@jdpedrie jdpedrie merged commit 67be77a into master Mar 29, 2019
@dwsupplee dwsupplee deleted the autosynth-bigtable branch April 1, 2019 19:01
@jdpedrie jdpedrie mentioned this pull request Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants