-
Notifications
You must be signed in to change notification settings - Fork 1.1k
refactor: move java-common-protos to top level #12839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
c73c84f
abc30b4
bf65641
17c415a
66f7f67
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3015,4 +3015,26 @@ libraries: | |
| GAPICs: | ||
| - proto_path: google/cloud/workstations/v1 | ||
| - proto_path: google/cloud/workstations/v1beta | ||
|
|
||
| - api_shortname: common-protos | ||
| name_pretty: Common Protos | ||
| product_documentation: https://github.com/googleapis/api-common-protos | ||
| api_description: Protobuf classes for Google's common protos. | ||
| release_level: stable | ||
| client_documentation: https://cloud.google.com/java/docs/reference/proto-google-common-protos/latest/history | ||
| distribution_name: com.google.api.grpc:proto-google-common-protos | ||
| excluded_dependencies: "proto-google-common-protos,grpc-google-common-protos,proto-google-common-protos-parent" | ||
| excluded_poms: "proto-google-common-protos-bom,proto-google-common-protos" | ||
|
Comment on lines
+3025
to
+3026
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The values for excluded_dependencies: proto-google-common-protos,grpc-google-common-protos,proto-google-common-protos-parent
excluded_poms: proto-google-common-protos-bom,proto-google-common-protos |
||
| library_type: OTHER | ||
| GAPICs: | ||
| - proto_path: google/api | ||
| - proto_path: google/apps/card/v1 | ||
| - proto_path: google/cloud | ||
| - proto_path: google/cloud/audit | ||
| - proto_path: google/cloud/location | ||
| - proto_path: google/geo/type | ||
| - proto_path: google/logging/type | ||
| - proto_path: google/longrunning | ||
| - proto_path: google/rpc | ||
| - proto_path: google/rpc/context | ||
| - proto_path: google/shopping/type | ||
| - proto_path: google/type | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new
common-protosentry is added at the end of thelibrarieslist. However, this list appears to be maintained in alphabetical order byapi_shortname. To maintain consistency and ensure the configuration remains easy to navigate, please move this entry to its correct alphabetical position.