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

Commit fad3122

Browse files
chore: correct PHP namespace for BigQuery connection (#99)
PiperOrigin-RevId: 323795963 Source-Author: Google APIs <[email protected]> Source-Date: Wed Jul 29 08:50:52 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: c1b9289be1be876ef494f31c9662bc49b4f906e0 Source-Link: googleapis/googleapis@c1b9289
1 parent 6499d4f commit fad3122

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

proto-google-cloud-bigqueryconnection-v1/src/main/java/com/google/cloud/bigquery/connection/v1/ConnectionOuterClass.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
164164
+ "A!bigqueryconnection.googleapis.com\322AWht"
165165
+ "tps://www.googleapis.com/auth/bigquery,h"
166166
+ "ttps://www.googleapis.com/auth/cloud-pla"
167-
+ "tformB\313\001\n\'com.google.cloud.bigquery.conn"
167+
+ "tformB\306\001\n\'com.google.cloud.bigquery.conn"
168168
+ "ection.v1P\001ZMgoogle.golang.org/genproto/"
169169
+ "googleapis/cloud/bigquery/connection/v1;"
170170
+ "connection\252\002#Google.Cloud.BigQuery.Conne"
171-
+ "ction.V1\312\002(Google\\Cloud\\BigQuery\\Connect"
172-
+ "ion\\V1beta1b\006proto3"
171+
+ "ction.V1\312\002#Google\\Cloud\\BigQuery\\Connect"
172+
+ "ion\\V1b\006proto3"
173173
};
174174
descriptor =
175175
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(

proto-google-cloud-bigqueryconnection-v1/src/main/proto/google/cloud/bigquery/connection/v1/connection.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ option csharp_namespace = "Google.Cloud.BigQuery.Connection.V1";
3030
option go_package = "google.golang.org/genproto/googleapis/cloud/bigquery/connection/v1;connection";
3131
option java_multiple_files = true;
3232
option java_package = "com.google.cloud.bigquery.connection.v1";
33-
option php_namespace = "Google\\Cloud\\BigQuery\\Connection\\V1beta1";
33+
option php_namespace = "Google\\Cloud\\BigQuery\\Connection\\V1";
3434

3535
// Manages external data source connections and credentials.
3636
service ConnectionService {

synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigqueryconnection.git",
7-
"sha": "c11e79910e7301dd1fe0e941da9d2161ff158973"
7+
"sha": "6499d4fdf6e83ec69742428bebfc1566525d1379"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "0c6a73081373ff3ff3d470efe554f2f1efd64041",
15-
"internalRef": "323605868"
14+
"sha": "c1b9289be1be876ef494f31c9662bc49b4f906e0",
15+
"internalRef": "323795963"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "googleapis",
2121
"remote": "https://github.com/googleapis/googleapis.git",
22-
"sha": "0c6a73081373ff3ff3d470efe554f2f1efd64041",
23-
"internalRef": "323605868"
22+
"sha": "c1b9289be1be876ef494f31c9662bc49b4f906e0",
23+
"internalRef": "323795963"
2424
}
2525
},
2626
{

0 commit comments

Comments
 (0)