Skip to content

Commit 62319f0

Browse files
feat: Update TransactionOptions to include new option exclude_txn_from_change_streams (#2853)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 607807587 Source-Link: https://togithub.com/googleapis/googleapis/commit/d8af2d65a80fad70cb98e038be22b7f1f7197de5 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/601de717f1e342feada7e01f5da525465a5890d9 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjAxZGU3MTdmMWUzNDJmZWFkYTdlMDFmNWRhNTI1NDY1YTU4OTBkOSJ9 BEGIN_NESTED_COMMIT feat(spanner): add field for multiplexed session in spanner.proto docs: update comments PiperOrigin-RevId: 607015598 Source-Link: https://togithub.com/googleapis/googleapis/commit/8e8a37da239bf53604509bf8153b792adad7eca3 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/0b517308dcc390d0b821f8a5d982cbca9e564010 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGI1MTczMDhkY2MzOTBkMGI4MjFmOGE1ZDk4MmNiY2E5ZTU2NDAxMCJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Add an API method for reordering firewall policies PiperOrigin-RevId: 607015517 Source-Link: https://togithub.com/googleapis/googleapis/commit/c43e216cc37c82f16b829f583fd9f6864e34c2c0 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/71c27adc96b0c80093b4a413815bd93943196bb2 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzFjMjdhZGM5NmIwYzgwMDkzYjRhNDEzODE1YmQ5Mzk0MzE5NmJiMiJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore: set packed = false on field_behavior extension PiperOrigin-RevId: 604675854 Source-Link: https://togithub.com/googleapis/googleapis/commit/42c04fea4338ba626095ec2cde5ea75827191581 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/a1ed8a97a00d02fe456f6ebd4160c5b2b000ad75 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTFlZDhhOTdhMDBkMDJmZTQ1NmY2ZWJkNDE2MGM1YjJiMDAwYWQ3NSJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT build: Update protobuf to 25.2 in WORKSPACE build: Update grpc to 1.60.0 in WORKSPACE build: Remove pin for boringssl in WORKSPACE build: Update bazel to 6.3.0 in .bazeliskrc PiperOrigin-RevId: 603226138 Source-Link: https://togithub.com/googleapis/googleapis/commit/2aec9e178dab3427c0ad5654c94a069e0bc7224c Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/e9a5c2ef37b4d69c93e39141d87aae0b193c00b1 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTlhNWMyZWYzN2I0ZDY5YzkzZTM5MTQxZDg3YWFlMGIxOTNjMDBiMSJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: update the comment regarding eligible SQL shapes for PartitionQuery PiperOrigin-RevId: 602806739 Source-Link: https://togithub.com/googleapis/googleapis/commit/20b095b497152b0f40b85b1cda3a1f74c6527063 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/fc8a8ea3029c590d27fcbf36ad31ef7a822f40f4 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmM4YThlYTMwMjljNTkwZDI3ZmNiZjM2YWQzMWVmN2E4MjJmNDBmNCJ9 END_NESTED_COMMIT
1 parent c580423 commit 62319f0

File tree

428 files changed

+5374
-2277
lines changed

Some content is hidden

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

428 files changed

+5374
-2277
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-spanner'
5757
If you are using Gradle without BOM, add this to your dependencies:
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-spanner:6.58.0'
60+
implementation 'com.google.cloud:google-cloud-spanner:6.59.0'
6161
```
6262

6363
If you are using SBT, add this to your dependencies:
6464

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.58.0"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.59.0"
6767
```
6868
<!-- {x-version-update-end} -->
6969

@@ -643,7 +643,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
643643
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-spanner/java11.html
644644
[stability-image]: https://img.shields.io/badge/stability-stable-green
645645
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-spanner.svg
646-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.58.0
646+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.59.0
647647
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
648648
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
649649
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

google-cloud-spanner-executor/src/main/java/com/google/cloud/spanner/executor/v1/SpannerExecutorProxyClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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-spanner-executor/src/main/java/com/google/cloud/spanner/executor/v1/SpannerExecutorProxySettings.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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.
@@ -17,7 +17,6 @@
1717
package com.google.cloud.spanner.executor.v1;
1818

1919
import com.google.api.core.ApiFunction;
20-
import com.google.api.core.BetaApi;
2120
import com.google.api.gax.core.GoogleCredentialsProvider;
2221
import com.google.api.gax.core.InstantiatingExecutorProvider;
2322
import com.google.api.gax.grpc.InstantiatingGrpcChannelProvider;
@@ -116,7 +115,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() {
116115
return SpannerExecutorProxyStubSettings.defaultTransportChannelProvider();
117116
}
118117

119-
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.")
120118
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() {
121119
return SpannerExecutorProxyStubSettings.defaultApiClientHeaderProviderBuilder();
122120
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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-spanner-executor/src/main/java/com/google/cloud/spanner/executor/v1/stub/GrpcSpannerExecutorProxyCallableFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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-spanner-executor/src/main/java/com/google/cloud/spanner/executor/v1/stub/GrpcSpannerExecutorProxyStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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-spanner-executor/src/main/java/com/google/cloud/spanner/executor/v1/stub/SpannerExecutorProxyStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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-spanner-executor/src/main/java/com/google/cloud/spanner/executor/v1/stub/SpannerExecutorProxyStubSettings.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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.
@@ -17,7 +17,6 @@
1717
package com.google.cloud.spanner.executor.v1.stub;
1818

1919
import com.google.api.core.ApiFunction;
20-
import com.google.api.core.BetaApi;
2120
import com.google.api.gax.core.GaxProperties;
2221
import com.google.api.gax.core.GoogleCredentialsProvider;
2322
import com.google.api.gax.core.InstantiatingExecutorProvider;
@@ -160,7 +159,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() {
160159
return defaultGrpcTransportProviderBuilder().build();
161160
}
162161

163-
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.")
164162
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() {
165163
return ApiClientHeaderProvider.newBuilder()
166164
.setGeneratedLibToken(

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

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,15 @@
836836
"allDeclaredClasses": true,
837837
"allPublicClasses": true
838838
},
839+
{
840+
"name": "com.google.protobuf.DescriptorProtos$Edition",
841+
"queryAllDeclaredConstructors": true,
842+
"queryAllPublicConstructors": true,
843+
"queryAllDeclaredMethods": true,
844+
"allPublicMethods": true,
845+
"allDeclaredClasses": true,
846+
"allPublicClasses": true
847+
},
839848
{
840849
"name": "com.google.protobuf.DescriptorProtos$EnumDescriptorProto",
841850
"queryAllDeclaredConstructors": true,
@@ -971,6 +980,114 @@
971980
"allDeclaredClasses": true,
972981
"allPublicClasses": true
973982
},
983+
{
984+
"name": "com.google.protobuf.DescriptorProtos$FeatureSet",
985+
"queryAllDeclaredConstructors": true,
986+
"queryAllPublicConstructors": true,
987+
"queryAllDeclaredMethods": true,
988+
"allPublicMethods": true,
989+
"allDeclaredClasses": true,
990+
"allPublicClasses": true
991+
},
992+
{
993+
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$Builder",
994+
"queryAllDeclaredConstructors": true,
995+
"queryAllPublicConstructors": true,
996+
"queryAllDeclaredMethods": true,
997+
"allPublicMethods": true,
998+
"allDeclaredClasses": true,
999+
"allPublicClasses": true
1000+
},
1001+
{
1002+
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$EnumType",
1003+
"queryAllDeclaredConstructors": true,
1004+
"queryAllPublicConstructors": true,
1005+
"queryAllDeclaredMethods": true,
1006+
"allPublicMethods": true,
1007+
"allDeclaredClasses": true,
1008+
"allPublicClasses": true
1009+
},
1010+
{
1011+
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$FieldPresence",
1012+
"queryAllDeclaredConstructors": true,
1013+
"queryAllPublicConstructors": true,
1014+
"queryAllDeclaredMethods": true,
1015+
"allPublicMethods": true,
1016+
"allDeclaredClasses": true,
1017+
"allPublicClasses": true
1018+
},
1019+
{
1020+
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$JsonFormat",
1021+
"queryAllDeclaredConstructors": true,
1022+
"queryAllPublicConstructors": true,
1023+
"queryAllDeclaredMethods": true,
1024+
"allPublicMethods": true,
1025+
"allDeclaredClasses": true,
1026+
"allPublicClasses": true
1027+
},
1028+
{
1029+
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$MessageEncoding",
1030+
"queryAllDeclaredConstructors": true,
1031+
"queryAllPublicConstructors": true,
1032+
"queryAllDeclaredMethods": true,
1033+
"allPublicMethods": true,
1034+
"allDeclaredClasses": true,
1035+
"allPublicClasses": true
1036+
},
1037+
{
1038+
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$RepeatedFieldEncoding",
1039+
"queryAllDeclaredConstructors": true,
1040+
"queryAllPublicConstructors": true,
1041+
"queryAllDeclaredMethods": true,
1042+
"allPublicMethods": true,
1043+
"allDeclaredClasses": true,
1044+
"allPublicClasses": true
1045+
},
1046+
{
1047+
"name": "com.google.protobuf.DescriptorProtos$FeatureSet$Utf8Validation",
1048+
"queryAllDeclaredConstructors": true,
1049+
"queryAllPublicConstructors": true,
1050+
"queryAllDeclaredMethods": true,
1051+
"allPublicMethods": true,
1052+
"allDeclaredClasses": true,
1053+
"allPublicClasses": true
1054+
},
1055+
{
1056+
"name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults",
1057+
"queryAllDeclaredConstructors": true,
1058+
"queryAllPublicConstructors": true,
1059+
"queryAllDeclaredMethods": true,
1060+
"allPublicMethods": true,
1061+
"allDeclaredClasses": true,
1062+
"allPublicClasses": true
1063+
},
1064+
{
1065+
"name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults$Builder",
1066+
"queryAllDeclaredConstructors": true,
1067+
"queryAllPublicConstructors": true,
1068+
"queryAllDeclaredMethods": true,
1069+
"allPublicMethods": true,
1070+
"allDeclaredClasses": true,
1071+
"allPublicClasses": true
1072+
},
1073+
{
1074+
"name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults$FeatureSetEditionDefault",
1075+
"queryAllDeclaredConstructors": true,
1076+
"queryAllPublicConstructors": true,
1077+
"queryAllDeclaredMethods": true,
1078+
"allPublicMethods": true,
1079+
"allDeclaredClasses": true,
1080+
"allPublicClasses": true
1081+
},
1082+
{
1083+
"name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults$FeatureSetEditionDefault$Builder",
1084+
"queryAllDeclaredConstructors": true,
1085+
"queryAllPublicConstructors": true,
1086+
"queryAllDeclaredMethods": true,
1087+
"allPublicMethods": true,
1088+
"allDeclaredClasses": true,
1089+
"allPublicClasses": true
1090+
},
9741091
{
9751092
"name": "com.google.protobuf.DescriptorProtos$FieldDescriptorProto",
9761093
"queryAllDeclaredConstructors": true,
@@ -1034,6 +1151,24 @@
10341151
"allDeclaredClasses": true,
10351152
"allPublicClasses": true
10361153
},
1154+
{
1155+
"name": "com.google.protobuf.DescriptorProtos$FieldOptions$EditionDefault",
1156+
"queryAllDeclaredConstructors": true,
1157+
"queryAllPublicConstructors": true,
1158+
"queryAllDeclaredMethods": true,
1159+
"allPublicMethods": true,
1160+
"allDeclaredClasses": true,
1161+
"allPublicClasses": true
1162+
},
1163+
{
1164+
"name": "com.google.protobuf.DescriptorProtos$FieldOptions$EditionDefault$Builder",
1165+
"queryAllDeclaredConstructors": true,
1166+
"queryAllPublicConstructors": true,
1167+
"queryAllDeclaredMethods": true,
1168+
"allPublicMethods": true,
1169+
"allDeclaredClasses": true,
1170+
"allPublicClasses": true
1171+
},
10371172
{
10381173
"name": "com.google.protobuf.DescriptorProtos$FieldOptions$JSType",
10391174
"queryAllDeclaredConstructors": true,

google-cloud-spanner-executor/src/test/java/com/google/cloud/spanner/executor/v1/MockSpannerExecutorProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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-spanner-executor/src/test/java/com/google/cloud/spanner/executor/v1/MockSpannerExecutorProxyImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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-spanner-executor/src/test/java/com/google/cloud/spanner/executor/v1/SpannerExecutorProxyClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/DatabaseAdminClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/DatabaseAdminSettings.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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.
@@ -307,7 +307,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() {
307307
return DatabaseAdminStubSettings.defaultTransportChannelProvider();
308308
}
309309

310-
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.")
311310
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() {
312311
return DatabaseAdminStubSettings.defaultApiClientHeaderProviderBuilder();
313312
}

google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/stub/DatabaseAdminStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/stub/DatabaseAdminStubSettings.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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.
@@ -713,7 +713,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() {
713713
return defaultGrpcTransportProviderBuilder().build();
714714
}
715715

716-
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.")
717716
public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder() {
718717
return ApiClientHeaderProvider.newBuilder()
719718
.setGeneratedLibToken(
@@ -722,7 +721,6 @@ public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProvider
722721
GaxGrpcProperties.getGrpcTokenName(), GaxGrpcProperties.getGrpcVersion());
723722
}
724723

725-
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.")
726724
public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder() {
727725
return ApiClientHeaderProvider.newBuilder()
728726
.setGeneratedLibToken(

google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/stub/GrpcDatabaseAdminCallableFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/stub/GrpcDatabaseAdminStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/stub/HttpJsonDatabaseAdminCallableFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/stub/HttpJsonDatabaseAdminStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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-spanner/src/main/java/com/google/cloud/spanner/admin/instance/v1/InstanceAdminClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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-spanner/src/main/java/com/google/cloud/spanner/admin/instance/v1/InstanceAdminSettings.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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.
@@ -249,7 +249,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() {
249249
return InstanceAdminStubSettings.defaultTransportChannelProvider();
250250
}
251251

252-
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.")
253252
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() {
254253
return InstanceAdminStubSettings.defaultApiClientHeaderProviderBuilder();
255254
}

google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/instance/v1/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 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)