Skip to content

Commit 5e283a1

Browse files
chore: generate libraries at Tue Feb 25 21:46:52 UTC 2025
1 parent 111d68f commit 5e283a1

17 files changed

+15
-32
lines changed

google-cloud-datastore/src/main/java/com/google/cloud/datastore/v1/DatastoreClient.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-datastore/src/main/java/com/google/cloud/datastore/v1/DatastoreSettings.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-datastore/src/main/java/com/google/cloud/datastore/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-datastore/src/main/java/com/google/cloud/datastore/v1/stub/DatastoreStub.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-datastore/src/main/java/com/google/cloud/datastore/v1/stub/DatastoreStubSettings.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-datastore/src/main/java/com/google/cloud/datastore/v1/stub/GrpcDatastoreCallableFactory.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-datastore/src/main/java/com/google/cloud/datastore/v1/stub/GrpcDatastoreStub.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-datastore/src/main/java/com/google/cloud/datastore/v1/stub/HttpJsonDatastoreCallableFactory.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-datastore/src/main/java/com/google/cloud/datastore/v1/stub/HttpJsonDatastoreStub.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-datastore/src/test/java/com/google/cloud/datastore/AbstractDatastoreTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
import com.google.datastore.v1.RunQueryResponse;
6868
import com.google.datastore.v1.TransactionOptions;
6969
import com.google.protobuf.ByteString;
70-
import java.time.Duration;
7170
import java.util.ArrayList;
7271
import java.util.Arrays;
7372
import java.util.Collections;

google-cloud-datastore/src/test/java/com/google/cloud/datastore/v1/DatastoreClientHttpJsonTest.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-datastore/src/test/java/com/google/cloud/datastore/v1/DatastoreClientTest.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-datastore/src/test/java/com/google/cloud/datastore/v1/MockDatastore.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-datastore/src/test/java/com/google/cloud/datastore/v1/MockDatastoreImpl.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.

grpc-google-cloud-datastore-v1/src/main/java/com/google/datastore/v1/DatastoreGrpc.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.

renovate.json

-17
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@
4141
],
4242
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
4343
"datasourceTemplate": "maven"
44-
},
45-
{
46-
"fileMatch": [
47-
"^.github/workflows/hermetic_library_generation.yaml$"
48-
],
49-
"matchStrings": [
50-
"uses: googleapis/sdk-platform-java/.github/scripts@v(?<currentValue>.+?)\\n"
51-
],
52-
"depNameTemplate": "com.google.api:gapic-generator-java",
53-
"datasourceTemplate": "maven"
5444
}
5545
],
5646
"packageRules": [
@@ -111,13 +101,6 @@
111101
"^com.fasterxml.jackson.core"
112102
],
113103
"groupName": "jackson dependencies"
114-
},
115-
{
116-
"matchPackagePatterns": [
117-
"^com.google.api:gapic-generator-java",
118-
"^com.google.cloud:sdk-platform-java-config"
119-
],
120-
"groupName": "SDK platform Java dependencies"
121104
}
122105
],
123106
"semanticCommits": true,

versions.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ proto-google-cloud-datastore-v1:0.117.3:0.117.4-SNAPSHOT
77
datastore-v1-proto-client:2.26.3:2.26.4-SNAPSHOT
88
proto-google-cloud-datastore-admin-v1:2.26.3:2.26.4-SNAPSHOT
99
grpc-google-cloud-datastore-admin-v1:2.26.3:2.26.4-SNAPSHOT
10+
grpc-google-cloud-datastore-v1:2.26.3:2.26.4-SNAPSHOT

0 commit comments

Comments
 (0)