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 apiEndpoint support to BigQuery and improve Translate basePath support. #2241

Merged
merged 7 commits into from
Aug 14, 2019
Merged

feat: Add apiEndpoint support to BigQuery and improve Translate basePath support. #2241

merged 7 commits into from
Aug 14, 2019

Conversation

jdpedrie
Copy link
Contributor

@jdpedrie jdpedrie commented Aug 9, 2019

No description provided.

@jdpedrie jdpedrie added api: bigquery Issues related to the BigQuery API. api: core labels Aug 9, 2019
@jdpedrie jdpedrie requested a review from dwsupplee as a code owner August 9, 2019 19:10
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 9, 2019
@jdpedrie jdpedrie changed the title feat: Add apiEndpoint support to BigQuery feat: Add apiEndpoint support to BigQuery and improve Translate basePath support. Aug 12, 2019
@jdpedrie jdpedrie added the api: translation Issues related to the Cloud Translation API. label Aug 12, 2019
@codecov
Copy link

codecov bot commented Aug 12, 2019

Codecov Report

Merging #2241 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2241      +/-   ##
============================================
+ Coverage      92.6%   92.61%   +<.01%     
- Complexity     4452     4455       +3     
============================================
  Files           307      307              
  Lines         13273    13282       +9     
============================================
+ Hits          12292    12301       +9     
  Misses          981      981
Impacted Files Coverage Δ Complexity Δ
BigQuery/src/BigQueryClient.php 95.96% <ø> (ø) 24 <0> (ø) ⬇️
Translate/src/Connection/Rest.php 100% <100%> (ø) 4 <0> (ø) ⬇️
Core/src/RequestBuilder.php 100% <100%> (ø) 22 <0> (+3) ⬆️
BigQuery/src/Connection/Rest.php 100% <100%> (ø) 26 <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 0d4b24f...62110ee. Read the comment docs.

));

$this->apiEndpoint = $config['apiEndpoint'];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be using the end point returned from getApiEndpoint?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. api: core api: translation Issues related to the Cloud Translation 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