You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/sqladmin_v1.connect.html
+1
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,7 @@ <h3>Method Details</h3>
157
157
},
158
158
],
159
159
"kind": "A String", # This is always `sql#connectSettings`.
160
+
"pscEnabled": True or False, # Whether PSC connectivity is enabled for this instance.
160
161
"region": "A String", # The cloud region for the instance. For example, `us-central1`, `europe-west1`. The region cannot be changed after instance creation.
Copy file name to clipboardexpand all lines: docs/dyn/sqladmin_v1.instances.html
+40
Original file line number
Diff line number
Diff line change
@@ -920,6 +920,7 @@ <h3>Method Details</h3>
920
920
"kind": "A String", # This is always `sql#diskEncryptionStatus`.
921
921
"kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance resource
922
922
},
923
+
"dnsName": "A String", # Output only. The dns name of the instance.
923
924
"etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the `settings.settingsVersion` field instead.
924
925
"failoverReplica": { # The name and status of the failover replica.
925
926
"available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.
@@ -960,6 +961,7 @@ <h3>Method Details</h3>
960
961
"sqlOutOfDiskState": "A String", # This field represents the state generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job
961
962
},
962
963
"project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
964
+
"pscServiceAttachmentLink": "A String", # Output only. The link to service attachment of PSC instance.
963
965
"region": "A String", # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation.
964
966
"replicaConfiguration": { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
965
967
"failoverTarget": True or False, # Specifies if the replica is the failover target. If the field is set to `true`, the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
@@ -1074,6 +1076,12 @@ <h3>Method Details</h3>
1074
1076
"enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery.
1075
1077
"ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not.
1076
1078
"privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set.
1079
+
"pscConfig": { # PSC settings for a Cloud SQL instance. # PSC settings for this instance.
1080
+
"allowedConsumerProjects": [ # List of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).
1081
+
"A String",
1082
+
],
1083
+
"pscEnabled": True or False, # Whether PSC connectivity is enabled for this instance.
1084
+
},
1077
1085
"requireSsl": True or False, # Whether SSL connections over IP are enforced or not.
1078
1086
},
1079
1087
"kind": "A String", # This is always `sql#settings`.
@@ -1291,6 +1299,7 @@ <h3>Method Details</h3>
1291
1299
"kind": "A String", # This is always `sql#diskEncryptionStatus`.
1292
1300
"kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance resource
1293
1301
},
1302
+
"dnsName": "A String", # Output only. The dns name of the instance.
1294
1303
"etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the `settings.settingsVersion` field instead.
1295
1304
"failoverReplica": { # The name and status of the failover replica.
1296
1305
"available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.
@@ -1331,6 +1340,7 @@ <h3>Method Details</h3>
1331
1340
"sqlOutOfDiskState": "A String", # This field represents the state generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job
1332
1341
},
1333
1342
"project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
1343
+
"pscServiceAttachmentLink": "A String", # Output only. The link to service attachment of PSC instance.
1334
1344
"region": "A String", # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation.
1335
1345
"replicaConfiguration": { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
1336
1346
"failoverTarget": True or False, # Specifies if the replica is the failover target. If the field is set to `true`, the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
@@ -1445,6 +1455,12 @@ <h3>Method Details</h3>
1445
1455
"enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery.
1446
1456
"ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not.
1447
1457
"privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set.
1458
+
"pscConfig": { # PSC settings for a Cloud SQL instance. # PSC settings for this instance.
1459
+
"allowedConsumerProjects": [ # List of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).
1460
+
"A String",
1461
+
],
1462
+
"pscEnabled": True or False, # Whether PSC connectivity is enabled for this instance.
1463
+
},
1448
1464
"requireSsl": True or False, # Whether SSL connections over IP are enforced or not.
1449
1465
},
1450
1466
"kind": "A String", # This is always `sql#settings`.
@@ -1628,6 +1644,7 @@ <h3>Method Details</h3>
1628
1644
"kind": "A String", # This is always `sql#diskEncryptionStatus`.
1629
1645
"kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance resource
1630
1646
},
1647
+
"dnsName": "A String", # Output only. The dns name of the instance.
1631
1648
"etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the `settings.settingsVersion` field instead.
1632
1649
"failoverReplica": { # The name and status of the failover replica.
1633
1650
"available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.
@@ -1668,6 +1685,7 @@ <h3>Method Details</h3>
1668
1685
"sqlOutOfDiskState": "A String", # This field represents the state generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job
1669
1686
},
1670
1687
"project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
1688
+
"pscServiceAttachmentLink": "A String", # Output only. The link to service attachment of PSC instance.
1671
1689
"region": "A String", # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation.
1672
1690
"replicaConfiguration": { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
1673
1691
"failoverTarget": True or False, # Specifies if the replica is the failover target. If the field is set to `true`, the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
@@ -1782,6 +1800,12 @@ <h3>Method Details</h3>
1782
1800
"enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery.
1783
1801
"ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not.
1784
1802
"privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set.
1803
+
"pscConfig": { # PSC settings for a Cloud SQL instance. # PSC settings for this instance.
1804
+
"allowedConsumerProjects": [ # List of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).
1805
+
"A String",
1806
+
],
1807
+
"pscEnabled": True or False, # Whether PSC connectivity is enabled for this instance.
1808
+
},
1785
1809
"requireSsl": True or False, # Whether SSL connections over IP are enforced or not.
1786
1810
},
1787
1811
"kind": "A String", # This is always `sql#settings`.
@@ -1916,6 +1940,7 @@ <h3>Method Details</h3>
1916
1940
"kind": "A String", # This is always `sql#diskEncryptionStatus`.
1917
1941
"kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance resource
1918
1942
},
1943
+
"dnsName": "A String", # Output only. The dns name of the instance.
1919
1944
"etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the `settings.settingsVersion` field instead.
1920
1945
"failoverReplica": { # The name and status of the failover replica.
1921
1946
"available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.
@@ -1956,6 +1981,7 @@ <h3>Method Details</h3>
1956
1981
"sqlOutOfDiskState": "A String", # This field represents the state generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job
1957
1982
},
1958
1983
"project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
1984
+
"pscServiceAttachmentLink": "A String", # Output only. The link to service attachment of PSC instance.
1959
1985
"region": "A String", # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation.
1960
1986
"replicaConfiguration": { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
1961
1987
"failoverTarget": True or False, # Specifies if the replica is the failover target. If the field is set to `true`, the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
@@ -2070,6 +2096,12 @@ <h3>Method Details</h3>
2070
2096
"enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery.
2071
2097
"ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not.
2072
2098
"privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set.
2099
+
"pscConfig": { # PSC settings for a Cloud SQL instance. # PSC settings for this instance.
2100
+
"allowedConsumerProjects": [ # List of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).
2101
+
"A String",
2102
+
],
2103
+
"pscEnabled": True or False, # Whether PSC connectivity is enabled for this instance.
2104
+
},
2073
2105
"requireSsl": True or False, # Whether SSL connections over IP are enforced or not.
2074
2106
},
2075
2107
"kind": "A String", # This is always `sql#settings`.
@@ -3249,6 +3281,7 @@ <h3>Method Details</h3>
3249
3281
"kind": "A String", # This is always `sql#diskEncryptionStatus`.
3250
3282
"kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance resource
3251
3283
},
3284
+
"dnsName": "A String", # Output only. The dns name of the instance.
3252
3285
"etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the `settings.settingsVersion` field instead.
3253
3286
"failoverReplica": { # The name and status of the failover replica.
3254
3287
"available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.
@@ -3289,6 +3322,7 @@ <h3>Method Details</h3>
3289
3322
"sqlOutOfDiskState": "A String", # This field represents the state generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job
3290
3323
},
3291
3324
"project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
3325
+
"pscServiceAttachmentLink": "A String", # Output only. The link to service attachment of PSC instance.
3292
3326
"region": "A String", # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation.
3293
3327
"replicaConfiguration": { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
3294
3328
"failoverTarget": True or False, # Specifies if the replica is the failover target. If the field is set to `true`, the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
@@ -3403,6 +3437,12 @@ <h3>Method Details</h3>
3403
3437
"enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery.
3404
3438
"ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not.
3405
3439
"privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set.
3440
+
"pscConfig": { # PSC settings for a Cloud SQL instance. # PSC settings for this instance.
3441
+
"allowedConsumerProjects": [ # List of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).
3442
+
"A String",
3443
+
],
3444
+
"pscEnabled": True or False, # Whether PSC connectivity is enabled for this instance.
3445
+
},
3406
3446
"requireSsl": True or False, # Whether SSL connections over IP are enforced or not.
3407
3447
},
3408
3448
"kind": "A String", # This is always `sql#settings`.
Copy file name to clipboardexpand all lines: docs/dyn/sqladmin_v1beta4.connect.html
+1
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,7 @@ <h3>Method Details</h3>
157
157
},
158
158
],
159
159
"kind": "A String", # This is always `sql#connectSettings`.
160
+
"pscEnabled": True or False, # Whether PSC connectivity is enabled for this instance.
160
161
"region": "A String", # The cloud region for the instance. e.g. `us-central1`, `europe-west1`. The region cannot be changed after instance creation.
Copy file name to clipboardexpand all lines: docs/dyn/sqladmin_v1beta4.instances.html
+40
Original file line number
Diff line number
Diff line change
@@ -920,6 +920,7 @@ <h3>Method Details</h3>
920
920
"kind": "A String", # This is always `sql#diskEncryptionStatus`.
921
921
"kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance resource
922
922
},
923
+
"dnsName": "A String", # Output only. The dns name of the instance.
923
924
"etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the `settings.settingsVersion` field instead.
924
925
"failoverReplica": { # The name and status of the failover replica.
925
926
"available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.
@@ -960,6 +961,7 @@ <h3>Method Details</h3>
960
961
"sqlOutOfDiskState": "A String", # This field represents the state generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job
961
962
},
962
963
"project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
964
+
"pscServiceAttachmentLink": "A String", # Output only. The link to service attachment of PSC instance.
963
965
"region": "A String", # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation.
964
966
"replicaConfiguration": { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
965
967
"failoverTarget": True or False, # Specifies if the replica is the failover target. If the field is set to `true` the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
@@ -1074,6 +1076,12 @@ <h3>Method Details</h3>
1074
1076
"enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery.
1075
1077
"ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not.
1076
1078
"privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set.
1079
+
"pscConfig": { # PSC settings for a Cloud SQL instance. # PSC settings for this instance.
1080
+
"allowedConsumerProjects": [ # List of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).
1081
+
"A String",
1082
+
],
1083
+
"pscEnabled": True or False, # Whether PSC connectivity is enabled for this instance.
1084
+
},
1077
1085
"requireSsl": True or False, # Whether SSL connections over IP are enforced or not.
1078
1086
},
1079
1087
"kind": "A String", # This is always `sql#settings`.
@@ -1291,6 +1299,7 @@ <h3>Method Details</h3>
1291
1299
"kind": "A String", # This is always `sql#diskEncryptionStatus`.
1292
1300
"kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance resource
1293
1301
},
1302
+
"dnsName": "A String", # Output only. The dns name of the instance.
1294
1303
"etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the `settings.settingsVersion` field instead.
1295
1304
"failoverReplica": { # The name and status of the failover replica.
1296
1305
"available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.
@@ -1331,6 +1340,7 @@ <h3>Method Details</h3>
1331
1340
"sqlOutOfDiskState": "A String", # This field represents the state generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job
1332
1341
},
1333
1342
"project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
1343
+
"pscServiceAttachmentLink": "A String", # Output only. The link to service attachment of PSC instance.
1334
1344
"region": "A String", # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation.
1335
1345
"replicaConfiguration": { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
1336
1346
"failoverTarget": True or False, # Specifies if the replica is the failover target. If the field is set to `true` the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
@@ -1445,6 +1455,12 @@ <h3>Method Details</h3>
1445
1455
"enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery.
1446
1456
"ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not.
1447
1457
"privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set.
1458
+
"pscConfig": { # PSC settings for a Cloud SQL instance. # PSC settings for this instance.
1459
+
"allowedConsumerProjects": [ # List of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).
1460
+
"A String",
1461
+
],
1462
+
"pscEnabled": True or False, # Whether PSC connectivity is enabled for this instance.
1463
+
},
1448
1464
"requireSsl": True or False, # Whether SSL connections over IP are enforced or not.
1449
1465
},
1450
1466
"kind": "A String", # This is always `sql#settings`.
@@ -1628,6 +1644,7 @@ <h3>Method Details</h3>
1628
1644
"kind": "A String", # This is always `sql#diskEncryptionStatus`.
1629
1645
"kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance resource
1630
1646
},
1647
+
"dnsName": "A String", # Output only. The dns name of the instance.
1631
1648
"etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the `settings.settingsVersion` field instead.
1632
1649
"failoverReplica": { # The name and status of the failover replica.
1633
1650
"available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.
@@ -1668,6 +1685,7 @@ <h3>Method Details</h3>
1668
1685
"sqlOutOfDiskState": "A String", # This field represents the state generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job
1669
1686
},
1670
1687
"project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
1688
+
"pscServiceAttachmentLink": "A String", # Output only. The link to service attachment of PSC instance.
1671
1689
"region": "A String", # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation.
1672
1690
"replicaConfiguration": { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
1673
1691
"failoverTarget": True or False, # Specifies if the replica is the failover target. If the field is set to `true` the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
@@ -1782,6 +1800,12 @@ <h3>Method Details</h3>
1782
1800
"enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery.
1783
1801
"ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not.
1784
1802
"privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set.
1803
+
"pscConfig": { # PSC settings for a Cloud SQL instance. # PSC settings for this instance.
1804
+
"allowedConsumerProjects": [ # List of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).
1805
+
"A String",
1806
+
],
1807
+
"pscEnabled": True or False, # Whether PSC connectivity is enabled for this instance.
1808
+
},
1785
1809
"requireSsl": True or False, # Whether SSL connections over IP are enforced or not.
1786
1810
},
1787
1811
"kind": "A String", # This is always `sql#settings`.
@@ -1916,6 +1940,7 @@ <h3>Method Details</h3>
1916
1940
"kind": "A String", # This is always `sql#diskEncryptionStatus`.
1917
1941
"kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance resource
1918
1942
},
1943
+
"dnsName": "A String", # Output only. The dns name of the instance.
1919
1944
"etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the `settings.settingsVersion` field instead.
1920
1945
"failoverReplica": { # The name and status of the failover replica.
1921
1946
"available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.
@@ -1956,6 +1981,7 @@ <h3>Method Details</h3>
1956
1981
"sqlOutOfDiskState": "A String", # This field represents the state generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job
1957
1982
},
1958
1983
"project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
1984
+
"pscServiceAttachmentLink": "A String", # Output only. The link to service attachment of PSC instance.
1959
1985
"region": "A String", # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation.
1960
1986
"replicaConfiguration": { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
1961
1987
"failoverTarget": True or False, # Specifies if the replica is the failover target. If the field is set to `true` the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
@@ -2070,6 +2096,12 @@ <h3>Method Details</h3>
2070
2096
"enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery.
2071
2097
"ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not.
2072
2098
"privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set.
2099
+
"pscConfig": { # PSC settings for a Cloud SQL instance. # PSC settings for this instance.
2100
+
"allowedConsumerProjects": [ # List of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).
2101
+
"A String",
2102
+
],
2103
+
"pscEnabled": True or False, # Whether PSC connectivity is enabled for this instance.
2104
+
},
2073
2105
"requireSsl": True or False, # Whether SSL connections over IP are enforced or not.
2074
2106
},
2075
2107
"kind": "A String", # This is always `sql#settings`.
@@ -3249,6 +3281,7 @@ <h3>Method Details</h3>
3249
3281
"kind": "A String", # This is always `sql#diskEncryptionStatus`.
3250
3282
"kmsKeyVersionName": "A String", # KMS key version used to encrypt the Cloud SQL instance resource
3251
3283
},
3284
+
"dnsName": "A String", # Output only. The dns name of the instance.
3252
3285
"etag": "A String", # This field is deprecated and will be removed from a future version of the API. Use the `settings.settingsVersion` field instead.
3253
3286
"failoverReplica": { # The name and status of the failover replica.
3254
3287
"available": True or False, # The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.
@@ -3289,6 +3322,7 @@ <h3>Method Details</h3>
3289
3322
"sqlOutOfDiskState": "A String", # This field represents the state generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job
3290
3323
},
3291
3324
"project": "A String", # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
3325
+
"pscServiceAttachmentLink": "A String", # Output only. The link to service attachment of PSC instance.
3292
3326
"region": "A String", # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation.
3293
3327
"replicaConfiguration": { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
3294
3328
"failoverTarget": True or False, # Specifies if the replica is the failover target. If the field is set to `true` the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
@@ -3403,6 +3437,12 @@ <h3>Method Details</h3>
3403
3437
"enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery.
3404
3438
"ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not.
3405
3439
"privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set.
3440
+
"pscConfig": { # PSC settings for a Cloud SQL instance. # PSC settings for this instance.
3441
+
"allowedConsumerProjects": [ # List of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).
3442
+
"A String",
3443
+
],
3444
+
"pscEnabled": True or False, # Whether PSC connectivity is enabled for this instance.
3445
+
},
3406
3446
"requireSsl": True or False, # Whether SSL connections over IP are enforced or not.
3407
3447
},
3408
3448
"kind": "A String", # This is always `sql#settings`.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/sqladmin.v1.json
+37-1
Original file line number
Diff line number
Diff line change
@@ -2122,7 +2122,7 @@
2122
2122
}
2123
2123
}
2124
2124
},
2125
-
"revision": "20230710",
2125
+
"revision": "20230721",
2126
2126
"rootUrl": "https://sqladmin.googleapis.com/",
2127
2127
"schemas": {
2128
2128
"AclEntry": {
@@ -2672,6 +2672,10 @@
2672
2672
"description": "This is always `sql#connectSettings`.",
2673
2673
"type": "string"
2674
2674
},
2675
+
"pscEnabled": {
2676
+
"description": "Whether PSC connectivity is enabled for this instance.",
2677
+
"type": "boolean"
2678
+
},
2675
2679
"region": {
2676
2680
"description": "The cloud region for the instance. For example, `us-central1`, `europe-west1`. The region cannot be changed after instance creation.",
2677
2681
"type": "string"
@@ -2935,6 +2939,11 @@
2935
2939
"$ref": "DiskEncryptionStatus",
2936
2940
"description": "Disk encryption status specific to an instance."
2937
2941
},
2942
+
"dnsName": {
2943
+
"description": "Output only. The dns name of the instance.",
2944
+
"readOnly": true,
2945
+
"type": "string"
2946
+
},
2938
2947
"etag": {
2939
2948
"description": "This field is deprecated and will be removed from a future version of the API. Use the `settings.settingsVersion` field instead.",
2940
2949
"type": "string"
@@ -3019,6 +3028,11 @@
3019
3028
"description": "The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.",
3020
3029
"type": "string"
3021
3030
},
3031
+
"pscServiceAttachmentLink": {
3032
+
"description": "Output only. The link to service attachment of PSC instance.",
3033
+
"readOnly": true,
3034
+
"type": "string"
3035
+
},
3022
3036
"region": {
3023
3037
"description": "The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation.",
3024
3038
"type": "string"
@@ -4028,6 +4042,10 @@
4028
4042
"description": "The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set.",
4029
4043
"type": "string"
4030
4044
},
4045
+
"pscConfig": {
4046
+
"$ref": "PscConfig",
4047
+
"description": "PSC settings for this instance."
4048
+
},
4031
4049
"requireSsl": {
4032
4050
"description": "Whether SSL connections over IP are enforced or not.",
4033
4051
"type": "boolean"
@@ -4619,6 +4637,24 @@
4619
4637
},
4620
4638
"type": "object"
4621
4639
},
4640
+
"PscConfig": {
4641
+
"description": "PSC settings for a Cloud SQL instance.",
4642
+
"id": "PscConfig",
4643
+
"properties": {
4644
+
"allowedConsumerProjects": {
4645
+
"description": "List of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).",
4646
+
"items": {
4647
+
"type": "string"
4648
+
},
4649
+
"type": "array"
4650
+
},
4651
+
"pscEnabled": {
4652
+
"description": "Whether PSC connectivity is enabled for this instance.",
4653
+
"type": "boolean"
4654
+
}
4655
+
},
4656
+
"type": "object"
4657
+
},
4622
4658
"ReplicaConfiguration": {
4623
4659
"description": "Read-replica configuration for connecting to the primary instance.",
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json
+37-1
Original file line number
Diff line number
Diff line change
@@ -2122,7 +2122,7 @@
2122
2122
}
2123
2123
}
2124
2124
},
2125
-
"revision": "20230710",
2125
+
"revision": "20230721",
2126
2126
"rootUrl": "https://sqladmin.googleapis.com/",
2127
2127
"schemas": {
2128
2128
"AclEntry": {
@@ -2672,6 +2672,10 @@
2672
2672
"description": "This is always `sql#connectSettings`.",
2673
2673
"type": "string"
2674
2674
},
2675
+
"pscEnabled": {
2676
+
"description": "Whether PSC connectivity is enabled for this instance.",
2677
+
"type": "boolean"
2678
+
},
2675
2679
"region": {
2676
2680
"description": "The cloud region for the instance. e.g. `us-central1`, `europe-west1`. The region cannot be changed after instance creation.",
2677
2681
"type": "string"
@@ -2935,6 +2939,11 @@
2935
2939
"$ref": "DiskEncryptionStatus",
2936
2940
"description": "Disk encryption status specific to an instance."
2937
2941
},
2942
+
"dnsName": {
2943
+
"description": "Output only. The dns name of the instance.",
2944
+
"readOnly": true,
2945
+
"type": "string"
2946
+
},
2938
2947
"etag": {
2939
2948
"description": "This field is deprecated and will be removed from a future version of the API. Use the `settings.settingsVersion` field instead.",
2940
2949
"type": "string"
@@ -3019,6 +3028,11 @@
3019
3028
"description": "The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.",
3020
3029
"type": "string"
3021
3030
},
3031
+
"pscServiceAttachmentLink": {
3032
+
"description": "Output only. The link to service attachment of PSC instance.",
3033
+
"readOnly": true,
3034
+
"type": "string"
3035
+
},
3022
3036
"region": {
3023
3037
"description": "The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation.",
3024
3038
"type": "string"
@@ -4028,6 +4042,10 @@
4028
4042
"description": "The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set.",
4029
4043
"type": "string"
4030
4044
},
4045
+
"pscConfig": {
4046
+
"$ref": "PscConfig",
4047
+
"description": "PSC settings for this instance."
4048
+
},
4031
4049
"requireSsl": {
4032
4050
"description": "Whether SSL connections over IP are enforced or not.",
4033
4051
"type": "boolean"
@@ -4619,6 +4637,24 @@
4619
4637
},
4620
4638
"type": "object"
4621
4639
},
4640
+
"PscConfig": {
4641
+
"description": "PSC settings for a Cloud SQL instance.",
4642
+
"id": "PscConfig",
4643
+
"properties": {
4644
+
"allowedConsumerProjects": {
4645
+
"description": "List of consumer projects that are allow-listed for PSC connections to this instance. This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric).",
4646
+
"items": {
4647
+
"type": "string"
4648
+
},
4649
+
"type": "array"
4650
+
},
4651
+
"pscEnabled": {
4652
+
"description": "Whether PSC connectivity is enabled for this instance.",
4653
+
"type": "boolean"
4654
+
}
4655
+
},
4656
+
"type": "object"
4657
+
},
4622
4658
"ReplicaConfiguration": {
4623
4659
"description": "Read-replica configuration for connecting to the primary instance.",
0 commit comments