Skip to content

Commit 2947169

Browse files
chore: Update generation configuration at Wed Jan 8 17:05:08 UTC 2025 (#2299)
* chore: Update generation configuration at Wed Jan 8 17:05:08 UTC 2025 * chore: generate libraries at Wed Jan 8 17:05:53 UTC 2025
1 parent 53c1a8a commit 2947169

File tree

183 files changed

+15395
-1826
lines changed

Some content is hidden

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

183 files changed

+15395
-1826
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.51.0</version>
22+
<version>26.52.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -43,15 +43,15 @@ If you are using Maven without the BOM, add this to your dependencies:
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-pubsub</artifactId>
46-
<version>1.134.2</version>
46+
<version>1.135.0</version>
4747
</dependency>
4848

4949
```
5050

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.51.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.52.0')
5555
5656
implementation 'com.google.cloud:google-cloud-pubsub'
5757
```

generation_config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gapic_generator_version: 2.51.0
2-
googleapis_commitish: 7d0c6bee2517d77635beb2a1dd6d6e7d4d943512
3-
libraries_bom_version: 26.51.0
2+
googleapis_commitish: 3322b91056db2735074b230c926e6ef3a958aa53
3+
libraries_bom_version: 26.52.0
44
libraries:
55
- api_shortname: pubsub
66
name_pretty: Cloud Pub/Sub

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/SchemaServiceClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/SchemaServiceSettings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/SubscriptionAdminClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/SubscriptionAdminSettings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/TopicAdminClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/TopicAdminSettings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/GrpcPublisherCallableFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/GrpcPublisherStub.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/GrpcSchemaServiceCallableFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/GrpcSchemaServiceStub.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/GrpcSubscriberCallableFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/GrpcSubscriberStub.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/HttpJsonPublisherCallableFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/HttpJsonPublisherStub.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/HttpJsonSchemaServiceCallableFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/HttpJsonSchemaServiceStub.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/HttpJsonSubscriberCallableFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/HttpJsonSubscriberStub.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/PublisherStub.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/PublisherStubSettings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/SchemaServiceStub.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/SchemaServiceStubSettings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/SubscriberStub.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/SubscriberStubSettings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/main/resources/META-INF/native-image/com.google.cloud.pubsub.v1/reflect-config.json

+135
Original file line numberDiff line numberDiff line change
@@ -1898,6 +1898,60 @@
18981898
"allDeclaredClasses": true,
18991899
"allPublicClasses": true
19001900
},
1901+
{
1902+
"name": "com.google.pubsub.v1.IngestionDataSourceSettings$AwsMsk",
1903+
"queryAllDeclaredConstructors": true,
1904+
"queryAllPublicConstructors": true,
1905+
"queryAllDeclaredMethods": true,
1906+
"allPublicMethods": true,
1907+
"allDeclaredClasses": true,
1908+
"allPublicClasses": true
1909+
},
1910+
{
1911+
"name": "com.google.pubsub.v1.IngestionDataSourceSettings$AwsMsk$Builder",
1912+
"queryAllDeclaredConstructors": true,
1913+
"queryAllPublicConstructors": true,
1914+
"queryAllDeclaredMethods": true,
1915+
"allPublicMethods": true,
1916+
"allDeclaredClasses": true,
1917+
"allPublicClasses": true
1918+
},
1919+
{
1920+
"name": "com.google.pubsub.v1.IngestionDataSourceSettings$AwsMsk$State",
1921+
"queryAllDeclaredConstructors": true,
1922+
"queryAllPublicConstructors": true,
1923+
"queryAllDeclaredMethods": true,
1924+
"allPublicMethods": true,
1925+
"allDeclaredClasses": true,
1926+
"allPublicClasses": true
1927+
},
1928+
{
1929+
"name": "com.google.pubsub.v1.IngestionDataSourceSettings$AzureEventHubs",
1930+
"queryAllDeclaredConstructors": true,
1931+
"queryAllPublicConstructors": true,
1932+
"queryAllDeclaredMethods": true,
1933+
"allPublicMethods": true,
1934+
"allDeclaredClasses": true,
1935+
"allPublicClasses": true
1936+
},
1937+
{
1938+
"name": "com.google.pubsub.v1.IngestionDataSourceSettings$AzureEventHubs$Builder",
1939+
"queryAllDeclaredConstructors": true,
1940+
"queryAllPublicConstructors": true,
1941+
"queryAllDeclaredMethods": true,
1942+
"allPublicMethods": true,
1943+
"allDeclaredClasses": true,
1944+
"allPublicClasses": true
1945+
},
1946+
{
1947+
"name": "com.google.pubsub.v1.IngestionDataSourceSettings$AzureEventHubs$State",
1948+
"queryAllDeclaredConstructors": true,
1949+
"queryAllPublicConstructors": true,
1950+
"queryAllDeclaredMethods": true,
1951+
"allPublicMethods": true,
1952+
"allDeclaredClasses": true,
1953+
"allPublicClasses": true
1954+
},
19011955
{
19021956
"name": "com.google.pubsub.v1.IngestionDataSourceSettings$Builder",
19031957
"queryAllDeclaredConstructors": true,
@@ -1988,6 +2042,33 @@
19882042
"allDeclaredClasses": true,
19892043
"allPublicClasses": true
19902044
},
2045+
{
2046+
"name": "com.google.pubsub.v1.IngestionDataSourceSettings$ConfluentCloud",
2047+
"queryAllDeclaredConstructors": true,
2048+
"queryAllPublicConstructors": true,
2049+
"queryAllDeclaredMethods": true,
2050+
"allPublicMethods": true,
2051+
"allDeclaredClasses": true,
2052+
"allPublicClasses": true
2053+
},
2054+
{
2055+
"name": "com.google.pubsub.v1.IngestionDataSourceSettings$ConfluentCloud$Builder",
2056+
"queryAllDeclaredConstructors": true,
2057+
"queryAllPublicConstructors": true,
2058+
"queryAllDeclaredMethods": true,
2059+
"allPublicMethods": true,
2060+
"allDeclaredClasses": true,
2061+
"allPublicClasses": true
2062+
},
2063+
{
2064+
"name": "com.google.pubsub.v1.IngestionDataSourceSettings$ConfluentCloud$State",
2065+
"queryAllDeclaredConstructors": true,
2066+
"queryAllPublicConstructors": true,
2067+
"queryAllDeclaredMethods": true,
2068+
"allPublicMethods": true,
2069+
"allDeclaredClasses": true,
2070+
"allPublicClasses": true
2071+
},
19912072
{
19922073
"name": "com.google.pubsub.v1.IngestionFailureEvent",
19932074
"queryAllDeclaredConstructors": true,
@@ -2033,6 +2114,42 @@
20332114
"allDeclaredClasses": true,
20342115
"allPublicClasses": true
20352116
},
2117+
{
2118+
"name": "com.google.pubsub.v1.IngestionFailureEvent$AwsMskFailureReason",
2119+
"queryAllDeclaredConstructors": true,
2120+
"queryAllPublicConstructors": true,
2121+
"queryAllDeclaredMethods": true,
2122+
"allPublicMethods": true,
2123+
"allDeclaredClasses": true,
2124+
"allPublicClasses": true
2125+
},
2126+
{
2127+
"name": "com.google.pubsub.v1.IngestionFailureEvent$AwsMskFailureReason$Builder",
2128+
"queryAllDeclaredConstructors": true,
2129+
"queryAllPublicConstructors": true,
2130+
"queryAllDeclaredMethods": true,
2131+
"allPublicMethods": true,
2132+
"allDeclaredClasses": true,
2133+
"allPublicClasses": true
2134+
},
2135+
{
2136+
"name": "com.google.pubsub.v1.IngestionFailureEvent$AzureEventHubsFailureReason",
2137+
"queryAllDeclaredConstructors": true,
2138+
"queryAllPublicConstructors": true,
2139+
"queryAllDeclaredMethods": true,
2140+
"allPublicMethods": true,
2141+
"allDeclaredClasses": true,
2142+
"allPublicClasses": true
2143+
},
2144+
{
2145+
"name": "com.google.pubsub.v1.IngestionFailureEvent$AzureEventHubsFailureReason$Builder",
2146+
"queryAllDeclaredConstructors": true,
2147+
"queryAllPublicConstructors": true,
2148+
"queryAllDeclaredMethods": true,
2149+
"allPublicMethods": true,
2150+
"allDeclaredClasses": true,
2151+
"allPublicClasses": true
2152+
},
20362153
{
20372154
"name": "com.google.pubsub.v1.IngestionFailureEvent$Builder",
20382155
"queryAllDeclaredConstructors": true,
@@ -2060,6 +2177,24 @@
20602177
"allDeclaredClasses": true,
20612178
"allPublicClasses": true
20622179
},
2180+
{
2181+
"name": "com.google.pubsub.v1.IngestionFailureEvent$ConfluentCloudFailureReason",
2182+
"queryAllDeclaredConstructors": true,
2183+
"queryAllPublicConstructors": true,
2184+
"queryAllDeclaredMethods": true,
2185+
"allPublicMethods": true,
2186+
"allDeclaredClasses": true,
2187+
"allPublicClasses": true
2188+
},
2189+
{
2190+
"name": "com.google.pubsub.v1.IngestionFailureEvent$ConfluentCloudFailureReason$Builder",
2191+
"queryAllDeclaredConstructors": true,
2192+
"queryAllPublicConstructors": true,
2193+
"queryAllDeclaredMethods": true,
2194+
"allPublicMethods": true,
2195+
"allDeclaredClasses": true,
2196+
"allPublicClasses": true
2197+
},
20632198
{
20642199
"name": "com.google.pubsub.v1.ListSchemaRevisionsRequest",
20652200
"queryAllDeclaredConstructors": true,

google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/MockIAMPolicy.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/MockIAMPolicyImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/MockPublisher.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)