Skip to content

Commit 24ec31f

Browse files
fix: [infra-manager] change the config service's Ruby namespace to avoid a collision with a base class in the Ruby client platform (#9856)
* fix: change the config service's Ruby namespace to avoid a collision with a base class in the Ruby client platform PiperOrigin-RevId: 566731818 Source-Link: googleapis/googleapis@cc3cba1 Source-Link: https://github.com/googleapis/googleapis-gen/commit/4a17e39813b4acd123a3825c4e0099c16927708b Copy-Tag: eyJwIjoiamF2YS1pbmZyYS1tYW5hZ2VyLy5Pd2xCb3QueWFtbCIsImgiOiI0YTE3ZTM5ODEzYjRhY2QxMjNhMzgyNWM0ZTAwOTljMTY5Mjc3MDhiIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 15733af commit 24ec31f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

java-infra-manager/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>libraries-bom</artifactId>
26-
<version>26.22.0</version>
26+
<version>26.23.0</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>
@@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
201201
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-infra-manager/java11.html
202202
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
203203
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-infra-manager.svg
204-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-infra-manager/0.0.0
204+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-infra-manager/0.1.0
205205
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
206206
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
207207
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-infra-manager/proto-google-cloud-infra-manager-v1/src/main/java/com/google/cloud/config/v1/ConfigProto.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -483,17 +483,17 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
483483
+ "\323\344\223\002<\022:/v1/{name=projects/*/locations/*/"
484484
+ "deployments/*}:exportLock\032I\312A\025config.goo"
485485
+ "gleapis.com\322A.https://www.googleapis.com"
486-
+ "/auth/cloud-platformB\365\002\n\032com.google.clou"
486+
+ "/auth/cloud-platformB\374\002\n\032com.google.clou"
487487
+ "d.config.v1B\013ConfigProtoP\001Z2cloud.google"
488488
+ ".com/go/config/apiv1/configpb;configpb\252\002"
489489
+ "\026Google.Cloud.Config.V1\312\002\026Google\\Cloud\\C"
490-
+ "onfig\\V1\352\002\031Google::Cloud::Config::V1\352AY\n"
491-
+ "!iam.googleapis.com/ServiceAccount\0224proj"
492-
+ "ects/{project}/serviceAccounts/{service_"
493-
+ "account}\352Ai\n$cloudbuild.googleapis.com/W"
494-
+ "orkerPool\022Aprojects/{project}/locations/"
495-
+ "{location}/workerPools/{worker_pool}b\006pr"
496-
+ "oto3"
490+
+ "onfig\\V1\352\002 Google::Cloud::ConfigService:"
491+
+ ":V1\352AY\n!iam.googleapis.com/ServiceAccoun"
492+
+ "t\0224projects/{project}/serviceAccounts/{s"
493+
+ "ervice_account}\352Ai\n$cloudbuild.googleapi"
494+
+ "s.com/WorkerPool\022Aprojects/{project}/loc"
495+
+ "ations/{location}/workerPools/{worker_po"
496+
+ "ol}b\006proto3"
497497
};
498498
descriptor =
499499
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(

java-infra-manager/proto-google-cloud-infra-manager-v1/src/main/proto/google/cloud/config/v1/config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ option java_multiple_files = true;
3333
option java_outer_classname = "ConfigProto";
3434
option java_package = "com.google.cloud.config.v1";
3535
option php_namespace = "Google\\Cloud\\Config\\V1";
36-
option ruby_package = "Google::Cloud::Config::V1";
36+
option ruby_package = "Google::Cloud::ConfigService::V1";
3737
option (google.api.resource_definition) = {
3838
type: "iam.googleapis.com/ServiceAccount"
3939
pattern: "projects/{project}/serviceAccounts/{service_account}"

0 commit comments

Comments
 (0)