File tree Expand file tree Collapse file tree
java-spanner/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments