Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
feat: add/correct PHP namespace for BigQuery connection/reservation (#26
Browse files Browse the repository at this point in the history
)

* changes without context

        autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.

* Add/correct PHP namespace for BigQuery connection/reservation

PiperOrigin-RevId: 323605868

Source-Author: Google APIs <[email protected]>
Source-Date: Tue Jul 28 10:47:24 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 0c6a73081373ff3ff3d470efe554f2f1efd64041
Source-Link: googleapis/googleapis@0c6a730
  • Loading branch information
yoshi-automation authored Aug 10, 2020
1 parent 297340a commit 39313b9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 1 addition & 2 deletions linkinator.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io",
"https://googleapis.dev/nodejs/bigqueryconnection"
"img.shields.io"
],
"silent": true,
"concurrency": 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +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";

// Manages external data source connections and credentials.
service ConnectionService {
Expand Down
3 changes: 2 additions & 1 deletion protos/protos.json

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

6 changes: 3 additions & 3 deletions 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": "96a814ec87b219455ea9de6fd8dfa32e738b276b"
"sha": "297340ab64a53fef9080ec3bda11e3869a0746ea"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "26e221d1e46394f5415b188a70538f0d78f17661",
"internalRef": "321435905"
"sha": "0c6a73081373ff3ff3d470efe554f2f1efd64041",
"internalRef": "323605868"
}
},
{
Expand Down

0 comments on commit 39313b9

Please sign in to comment.