Skip to content

Commit c2a754f

Browse files
chore: generate libraries at Thu Apr 23 15:45:49 UTC 2026
1 parent 4f21ce4 commit c2a754f

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

java-iam-policy/.repo-metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"repo": "googleapis/google-cloud-java",
1111
"repo_short": "java-iam-policy",
1212
"distribution_name": "com.google.cloud:google-iam-policy",
13+
"api_id": "iam.googleapis.com",
1314
"library_type": "GAPIC_AUTO",
1415
"requires_billing": true,
1516
"excluded_dependencies": "google-iam-policy",

java-iam-policy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
188188
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
189189
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
190190
[enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
191-
191+
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=iam.googleapis.com
192192
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
193193
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
194194

java-spanner/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -468,11 +468,11 @@ public class ConnectionProperties {
468468
static final ConnectionProperty<Boolean> ENABLE_GRPC_GCP =
469469
create(
470470
ENABLE_GRPC_GCP_PROPERTY_NAME,
471-
"Enable or disable grpc-gcp channel pool (true/false). "
472-
+ "Setting this to false will disable grpc-gcp and use the Gax gRPC channel pool. "
473-
+ "Disabling grpc-gcp also automatically disables dynamic channel pooling, regardless "
474-
+ "of the value of enableDynamicChannelPool, as Spanner only supports dynamic channel "
475-
+ "pooling in combination with grpc-gcp.",
471+
"Enable or disable grpc-gcp channel pool (true/false). Setting this to false will disable"
472+
+ " grpc-gcp and use the Gax gRPC channel pool. Disabling grpc-gcp also automatically"
473+
+ " disables dynamic channel pooling, regardless of the value of"
474+
+ " enableDynamicChannelPool, as Spanner only supports dynamic channel pooling in"
475+
+ " combination with grpc-gcp.",
476476
DEFAULT_ENABLE_GRPC_GCP,
477477
BOOLEANS,
478478
BooleanConverter.INSTANCE,

0 commit comments

Comments
 (0)