From 39313b930e12a20203d137058899479ca83d51d5 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 10 Aug 2020 14:34:36 -0700 Subject: [PATCH] feat: add/correct PHP namespace for BigQuery connection/reservation (#26) * 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 Source-Date: Tue Jul 28 10:47:24 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 0c6a73081373ff3ff3d470efe554f2f1efd64041 Source-Link: https://github.com/googleapis/googleapis/commit/0c6a73081373ff3ff3d470efe554f2f1efd64041 --- linkinator.config.json | 3 +-- protos/google/cloud/bigquery/connection/v1/connection.proto | 1 + protos/protos.json | 3 ++- synth.metadata | 6 +++--- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/linkinator.config.json b/linkinator.config.json index ae5a873..29a223b 100644 --- a/linkinator.config.json +++ b/linkinator.config.json @@ -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 diff --git a/protos/google/cloud/bigquery/connection/v1/connection.proto b/protos/google/cloud/bigquery/connection/v1/connection.proto index f02f2a0..4739913 100644 --- a/protos/google/cloud/bigquery/connection/v1/connection.proto +++ b/protos/google/cloud/bigquery/connection/v1/connection.proto @@ -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 { diff --git a/protos/protos.json b/protos/protos.json index 54e56bc..56075de 100644 --- a/protos/protos.json +++ b/protos/protos.json @@ -13,7 +13,8 @@ "csharp_namespace": "Google.Cloud.BigQuery.Connection.V1", "go_package": "google.golang.org/genproto/googleapis/cloud/bigquery/connection/v1;connection", "java_multiple_files": true, - "java_package": "com.google.cloud.bigquery.connection.v1" + "java_package": "com.google.cloud.bigquery.connection.v1", + "php_namespace": "Google\\Cloud\\BigQuery\\Connection\\V1beta1" }, "nested": { "ConnectionService": { diff --git a/synth.metadata b/synth.metadata index ffedc4f..ca76cf5 100644 --- a/synth.metadata +++ b/synth.metadata @@ -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" } }, {