Skip to content

Commit 8bcdd6b

Browse files
chore: Update generation configuration at Sun Mar 22 02:58:18 UTC 2026 (#2338)
* chore: Update generation configuration at Wed Mar 11 02:50:50 UTC 2026 * chore: Update generation configuration at Thu Mar 12 02:54:23 UTC 2026 * chore: Update generation configuration at Fri Mar 13 02:52:48 UTC 2026 * chore: Update generation configuration at Sat Mar 14 02:51:50 UTC 2026 * chore: generate libraries at Sat Mar 14 02:52:19 UTC 2026 * chore: Update generation configuration at Tue Mar 17 02:54:35 UTC 2026 * chore: Update generation configuration at Wed Mar 18 02:57:59 UTC 2026 * chore: generate libraries at Wed Mar 18 02:58:30 UTC 2026 * chore: Update generation configuration at Thu Mar 19 02:58:17 UTC 2026 * chore: Update generation configuration at Fri Mar 20 02:54:02 UTC 2026 * chore: Update generation configuration at Sat Mar 21 02:49:43 UTC 2026 * chore: Update generation configuration at Sun Mar 22 02:58:18 UTC 2026 --------- Co-authored-by: Lawrence Qiu <[email protected]>
1 parent f50a9e5 commit 8bcdd6b

File tree

5 files changed

+25
-5
lines changed

5 files changed

+25
-5
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/scripts@v2.67.0
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.68.0
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4949
If you are using Gradle 5.x or later, add this to your dependencies:
5050

5151
```Groovy
52-
implementation platform('com.google.cloud:libraries-bom:26.77.0')
52+
implementation platform('com.google.cloud:libraries-bom:26.78.0')
5353
5454
implementation 'com.google.cloud:google-cloud-firestore'
5555
```

generation_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.67.0
2-
googleapis_commitish: 798823426715215eccca4d7e7ee4c814843045d7
3-
libraries_bom_version: 26.77.0
1+
gapic_generator_version: 2.68.0
2+
googleapis_commitish: 758d8244a84065ea6b0dfacff3d3e9284983390b
3+
libraries_bom_version: 26.78.0
44
libraries:
55
- api_shortname: firestore
66
name_pretty: Cloud Firestore

google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStubSettings.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
import com.google.api.gax.rpc.ApiCallContext;
4040
import com.google.api.gax.rpc.ApiClientHeaderProvider;
4141
import com.google.api.gax.rpc.ClientContext;
42+
import com.google.api.gax.rpc.LibraryMetadata;
4243
import com.google.api.gax.rpc.OperationCallSettings;
4344
import com.google.api.gax.rpc.PageContext;
4445
import com.google.api.gax.rpc.PagedCallSettings;
@@ -193,6 +194,7 @@
193194
* }</pre>
194195
*/
195196
@Generated("by gapic-generator-java")
197+
@SuppressWarnings("CanonicalDuration")
196198
public class FirestoreAdminStubSettings extends StubSettings<FirestoreAdminStubSettings> {
197199
/** The default scopes of the service. */
198200
private static final ImmutableList<String> DEFAULT_SERVICE_SCOPES =
@@ -750,6 +752,14 @@ protected FirestoreAdminStubSettings(Builder settingsBuilder) throws IOException
750752
cloneDatabaseOperationSettings = settingsBuilder.cloneDatabaseOperationSettings().build();
751753
}
752754

755+
@Override
756+
protected LibraryMetadata getLibraryMetadata() {
757+
return LibraryMetadata.newBuilder()
758+
.setArtifactName("com.google.cloud:google-cloud-firestore")
759+
.setRepository("googleapis/java-firestore")
760+
.build();
761+
}
762+
753763
/** Builder for FirestoreAdminStubSettings. */
754764
public static class Builder extends StubSettings.Builder<FirestoreAdminStubSettings, Builder> {
755765
private final ImmutableList<UnaryCallSettings.Builder<?, ?>> unaryMethodSettingsBuilders;

google-cloud-firestore/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreStubSettings.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
import com.google.api.gax.rpc.ApiCallContext;
3838
import com.google.api.gax.rpc.ApiClientHeaderProvider;
3939
import com.google.api.gax.rpc.ClientContext;
40+
import com.google.api.gax.rpc.LibraryMetadata;
4041
import com.google.api.gax.rpc.PageContext;
4142
import com.google.api.gax.rpc.PagedCallSettings;
4243
import com.google.api.gax.rpc.PagedListDescriptor;
@@ -139,6 +140,7 @@
139140
* retries.
140141
*/
141142
@Generated("by gapic-generator-java")
143+
@SuppressWarnings("CanonicalDuration")
142144
public class FirestoreStubSettings extends StubSettings<FirestoreStubSettings> {
143145
/** The default scopes of the service. */
144146
private static final ImmutableList<String> DEFAULT_SERVICE_SCOPES =
@@ -556,6 +558,14 @@ protected FirestoreStubSettings(Builder settingsBuilder) throws IOException {
556558
createDocumentSettings = settingsBuilder.createDocumentSettings().build();
557559
}
558560

561+
@Override
562+
protected LibraryMetadata getLibraryMetadata() {
563+
return LibraryMetadata.newBuilder()
564+
.setArtifactName("com.google.cloud:google-cloud-firestore")
565+
.setRepository("googleapis/java-firestore")
566+
.build();
567+
}
568+
559569
/** Builder for FirestoreStubSettings. */
560570
public static class Builder extends StubSettings.Builder<FirestoreStubSettings, Builder> {
561571
private final ImmutableList<UnaryCallSettings.Builder<?, ?>> unaryMethodSettingsBuilders;

0 commit comments

Comments
 (0)