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
#### sqladmin:v1
The following keys were added:
- schemas.Settings.properties.dataApiAccess.type (Total Keys: 1)
#### sqladmin:v1beta4
The following keys were added:
- schemas.Settings.properties.dataApiAccess.type (Total Keys: 1)
Copy file name to clipboardExpand all lines: docs/dyn/sqladmin_v1.Backups.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -327,6 +327,7 @@ <h3>Method Details</h3>
327
327
},
328
328
"connectorEnforcement": "A String", # Specifies if connections must use Cloud SQL connectors. Option values include the following: `NOT_REQUIRED` (Cloud SQL instances can be connected without Cloud SQL Connectors) and `REQUIRED` (Only allow connections that use Cloud SQL Connectors). Note that using REQUIRED disables all existing authorized networks. If this field is not specified when creating a new instance, NOT_REQUIRED is used. If this field is not specified when patching or updating an existing instance, it is left unchanged in the instance.
329
329
"crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
330
+
"dataApiAccess": "A String", # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
330
331
"dataCacheConfig": { # Data cache configurations. # Configuration for data cache.
331
332
"dataCacheEnabled": True or False, # Whether data cache is enabled for the instance.
332
333
},
@@ -1044,6 +1045,7 @@ <h3>Method Details</h3>
1044
1045
},
1045
1046
"connectorEnforcement": "A String", # Specifies if connections must use Cloud SQL connectors. Option values include the following: `NOT_REQUIRED` (Cloud SQL instances can be connected without Cloud SQL Connectors) and `REQUIRED` (Only allow connections that use Cloud SQL Connectors). Note that using REQUIRED disables all existing authorized networks. If this field is not specified when creating a new instance, NOT_REQUIRED is used. If this field is not specified when patching or updating an existing instance, it is left unchanged in the instance.
1046
1047
"crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
1048
+
"dataApiAccess": "A String", # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
1047
1049
"dataCacheConfig": { # Data cache configurations. # Configuration for data cache.
1048
1050
"dataCacheEnabled": True or False, # Whether data cache is enabled for the instance.
1049
1051
},
@@ -1447,6 +1449,7 @@ <h3>Method Details</h3>
1447
1449
},
1448
1450
"connectorEnforcement": "A String", # Specifies if connections must use Cloud SQL connectors. Option values include the following: `NOT_REQUIRED` (Cloud SQL instances can be connected without Cloud SQL Connectors) and `REQUIRED` (Only allow connections that use Cloud SQL Connectors). Note that using REQUIRED disables all existing authorized networks. If this field is not specified when creating a new instance, NOT_REQUIRED is used. If this field is not specified when patching or updating an existing instance, it is left unchanged in the instance.
1449
1451
"crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
1452
+
"dataApiAccess": "A String", # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
1450
1453
"dataCacheConfig": { # Data cache configurations. # Configuration for data cache.
1451
1454
"dataCacheEnabled": True or False, # Whether data cache is enabled for the instance.
1452
1455
},
@@ -1864,6 +1867,7 @@ <h3>Method Details</h3>
1864
1867
},
1865
1868
"connectorEnforcement": "A String", # Specifies if connections must use Cloud SQL connectors. Option values include the following: `NOT_REQUIRED` (Cloud SQL instances can be connected without Cloud SQL Connectors) and `REQUIRED` (Only allow connections that use Cloud SQL Connectors). Note that using REQUIRED disables all existing authorized networks. If this field is not specified when creating a new instance, NOT_REQUIRED is used. If this field is not specified when patching or updating an existing instance, it is left unchanged in the instance.
1866
1869
"crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
1870
+
"dataApiAccess": "A String", # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
1867
1871
"dataCacheConfig": { # Data cache configurations. # Configuration for data cache.
1868
1872
"dataCacheEnabled": True or False, # Whether data cache is enabled for the instance.
Copy file name to clipboardExpand all lines: docs/dyn/sqladmin_v1.instances.html
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -763,13 +763,13 @@ <h3>Method Details</h3>
763
763
<pre>Creates a Cloud SQL instance as a clone of the source instance. Using this operation might cause your instance to restart.
764
764
765
765
Args:
766
-
project: string, Project ID of the source as well as the clone Cloud SQL instance. (required)
767
-
instance: string, The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID. (required)
766
+
project: string, Required. Project ID of the source as well as the clone Cloud SQL instance. (required)
767
+
instance: string, Required. The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID. (required)
768
768
body: object, The request body.
769
769
The object takes the form of:
770
770
771
771
{ # Database instance clone request.
772
-
"cloneContext": { # Database instance clone context. # Contains details about the clone operation.
772
+
"cloneContext": { # Database instance clone context. # Required. Contains details about the clone operation.
773
773
"allocatedIpRange": "A String", # The name of the allocated ip range for the private ip Cloud SQL instance. For example: "google-managed-services-default". If set, the cloned instance ip will be created in the allocated range. The range name must comply with [RFC 1035](https://tools.ietf.org/html/rfc1035). Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. Reserved for future use.
774
774
"binLogCoordinates": { # Binary log coordinates. # Binary log coordinates, if specified, identify the position up to which the source instance is cloned. If not specified, the source instance is cloned up to the most recent binary log coordinates.
775
775
"binLogFileName": "A String", # Name of the binary log file for a Cloud SQL instance.
@@ -779,7 +779,7 @@ <h3>Method Details</h3>
779
779
"databaseNames": [ # (SQL Server only) Clone only the specified databases from the source instance. Clone all databases if empty.
780
780
"A String",
781
781
],
782
-
"destinationInstanceName": "A String", # Name of the Cloud SQL instance to be created as a clone.
782
+
"destinationInstanceName": "A String", # Required. Name of the Cloud SQL instance to be created as a clone.
783
783
"kind": "A String", # This is always `sql#cloneContext`.
784
784
"pitrTimestampMs": "A String", # Reserved for future use.
785
785
"pointInTime": "A String", # Timestamp, if specified, identifies the time to which the source instance is cloned.
@@ -2170,6 +2170,7 @@ <h3>Method Details</h3>
2170
2170
},
2171
2171
"connectorEnforcement": "A String", # Specifies if connections must use Cloud SQL connectors. Option values include the following: `NOT_REQUIRED` (Cloud SQL instances can be connected without Cloud SQL Connectors) and `REQUIRED` (Only allow connections that use Cloud SQL Connectors). Note that using REQUIRED disables all existing authorized networks. If this field is not specified when creating a new instance, NOT_REQUIRED is used. If this field is not specified when patching or updating an existing instance, it is left unchanged in the instance.
2172
2172
"crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
2173
+
"dataApiAccess": "A String", # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
2173
2174
"dataCacheConfig": { # Data cache configurations. # Configuration for data cache.
2174
2175
"dataCacheEnabled": True or False, # Whether data cache is enabled for the instance.
2175
2176
},
@@ -2747,6 +2748,7 @@ <h3>Method Details</h3>
2747
2748
},
2748
2749
"connectorEnforcement": "A String", # Specifies if connections must use Cloud SQL connectors. Option values include the following: `NOT_REQUIRED` (Cloud SQL instances can be connected without Cloud SQL Connectors) and `REQUIRED` (Only allow connections that use Cloud SQL Connectors). Note that using REQUIRED disables all existing authorized networks. If this field is not specified when creating a new instance, NOT_REQUIRED is used. If this field is not specified when patching or updating an existing instance, it is left unchanged in the instance.
2749
2750
"crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
2751
+
"dataApiAccess": "A String", # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
2750
2752
"dataCacheConfig": { # Data cache configurations. # Configuration for data cache.
2751
2753
"dataCacheEnabled": True or False, # Whether data cache is enabled for the instance.
2752
2754
},
@@ -3275,6 +3277,7 @@ <h3>Method Details</h3>
3275
3277
},
3276
3278
"connectorEnforcement": "A String", # Specifies if connections must use Cloud SQL connectors. Option values include the following: `NOT_REQUIRED` (Cloud SQL instances can be connected without Cloud SQL Connectors) and `REQUIRED` (Only allow connections that use Cloud SQL Connectors). Note that using REQUIRED disables all existing authorized networks. If this field is not specified when creating a new instance, NOT_REQUIRED is used. If this field is not specified when patching or updating an existing instance, it is left unchanged in the instance.
3277
3279
"crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
3280
+
"dataApiAccess": "A String", # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
3278
3281
"dataCacheConfig": { # Data cache configurations. # Configuration for data cache.
3279
3282
"dataCacheEnabled": True or False, # Whether data cache is enabled for the instance.
3280
3283
},
@@ -3697,6 +3700,7 @@ <h3>Method Details</h3>
3697
3700
},
3698
3701
"connectorEnforcement": "A String", # Specifies if connections must use Cloud SQL connectors. Option values include the following: `NOT_REQUIRED` (Cloud SQL instances can be connected without Cloud SQL Connectors) and `REQUIRED` (Only allow connections that use Cloud SQL Connectors). Note that using REQUIRED disables all existing authorized networks. If this field is not specified when creating a new instance, NOT_REQUIRED is used. If this field is not specified when patching or updating an existing instance, it is left unchanged in the instance.
3699
3702
"crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
3703
+
"dataApiAccess": "A String", # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
3700
3704
"dataCacheConfig": { # Data cache configurations. # Configuration for data cache.
3701
3705
"dataCacheEnabled": True or False, # Whether data cache is enabled for the instance.
3702
3706
},
@@ -5279,6 +5283,7 @@ <h3>Method Details</h3>
5279
5283
},
5280
5284
"connectorEnforcement": "A String", # Specifies if connections must use Cloud SQL connectors. Option values include the following: `NOT_REQUIRED` (Cloud SQL instances can be connected without Cloud SQL Connectors) and `REQUIRED` (Only allow connections that use Cloud SQL Connectors). Note that using REQUIRED disables all existing authorized networks. If this field is not specified when creating a new instance, NOT_REQUIRED is used. If this field is not specified when patching or updating an existing instance, it is left unchanged in the instance.
5281
5285
"crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
5286
+
"dataApiAccess": "A String", # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
5282
5287
"dataCacheConfig": { # Data cache configurations. # Configuration for data cache.
5283
5288
"dataCacheEnabled": True or False, # Whether data cache is enabled for the instance.
5284
5289
},
@@ -6640,6 +6645,7 @@ <h3>Method Details</h3>
6640
6645
},
6641
6646
"connectorEnforcement": "A String", # Specifies if connections must use Cloud SQL connectors. Option values include the following: `NOT_REQUIRED` (Cloud SQL instances can be connected without Cloud SQL Connectors) and `REQUIRED` (Only allow connections that use Cloud SQL Connectors). Note that using REQUIRED disables all existing authorized networks. If this field is not specified when creating a new instance, NOT_REQUIRED is used. If this field is not specified when patching or updating an existing instance, it is left unchanged in the instance.
6642
6647
"crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
6648
+
"dataApiAccess": "A String", # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
6643
6649
"dataCacheConfig": { # Data cache configurations. # Configuration for data cache.
6644
6650
"dataCacheEnabled": True or False, # Whether data cache is enabled for the instance.
Copy file name to clipboardExpand all lines: docs/dyn/sqladmin_v1beta4.backups.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -332,6 +332,7 @@ <h3>Method Details</h3>
332
332
},
333
333
"connectorEnforcement": "A String", # Specifies if connections must use Cloud SQL connectors. Option values include the following: `NOT_REQUIRED` (Cloud SQL instances can be connected without Cloud SQL Connectors) and `REQUIRED` (Only allow connections that use Cloud SQL Connectors) Note that using REQUIRED disables all existing authorized networks. If this field is not specified when creating a new instance, NOT_REQUIRED is used. If this field is not specified when patching or updating an existing instance, it is left unchanged in the instance.
334
334
"crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
335
+
"dataApiAccess": "A String", # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
335
336
"dataCacheConfig": { # Data cache configurations. # Configuration for data cache.
336
337
"dataCacheEnabled": True or False, # Whether data cache is enabled for the instance.
337
338
},
@@ -1049,6 +1050,7 @@ <h3>Method Details</h3>
1049
1050
},
1050
1051
"connectorEnforcement": "A String", # Specifies if connections must use Cloud SQL connectors. Option values include the following: `NOT_REQUIRED` (Cloud SQL instances can be connected without Cloud SQL Connectors) and `REQUIRED` (Only allow connections that use Cloud SQL Connectors) Note that using REQUIRED disables all existing authorized networks. If this field is not specified when creating a new instance, NOT_REQUIRED is used. If this field is not specified when patching or updating an existing instance, it is left unchanged in the instance.
1051
1052
"crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
1053
+
"dataApiAccess": "A String", # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
1052
1054
"dataCacheConfig": { # Data cache configurations. # Configuration for data cache.
1053
1055
"dataCacheEnabled": True or False, # Whether data cache is enabled for the instance.
1054
1056
},
@@ -1452,6 +1454,7 @@ <h3>Method Details</h3>
1452
1454
},
1453
1455
"connectorEnforcement": "A String", # Specifies if connections must use Cloud SQL connectors. Option values include the following: `NOT_REQUIRED` (Cloud SQL instances can be connected without Cloud SQL Connectors) and `REQUIRED` (Only allow connections that use Cloud SQL Connectors) Note that using REQUIRED disables all existing authorized networks. If this field is not specified when creating a new instance, NOT_REQUIRED is used. If this field is not specified when patching or updating an existing instance, it is left unchanged in the instance.
1454
1456
"crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
1457
+
"dataApiAccess": "A String", # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
1455
1458
"dataCacheConfig": { # Data cache configurations. # Configuration for data cache.
1456
1459
"dataCacheEnabled": True or False, # Whether data cache is enabled for the instance.
1457
1460
},
@@ -1869,6 +1872,7 @@ <h3>Method Details</h3>
1869
1872
},
1870
1873
"connectorEnforcement": "A String", # Specifies if connections must use Cloud SQL connectors. Option values include the following: `NOT_REQUIRED` (Cloud SQL instances can be connected without Cloud SQL Connectors) and `REQUIRED` (Only allow connections that use Cloud SQL Connectors) Note that using REQUIRED disables all existing authorized networks. If this field is not specified when creating a new instance, NOT_REQUIRED is used. If this field is not specified when patching or updating an existing instance, it is left unchanged in the instance.
1871
1874
"crashSafeReplicationEnabled": True or False, # Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.
1875
+
"dataApiAccess": "A String", # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
1872
1876
"dataCacheConfig": { # Data cache configurations. # Configuration for data cache.
1873
1877
"dataCacheEnabled": True or False, # Whether data cache is enabled for the instance.
0 commit comments