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. #2223

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/Speech/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/speech/artman_speech_v1.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-speech-v1.
synthtool > Running generator for google/cloud/speech/artman_speech_v1p1beta1.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/php/google-cloud-speech-v1p1beta1.
synthtool > Replaced "'serviceAddress' =>" in src/V1p1beta1/Gapic/SpeechGapicClient.php.
synthtool > Replaced "'serviceAddress' =>" in src/V1/Gapic/SpeechGapicClient.php.
synthtool > Replaced '@type string \\$serviceAddress' in src/V1p1beta1/Gapic/SpeechGapicClient.php.
synthtool > Replaced '@type string \\$serviceAddress' in src/V1/Gapic/SpeechGapicClient.php.
synthtool > Replaced '\\$transportConfig, and any \\$serviceAddress' in src/V1p1beta1/Gapic/SpeechGapicClient.php.
synthtool > Replaced '\\$transportConfig, and any \\$serviceAddress' in src/V1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1p1beta1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in src/V1p1beta1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1p1beta1/SpeechClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1/SpeechClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Unit/V1/SpeechClientExtensionTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/Snippet/V1/SpeechClientTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/System/V1p1beta1/SpeechSmokeTest.php.
synthtool > Replaced 'Copyright \\d{4}' in tests/System/V1/SpeechSmokeTest.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1p1beta1/RecognitionMetadata_MicrophoneDistance.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1p1beta1/RecognitionMetadata_RecordingDeviceType.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1p1beta1/RecognitionConfig_AudioEncoding.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1p1beta1/RecognitionMetadata_OriginalMediaType.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1p1beta1/RecognitionMetadata_InteractionType.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1p1beta1/StreamingRecognizeResponse_SpeechEventType.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1/RecognitionMetadata_MicrophoneDistance.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1/RecognitionMetadata_RecordingDeviceType.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1/RecognitionConfig_AudioEncoding.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1/RecognitionMetadata_OriginalMediaType.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1/RecognitionMetadata_InteractionType.php.
synthtool > Replaced 'will be removed in the next major release' in src/V1/StreamingRecognizeResponse_SpeechEventType.php.
synthtool > Replaced 'new SpeechClient' in src/V1/Gapic/SpeechGapicClient.php.
synthtool > Replaced '= AudioEncoding::' in src/V1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'new RecognitionConfig' in src/V1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'new RecognitionAudio' in src/V1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'new StreamingRecognizeRequest' in src/V1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'new SpeechClient' in src/V1p1beta1/Gapic/SpeechGapicClient.php.
synthtool > Replaced '= AudioEncoding::' in src/V1p1beta1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'new RecognitionConfig' in src/V1p1beta1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'new RecognitionAudio' in src/V1p1beta1/Gapic/SpeechGapicClient.php.
synthtool > Replaced 'new StreamingRecognizeRequest' in src/V1p1beta1/Gapic/SpeechGapicClient.php.
synthtool > Cleaned up 1 temporary directories.
synthtool > Wrote metadata to synth.metadata.

@yoshi-automation yoshi-automation added the api: speech Issues related to the Speech-to-Text 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 Speech 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: speech Issues related to the Speech-to-Text 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