Skip to content

Commit c1b9289

Browse files
Google APIscopybara-github
authored andcommitted
Correct PHP namespace for BigQuery connection
PiperOrigin-RevId: 323795963
1 parent d3bbea4 commit c1b9289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 {

0 commit comments

Comments
 (0)