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

feat: Add IAM GetPolicyOptions support. #2135

Merged
merged 1 commit into from
Jul 25, 2019
Merged

feat: Add IAM GetPolicyOptions support. #2135

merged 1 commit into from
Jul 25, 2019

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/Tasks/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
0.29.1: Pulling from googleapis/artman
Digest: sha256:b2a73f4dda03ef8fcaa973e3ba26d0cf34091f6c22c70add663af325931aef4d
Status: Image is up to date for googleapis/artman:0.29.1
synthtool > Cloning googleapis.
synthtool > Running generator for google/cloud/tasks/artman_cloudtasks_v2.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-tasks-v2.
synthtool > Running generator for google/cloud/tasks/artman_cloudtasks_v2beta2.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-tasks-v2beta2.
synthtool > Running generator for google/cloud/tasks/artman_cloudtasks_v2beta3.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-tasks-v2beta3.
synthtool > Replaced 'Copyright \\d{4}' in src/V2beta3/CloudTasksGrpcClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2beta3/CloudTasksClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2beta3/Gapic/CloudTasksGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2beta2/CloudTasksGrpcClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2beta2/CloudTasksClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2beta2/Gapic/CloudTasksGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V2beta3/CloudTasksClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V2beta2/CloudTasksClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/System/V2beta3/TasksServiceSmokeTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/System/V2beta2/TasksServiceSmokeTest.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2/CloudTasksGrpcClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2/CloudTasksClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2/Gapic/CloudTasksGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V2/CloudTasksClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/System/V2/TasksServiceSmokeTest.php.
synthtool > No replacements made in src/*/Gapic/CloudTasksGapicClient.php for pattern Task_View, maybe replacement is not longer needed?
synthtool > Replaced 'will be removed in the next major release' in src/V2beta3/Queue_State.php.
synthtool > Replaced 'will be removed in the next major release' in src/V2beta3/Task_View.php.
synthtool > Replaced 'will be removed in the next major release' in src/V2/Queue_State.php.
synthtool > Replaced 'will be removed in the next major release' in src/V2/Task_View.php.
synthtool > Replaced 'will be removed in the next major release' in src/V2beta2/Queue_State.php.
synthtool > Replaced 'will be removed in the next major release' in src/V2beta2/Task_View.php.
synthtool > Replaced '^(\\s+\\*\\n)?\\s+\\*\\s@experimental\\n' in src/V2/CloudTasksClient.php.
synthtool > Replaced '^(\\s+\\*\\n)?\\s+\\*\\s@experimental\\n' in src/V2/Gapic/CloudTasksGapicClient.php.
synthtool > Cleaned up 0 temporary directories.
synthtool > Wrote metadata to synth.metadata.

@yoshi-automation yoshi-automation added the api: cloudtasks Issues related to the Cloud Tasks API. label Jul 25, 2019
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 25, 2019
@codecov
Copy link

codecov bot commented Jul 25, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@59fe42e). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2135   +/-   ##
=========================================
  Coverage          ?   92.52%           
  Complexity        ?     4430           
=========================================
  Files             ?      305           
  Lines             ?    13157           
  Branches          ?        0           
=========================================
  Hits              ?    12173           
  Misses            ?      984           
  Partials          ?        0

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 59fe42e...fa920ae. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jul 25, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@59fe42e). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2135   +/-   ##
=========================================
  Coverage          ?   92.52%           
  Complexity        ?     4430           
=========================================
  Files             ?      305           
  Lines             ?    13157           
  Branches          ?        0           
=========================================
  Hits              ?    12173           
  Misses            ?      984           
  Partials          ?        0

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 59fe42e...fa920ae. Read the comment docs.

@jdpedrie jdpedrie changed the title [CHANGE ME] Re-generated Tasks to pick up changes in the API or client library generator. feat: Add IAM GetPolicyOptions support. Jul 25, 2019
@jdpedrie jdpedrie merged commit 94ac35f into master Jul 25, 2019
@jdpedrie jdpedrie deleted the autosynth-tasks branch July 25, 2019 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: cloudtasks Issues related to the Cloud Tasks 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