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 support for apiEndpoint and deprecate serviceAddress client configuration option. #2225

Merged
merged 1 commit into from
Aug 7, 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 "'serviceAddress' =>" in src/V2beta3/Gapic/CloudTasksGapicClient.php.
synthtool > Replaced "'serviceAddress' =>" in src/V2beta2/Gapic/CloudTasksGapicClient.php.
synthtool > Replaced "'serviceAddress' =>" in src/V2/Gapic/CloudTasksGapicClient.php.
synthtool > Replaced '@type string \\$serviceAddress' in src/V2beta3/Gapic/CloudTasksGapicClient.php.
synthtool > Replaced '@type string \\$serviceAddress' in src/V2beta2/Gapic/CloudTasksGapicClient.php.
synthtool > Replaced '@type string \\$serviceAddress' in src/V2/Gapic/CloudTasksGapicClient.php.
synthtool > Replaced '\\$transportConfig, and any \\$serviceAddress' in src/V2beta3/Gapic/CloudTasksGapicClient.php.
synthtool > Replaced '\\$transportConfig, and any \\$serviceAddress' in src/V2beta2/Gapic/CloudTasksGapicClient.php.
synthtool > Replaced '\\$transportConfig, and any \\$serviceAddress' in src/V2/Gapic/CloudTasksGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2beta3/CloudTasksClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2beta3/CloudTasksGrpcClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2beta3/Gapic/CloudTasksGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2beta2/CloudTasksClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2beta2/CloudTasksGrpcClient.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/CloudTasksClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V2/CloudTasksGrpcClient.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/Task_View.php.
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/V2beta2/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/V2/Task_View.php.
synthtool > Replaced 'will be removed in the next major release' in src/V2/Queue_State.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 Aug 7, 2019
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 7, 2019
@jdpedrie jdpedrie changed the title [CHANGE ME] Re-generated Tasks to pick up changes in the API or client library generator. feat: Add support for apiEndpoint and deprecate serviceAddress client configuration option. Aug 7, 2019
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