Skip to content

Commit

Permalink
build: use gapic-generator-typescrit, correct PHP namespace for BQ co…
Browse files Browse the repository at this point in the history
…nnection, update protos (#29)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/5f7f9c6d-c75a-4c60-8bb8-0026a14cead7/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 325949033
Source-Link: googleapis/googleapis@94006b3
PiperOrigin-RevId: 323795963
Source-Link: googleapis/googleapis@c1b9289
  • Loading branch information
yoshi-automation authored Aug 12, 2020
1 parent e680c12 commit 432cb3d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ option csharp_namespace = "Google.Cloud.BigQuery.Connection.V1";
option go_package = "google.golang.org/genproto/googleapis/cloud/bigquery/connection/v1;connection";
option java_multiple_files = true;
option java_package = "com.google.cloud.bigquery.connection.v1";
option php_namespace = "Google\\Cloud\\BigQuery\\Connection\\V1beta1";
option php_namespace = "Google\\Cloud\\BigQuery\\Connection\\V1";

// Manages external data source connections and credentials.
service ConnectionService {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-connection/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,11 @@ export class ConnectionServiceClient {
}
);

const descriptor = this.descriptors.page[methodName] || undefined;
const apiCall = this._gaxModule.createApiCall(
callPromise,
this._defaults[methodName],
this.descriptors.page[methodName] ||
this.descriptors.stream[methodName] ||
this.descriptors.longrunning[methodName]
descriptor
);

this.innerApiCalls[methodName] = apiCall;
Expand Down
6 changes: 3 additions & 3 deletions packages/google-cloud-bigquery-connection/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-bigquery-connection.git",
"sha": "297340ab64a53fef9080ec3bda11e3869a0746ea"
"sha": "39313b930e12a20203d137058899479ca83d51d5"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "0c6a73081373ff3ff3d470efe554f2f1efd64041",
"internalRef": "323605868"
"sha": "94006b3cb8d2fb44703cf535da15608eed6bf7db",
"internalRef": "325949033"
}
},
{
Expand Down

0 comments on commit 432cb3d

Please sign in to comment.