Skip to content
Draft
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
c73c84f
refactor: move iam-policy code to java-iam-policy folder
chingor13 Apr 17, 2026
abc30b4
chore: generate libraries at Fri Apr 17 18:32:33 UTC 2026
cloud-java-bot Apr 17, 2026
bf65641
refactor: move java-common-protos to top level
chingor13 Apr 17, 2026
17c415a
Merge branch 'main' into flatten-generated-modules
chingor13 Apr 17, 2026
66f7f67
chore: generate libraries at Fri Apr 17 21:27:26 UTC 2026
cloud-java-bot Apr 17, 2026
2039ee5
Merge branch 'main' into flatten-generated-modules
chingor13 Apr 20, 2026
40e7c73
fix owlbot.py format
chingor13 Apr 20, 2026
ef39431
exempt java-common-protos from version management check
chingor13 Apr 20, 2026
cef13bd
fix owlbot.py format
chingor13 Apr 20, 2026
56550bb
exempt core generated libraries' owlbot.py files
chingor13 Apr 20, 2026
cfa10fe
fix format issue in dataplex
chingor13 Apr 20, 2026
a55ea38
Merge branch 'main' into flatten-generated-modules
chingor13 Apr 20, 2026
5ee7a84
generation config should declare monorepo
chingor13 Apr 20, 2026
16fc5df
chore: generate libraries at Mon Apr 20 19:05:30 UTC 2026
cloud-java-bot Apr 20, 2026
b6d096b
try fix poms script
chingor13 Apr 20, 2026
86237d1
refactor: move java-showcase to root
chingor13 Apr 20, 2026
823ba1c
split showcase units into own file
chingor13 Apr 20, 2026
0095758
fix showcase paths
chingor13 Apr 20, 2026
a05f1c0
refactor: move java-iam to root
chingor13 Apr 20, 2026
6b9730d
fix helper script test
chingor13 Apr 20, 2026
15b09e5
fix test paths
chingor13 Apr 20, 2026
697c3d9
Merge branch 'main' into flatten-generated-modules
chingor13 Apr 20, 2026
df975c0
java-iam in main reactor
chingor13 Apr 20, 2026
ab76dae
remove java-iam module from sdk-platform-java parent
chingor13 Apr 20, 2026
efda011
fix common module paths
chingor13 Apr 20, 2026
5afedc9
restore iam generation config
chingor13 Apr 20, 2026
9da1b03
fix dependency compatibility test
chingor13 Apr 20, 2026
4fce9a9
Merge branch 'main' into flatten-generated-modules
chingor13 Apr 21, 2026
b605586
add showcase to root pom
chingor13 Apr 21, 2026
85205d4
fix showcase test paths
chingor13 Apr 21, 2026
f5a55f9
Merge branch 'main' into flatten-generated-modules
meltsufin Apr 21, 2026
bea5b1b
regenerate showcase
chingor13 Apr 21, 2026
c1d13cc
fix repo-metadata for showcase and iam
chingor13 Apr 21, 2026
15f6c18
Merge branch 'main' into flatten-generated-modules
chingor13 Apr 21, 2026
9949477
Merge branch 'main' into flatten-generated-modules
chingor13 Apr 21, 2026
8e330df
build: remove java-showcase from sdk-platform parent pom
chingor13 Apr 22, 2026
9764d0c
fix tracing test
chingor13 Apr 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
27 changes: 25 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1299,12 +1299,13 @@ libraries:
- proto_path: google/cloud/hypercomputecluster/v1beta
- proto_path: google/cloud/hypercomputecluster/v1
requires_billing: true
- api_shortname: iam
- api_shortname: iam-policy
name_pretty: IAM
Comment thread
chingor13 marked this conversation as resolved.
product_documentation: n/a
api_description: n/a
release_level: stable
distribution_name: com.google.cloud:google-iam-policy
api_id: iam.googleapis.com
client_documentation: https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/history
excluded_poms: proto-google-iam-v1-bom,google-iam-policy,proto-google-iam-v1
excluded_dependencies: google-iam-policy
Expand Down Expand Up @@ -3014,4 +3015,26 @@ libraries:
GAPICs:
- proto_path: google/cloud/workstations/v1
- proto_path: google/cloud/workstations/v1beta

- api_shortname: common-protos
Comment thread
chingor13 marked this conversation as resolved.
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 thread
chingor13 marked this conversation as resolved.
Outdated
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<groupId>com.google.api</groupId>
<artifactId>gapic-generator-java-pom-parent</artifactId>
<version>2.71.0</version><!-- {x-version-update:gapic-generator-java:current} -->
<relativePath>../gapic-generator-java-pom-parent</relativePath>
<relativePath>../sdk-platform-java/gapic-generator-java-pom-parent</relativePath>
</parent>

<developers>
Expand Down
Loading
Loading