Skip to content

Commit

Permalink
chore: [dialogflow-cx] fix Ruby namespace for Dialogflow generators (#…
Browse files Browse the repository at this point in the history
…10125)

* chore: fix Ruby namespace for Dialogflow generators

PiperOrigin-RevId: 588858499

Source-Link: googleapis/googleapis@7a0ae13

Source-Link: https://github.com/googleapis/googleapis-gen/commit/0c3cbe9abc468ca20917f71c9058c543915224cd
Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93LWN4Ly5Pd2xCb3QueWFtbCIsImgiOiIwYzNjYmU5YWJjNDY4Y2EyMDkxN2Y3MWM5MDU4YzU0MzkxNTIyNGNkIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 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>
Co-authored-by: Tomo Suzuki <[email protected]>
3 people authored Jan 2, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 1b5a49d commit b833bfe
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java-dialogflow-cx/README.md
Original file line number Diff line number Diff line change
@@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dialogflow-cx.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow-cx/0.41.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow-cx/0.42.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Original file line number Diff line number Diff line change
@@ -137,10 +137,11 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "A\031dialogflow.googleapis.com\322AYhttps://ww"
+ "w.googleapis.com/auth/cloud-platform,htt"
+ "ps://www.googleapis.com/auth/dialogflowB"
+ "\220\001\n!com.google.cloud.dialogflow.cx.v3B\016G"
+ "\264\001\n!com.google.cloud.dialogflow.cx.v3B\016G"
+ "eneratorProtoP\001Z1cloud.google.com/go/dia"
+ "logflow/cx/apiv3/cxpb;cxpb\370\001\001\242\002\002DF\252\002\035Goo"
+ "gle.Cloud.Dialogflow.Cx.V3b\006proto3"
+ "gle.Cloud.Dialogflow.Cx.V3\352\002!Google::Clo"
+ "ud::Dialogflow::CX::V3b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ option java_multiple_files = true;
option java_outer_classname = "GeneratorProto";
option java_package = "com.google.cloud.dialogflow.cx.v3";
option objc_class_prefix = "DF";
option ruby_package = "Google::Cloud::Dialogflow::CX::V3";

// Service for managing [Generators][google.cloud.dialogflow.cx.v3.Generator]
service Generators {

0 comments on commit b833bfe

Please sign in to comment.