Skip to content

Commit bdab50f

Browse files
Google APIscopybara-github
authored andcommitted
chore: Update C# namespace
This is a breaking change, but *only* for C#. Google has not yet published a package for this API, so it would only break users who have generated the code themselves. PiperOrigin-RevId: 347327128
1 parent dd372aa commit bdab50f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

google/iam/credentials/v1/common.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 Google LLC.
1+
// Copyright 2020 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -11,7 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
1514

1615
syntax = "proto3";
1716

@@ -23,6 +22,7 @@ import "google/protobuf/duration.proto";
2322
import "google/protobuf/timestamp.proto";
2423

2524
option cc_enable_arenas = true;
25+
option csharp_namespace = "Google.Cloud.Iam.Credentials.V1";
2626
option go_package = "google.golang.org/genproto/googleapis/iam/credentials/v1;credentials";
2727
option java_multiple_files = true;
2828
option java_outer_classname = "IAMCredentialsCommonProto";

google/iam/credentials/v1/iamcredentials.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 Google LLC.
1+
// Copyright 2020 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -11,7 +11,6 @@
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
//
1514

1615
syntax = "proto3";
1716

@@ -22,6 +21,7 @@ import "google/api/client.proto";
2221
import "google/iam/credentials/v1/common.proto";
2322

2423
option cc_enable_arenas = true;
24+
option csharp_namespace = "Google.Cloud.Iam.Credentials.V1";
2525
option go_package = "google.golang.org/genproto/googleapis/iam/credentials/v1;credentials";
2626
option java_multiple_files = true;
2727
option java_outer_classname = "IAMCredentialsProto";

0 commit comments

Comments
 (0)