Skip to content

Commit 2d37f4e

Browse files
chore: generate libraries at Tue Jan 27 18:57:54 UTC 2026
1 parent d065a98 commit 2d37f4e

File tree

160 files changed

+7959
-5490
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+7959
-5490
lines changed

gapic-libraries-bom/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,13 @@
796796
<type>pom</type>
797797
<scope>import</scope>
798798
</dependency>
799+
<dependency>
800+
<groupId>com.google.cloud</groupId>
801+
<artifactId>google-cloud-logging-bom</artifactId>
802+
<version>3.24.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging:current} -->
803+
<type>pom</type>
804+
<scope>import</scope>
805+
</dependency>
799806
<dependency>
800807
<groupId>com.google.cloud</groupId>
801808
<artifactId>google-cloud-lustre-bom</artifactId>

java-errorreporting/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-errorreporting</artifactId>
48-
<version>0.202.0-beta</version>
48+
<version>0.203.0-beta</version>
4949
</dependency>
5050
```
5151

5252
If you are using Gradle without BOM, add this to your dependencies:
5353

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-errorreporting:0.202.0-beta'
55+
implementation 'com.google.cloud:google-cloud-errorreporting:0.203.0-beta'
5656
```
5757

5858
If you are using SBT, add this to your dependencies:
5959

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.202.0-beta"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.203.0-beta"
6262
```
6363

6464
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
181181
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-errorreporting/latest/overview
182182
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
183183
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-errorreporting.svg
184-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-errorreporting/0.202.0-beta
184+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-errorreporting/0.203.0-beta
185185
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
186186
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
187187
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

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: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5151
If you are using Gradle 5.x or later, add this to your dependencies:
5252

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:26.74.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.73.0')
5555
5656
implementation 'com.google.cloud:google-cloud-logging'
5757
```
@@ -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/google-cloud-logging/src/main/resources/META-INF/native-image/com.google.cloud.logging.v2/reflect-config.json

Lines changed: 0 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2492,15 +2492,6 @@
24922492
"allDeclaredClasses": true,
24932493
"allPublicClasses": true
24942494
},
2495-
{
2496-
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$EnforceNamingStyle",
2497-
"queryAllDeclaredConstructors": true,
2498-
"queryAllPublicConstructors": true,
2499-
"queryAllDeclaredMethods": true,
2500-
"allPublicMethods": true,
2501-
"allDeclaredClasses": true,
2502-
"allPublicClasses": true
2503-
},
25042495
{
25052496
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$EnumType",
25062497
"queryAllDeclaredConstructors": true,
@@ -2555,33 +2546,6 @@
25552546
"allDeclaredClasses": true,
25562547
"allPublicClasses": true
25572548
},
2558-
{
2559-
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$VisibilityFeature",
2560-
"queryAllDeclaredConstructors": true,
2561-
"queryAllPublicConstructors": true,
2562-
"queryAllDeclaredMethods": true,
2563-
"allPublicMethods": true,
2564-
"allDeclaredClasses": true,
2565-
"allPublicClasses": true
2566-
},
2567-
{
2568-
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$VisibilityFeature$Builder",
2569-
"queryAllDeclaredConstructors": true,
2570-
"queryAllPublicConstructors": true,
2571-
"queryAllDeclaredMethods": true,
2572-
"allPublicMethods": true,
2573-
"allDeclaredClasses": true,
2574-
"allPublicClasses": true
2575-
},
2576-
{
2577-
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$VisibilityFeature$DefaultSymbolVisibility",
2578-
"queryAllDeclaredConstructors": true,
2579-
"queryAllPublicConstructors": true,
2580-
"queryAllDeclaredMethods": true,
2581-
"allPublicMethods": true,
2582-
"allDeclaredClasses": true,
2583-
"allPublicClasses": true
2584-
},
25852549
{
25862550
"name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults",
25872551
"queryAllDeclaredConstructors": true,
@@ -2699,24 +2663,6 @@
26992663
"allDeclaredClasses": true,
27002664
"allPublicClasses": true
27012665
},
2702-
{
2703-
"name": "com.google.protobuf.DescriptorProtos$FieldOptions$FeatureSupport",
2704-
"queryAllDeclaredConstructors": true,
2705-
"queryAllPublicConstructors": true,
2706-
"queryAllDeclaredMethods": true,
2707-
"allPublicMethods": true,
2708-
"allDeclaredClasses": true,
2709-
"allPublicClasses": true
2710-
},
2711-
{
2712-
"name": "com.google.protobuf.DescriptorProtos$FieldOptions$FeatureSupport$Builder",
2713-
"queryAllDeclaredConstructors": true,
2714-
"queryAllPublicConstructors": true,
2715-
"queryAllDeclaredMethods": true,
2716-
"allPublicMethods": true,
2717-
"allDeclaredClasses": true,
2718-
"allPublicClasses": true
2719-
},
27202666
{
27212667
"name": "com.google.protobuf.DescriptorProtos$FieldOptions$JSType",
27222668
"queryAllDeclaredConstructors": true,
@@ -3023,15 +2969,6 @@
30232969
"allDeclaredClasses": true,
30242970
"allPublicClasses": true
30252971
},
3026-
{
3027-
"name": "com.google.protobuf.DescriptorProtos$SymbolVisibility",
3028-
"queryAllDeclaredConstructors": true,
3029-
"queryAllPublicConstructors": true,
3030-
"queryAllDeclaredMethods": true,
3031-
"allPublicMethods": true,
3032-
"allDeclaredClasses": true,
3033-
"allPublicClasses": true
3034-
},
30352972
{
30362973
"name": "com.google.protobuf.DescriptorProtos$UninterpretedOption",
30372974
"queryAllDeclaredConstructors": true,

java-logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@
200200
<module>google-cloud-logging-bom</module>
201201
</modules>
202202

203-
</project>
203+
</project>

0 commit comments

Comments
 (0)