Found new managed modules references#864
Merged
unmultimedio merged 1 commit intomainfrom Feb 10, 2025
Merged
Conversation
unmultimedio
approved these changes
Feb 10, 2025
| }, | ||
| { | ||
| "name": "0a459af4362c0e41b9723dd4d7edc022c552db40", | ||
| "digest": "8d75c12f391e392b24c076d05117b47aeddb090add99c70247a8f4389b906a65f61a933c68e54ed8b73a050b967b6b712ba194348b67c3ab3ee26cc2cb25852c" |
Member
There was a problem hiding this comment.
4 files changed: 0 removed, 0 renamed, 0 added, 4 changed content
Files changed content:
google/api/client.proto:
--- shake256:92ba7ce22c817d6b6db4388752955e09f3973e541a9057d437cd2641ff7391fa91992834c3196bc551a8c7cd959357f18d9e4f9f0dcb15ae70f94689ef7caae6 google/api/client.proto
+++ shake256:51b22f447a8f81adba6ddec9f04d23f557e203ec37722633b20bb57566f95ce1d62a5b9863782979760478981e7e0b17e50f85fae70bd295496a4d395ff9335e google/api/client.proto
@@ -281,6 +281,12 @@
// enabled by default 1 month after launching the feature in preview
// packages.
bool protobuf_pythonic_types_enabled = 2;
+
+ // Disables generation of an unversioned Python package for this client
+ // library. This means that the module names will need to be versioned in
+ // import statements. For example `import google.cloud.library_v2` instead
+ // of `import google.cloud.library`.
+ bool unversioned_package_disabled = 3;
}
// Some settings.
google/api/http.proto:
--- shake256:c0b48e2d43016d206362e3353fbc13e7e69f963d91b233498bf5a5b5456a126b546486a5ef32ad4f3f6d7f9ec102dc3cbd9ccadfe169dcea9ef77d79b550fe58 google/api/http.proto
+++ shake256:1b5b4460e4a91450490d225d2430c3a8c0bc816153db1aac412bd144dae2fe5edb614da59c0e60358911691b436bc709a1712063edf2a4ebb4f3012201f470ab google/api/http.proto
@@ -16,7 +16,6 @@
package google.api;
-option cc_enable_arenas = true;
option go_package = "google.golang.org/genproto/googleapis/api/annotations;annotations";
option java_multiple_files = true;
option java_outer_classname = "HttpProto";
google/api/resource.proto:
--- shake256:4e0183d0578828f8d017140826a926c30398c5de20c9d3bdbbfdb79aebfb0e0790b5183e44ea70e7703f3123f4efd763f2b987923fd7ea7ff6c810a80fae04f4 google/api/resource.proto
+++ shake256:fdbad0409aac9bd09f1fb20c6e5ad04db699a43b7418cb440338f1b97d120ef57e1230c30ee85f04e15ccfbf1a6cbd7730a764a4e2e6e44cca096970eaa2cd35 google/api/resource.proto
@@ -18,7 +18,6 @@
import "google/protobuf/descriptor.proto";
-option cc_enable_arenas = true;
option go_package = "google.golang.org/genproto/googleapis/api/annotations;annotations";
option java_multiple_files = true;
option java_outer_classname = "ResourceProto";
google/api/visibility.proto:
--- shake256:ff9b220af20c5460d348a2f57616dd2ef1cf099e8f5bb0e359dde97fb732c7d8babd4a7a945ff938436dbffe1bbc7f1708dd8772f647c70f1202bd70cddb28e4 google/api/visibility.proto
+++ shake256:f1c32a6d400142b5d0a5e7361caae9c1471521b2bf4d6bc621414f6bc6c2c061b9a4f8079e4c355f17481fc4412e9fd998227ef56b4aee55892e1d490e862c44 google/api/visibility.proto
@@ -18,7 +18,6 @@
import "google/protobuf/descriptor.proto";
-option cc_enable_arenas = true;
option go_package = "google.golang.org/genproto/googleapis/api/visibility;visibility";
option java_multiple_files = true;
option java_outer_classname = "VisibilityProto";
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New managed modules references found. Please review.