Skip to content

Commit 7541f60

Browse files
chore: generate libraries at Tue Feb 3 17:48:55 UTC 2026
1 parent 5ce130e commit 7541f60

File tree

5 files changed

+32
-25
lines changed

5 files changed

+32
-25
lines changed

gapic-libraries-bom/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,13 @@
803803
<type>pom</type>
804804
<scope>import</scope>
805805
</dependency>
806+
<dependency>
807+
<groupId>com.google.cloud</groupId>
808+
<artifactId>google-cloud-logging-bom</artifactId>
809+
<version>3.24.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
810+
<type>pom</type>
811+
<scope>import</scope>
812+
</dependency>
806813
<dependency>
807814
<groupId>com.google.cloud</groupId>
808815
<artifactId>google-cloud-lustre-bom</artifactId>

java-logging/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"release_level": "stable",
88
"transport": "grpc",
99
"language": "java",
10-
"repo": "googleapis/java-logging",
10+
"repo": "googleapis/google-cloud-java",
1111
"repo_short": "java-logging",
1212
"distribution_name": "com.google.cloud:google-cloud-logging",
1313
"api_id": "logging.googleapis.com",

java-logging/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -346,20 +346,20 @@ Using this method, trace/span Id can be automatically populated from either the
346346

347347
## Samples
348348

349-
Samples are in the [`samples/`](https://github.com/googleapis/java-logging/tree/main/samples) directory.
349+
Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-java/tree/main/samples) directory.
350350

351351
| Sample | Source Code | Try it |
352352
| --------------------------- | --------------------------------- | ------ |
353-
| Native Image Logging Sample | [source code](https://github.com/googleapis/java-logging/blob/main/samples/native-image-sample/src/main/java/com/example/logging/NativeImageLoggingSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-logging&page=editor&open_in_editor=samples/native-image-sample/src/main/java/com/example/logging/NativeImageLoggingSample.java) |
354-
| Get Sink Metadata | [source code](https://github.com/googleapis/java-logging/blob/main/samples/snippets/src/main/java/com/example/logging/GetSinkMetadata.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-logging&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/GetSinkMetadata.java) |
355-
| List Log Entries | [source code](https://github.com/googleapis/java-logging/blob/main/samples/snippets/src/main/java/com/example/logging/ListLogEntries.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-logging&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/ListLogEntries.java) |
356-
| List Logs | [source code](https://github.com/googleapis/java-logging/blob/main/samples/snippets/src/main/java/com/example/logging/ListLogs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-logging&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/ListLogs.java) |
357-
| Log Entry Write Http Request | [source code](https://github.com/googleapis/java-logging/blob/main/samples/snippets/src/main/java/com/example/logging/LogEntryWriteHttpRequest.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-logging&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/LogEntryWriteHttpRequest.java) |
358-
| Quickstart Sample | [source code](https://github.com/googleapis/java-logging/blob/main/samples/snippets/src/main/java/com/example/logging/QuickstartSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-logging&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/QuickstartSample.java) |
359-
| Tail Log Entries | [source code](https://github.com/googleapis/java-logging/blob/main/samples/snippets/src/main/java/com/example/logging/TailLogEntries.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-logging&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/TailLogEntries.java) |
360-
| Write Log Entry | [source code](https://github.com/googleapis/java-logging/blob/main/samples/snippets/src/main/java/com/example/logging/WriteLogEntry.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-logging&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/WriteLogEntry.java) |
361-
| Quickstart | [source code](https://github.com/googleapis/java-logging/blob/main/samples/snippets/src/main/java/com/example/logging/jul/Quickstart.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-logging&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/jul/Quickstart.java) |
362-
| Example Enhancer | [source code](https://github.com/googleapis/java-logging/blob/main/samples/snippets/src/main/java/com/example/logging/jul/enhancers/ExampleEnhancer.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-logging&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/jul/enhancers/ExampleEnhancer.java) |
353+
| Native Image Logging Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/native-image-sample/src/main/java/com/example/logging/NativeImageLoggingSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/native-image-sample/src/main/java/com/example/logging/NativeImageLoggingSample.java) |
354+
| Get Sink Metadata | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/GetSinkMetadata.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/GetSinkMetadata.java) |
355+
| List Log Entries | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/ListLogEntries.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/ListLogEntries.java) |
356+
| List Logs | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/ListLogs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/ListLogs.java) |
357+
| Log Entry Write Http Request | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/LogEntryWriteHttpRequest.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/LogEntryWriteHttpRequest.java) |
358+
| Quickstart Sample | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/QuickstartSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/QuickstartSample.java) |
359+
| Tail Log Entries | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/TailLogEntries.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/TailLogEntries.java) |
360+
| Write Log Entry | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/WriteLogEntry.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/WriteLogEntry.java) |
361+
| Quickstart | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/jul/Quickstart.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/jul/Quickstart.java) |
362+
| Example Enhancer | [source code](https://github.com/googleapis/google-cloud-java/blob/main/samples/snippets/src/main/java/com/example/logging/jul/enhancers/ExampleEnhancer.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-java&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/logging/jul/enhancers/ExampleEnhancer.java) |
363363

364364

365365

@@ -453,9 +453,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
453453
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
454454
[cloud-cli]: https://cloud.google.com/cli
455455
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
456-
[contributing]: https://github.com/googleapis/java-logging/blob/main/CONTRIBUTING.md
457-
[code-of-conduct]: https://github.com/googleapis/java-logging/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
458-
[license]: https://github.com/googleapis/java-logging/blob/main/LICENSE
456+
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
457+
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
458+
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
459459
[enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
460460
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=logging.googleapis.com
461461
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM

java-logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,4 @@
192192
<module>google-cloud-logging-bom</module>
193193
</modules>
194194

195-
</project>
195+
</project>

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<module>java-admanager</module>
2020
<module>java-advisorynotifications</module>
2121
<module>java-aiplatform</module>
22-
<module>java-alloydb-connectors</module>
2322
<module>java-alloydb</module>
23+
<module>java-alloydb-connectors</module>
2424
<module>java-analytics-admin</module>
2525
<module>java-analytics-data</module>
2626
<module>java-analyticshub</module>
@@ -84,14 +84,14 @@
8484
<module>java-datalineage</module>
8585
<module>java-datamanager</module>
8686
<module>java-dataplex</module>
87-
<module>java-dataproc-metastore</module>
8887
<module>java-dataproc</module>
88+
<module>java-dataproc-metastore</module>
8989
<module>java-datastream</module>
9090
<module>java-deploy</module>
9191
<module>java-developerconnect</module>
9292
<module>java-devicestreaming</module>
93-
<module>java-dialogflow-cx</module>
9493
<module>java-dialogflow</module>
94+
<module>java-dialogflow-cx</module>
9595
<module>java-discoveryengine</module>
9696
<module>java-distributedcloudedge</module>
9797
<module>java-dlp</module>
@@ -103,8 +103,8 @@
103103
<module>java-enterpriseknowledgegraph</module>
104104
<module>java-errorreporting</module>
105105
<module>java-essential-contacts</module>
106-
<module>java-eventarc-publishing</module>
107106
<module>java-eventarc</module>
107+
<module>java-eventarc-publishing</module>
108108
<module>java-filestore</module>
109109
<module>java-financialservices</module>
110110
<module>java-functions</module>
@@ -118,8 +118,8 @@
118118
<module>java-grafeas</module>
119119
<module>java-gsuite-addons</module>
120120
<module>java-hypercomputecluster</module>
121-
<module>java-iam-admin</module>
122121
<module>java-iam</module>
122+
<module>java-iam-admin</module>
123123
<module>java-iamcredentials</module>
124124
<module>java-iap</module>
125125
<module>java-ids</module>
@@ -140,8 +140,8 @@
140140
<module>java-managedkafka</module>
141141
<module>java-maps-addressvalidation</module>
142142
<module>java-maps-area-insights</module>
143-
<module>java-maps-fleetengine-delivery</module>
144143
<module>java-maps-fleetengine</module>
144+
<module>java-maps-fleetengine-delivery</module>
145145
<module>java-maps-mapsplatformdatasets</module>
146146
<module>java-maps-places</module>
147147
<module>java-maps-routeoptimization</module>
@@ -153,9 +153,9 @@
153153
<module>java-memcache</module>
154154
<module>java-migrationcenter</module>
155155
<module>java-modelarmor</module>
156+
<module>java-monitoring</module>
156157
<module>java-monitoring-dashboards</module>
157158
<module>java-monitoring-metricsscope</module>
158-
<module>java-monitoring</module>
159159
<module>java-netapp</module>
160160
<module>java-network-management</module>
161161
<module>java-network-security</module>
@@ -182,8 +182,8 @@
182182
<module>java-recaptchaenterprise</module>
183183
<module>java-recommendations-ai</module>
184184
<module>java-recommender</module>
185-
<module>java-redis-cluster</module>
186185
<module>java-redis</module>
186+
<module>java-redis-cluster</module>
187187
<module>java-resourcemanager</module>
188188
<module>java-retail</module>
189189
<module>java-run</module>
@@ -193,8 +193,8 @@
193193
<module>java-secretmanager</module>
194194
<module>java-securesourcemanager</module>
195195
<module>java-security-private-ca</module>
196-
<module>java-securitycenter-settings</module>
197196
<module>java-securitycenter</module>
197+
<module>java-securitycenter-settings</module>
198198
<module>java-securitycentermanagement</module>
199199
<module>java-securityposture</module>
200200
<module>java-service-control</module>

0 commit comments

Comments
 (0)