Skip to content

Commit a4ba507

Browse files
chore: Update C# namespace (#45)
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 Source-Author: Google APIs <noreply@google.com> Source-Date: Sun Dec 13 23:56:10 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: bdab50fe10ce3190812697e06f2e860780e9095e Source-Link: googleapis/googleapis@bdab50f Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
1 parent b0cabf0 commit a4ba507

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/google-cloud-iam/google/cloud/iam_credentials_v1/proto/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";

packages/google-cloud-iam/google/cloud/iam_credentials_v1/proto/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";

packages/google-cloud-iam/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-iam.git",
7-
"sha": "6abd0965b93c377d37158991215c7d963b90deb7"
7+
"sha": "8f5023dbb24a8151bfcd967261904797d8d74b5b"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "dd372aa22ded7a8ba6f0e03a80e06358a3fa0907",
15-
"internalRef": "347055288"
14+
"sha": "bdab50fe10ce3190812697e06f2e860780e9095e",
15+
"internalRef": "347327128"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)