Skip to content

Commit b9db052

Browse files
feat(sqladmin): update the api
#### 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)
1 parent 0e4b4da commit b9db052

File tree

6 files changed

+64
-16
lines changed

6 files changed

+64
-16
lines changed

docs/dyn/sqladmin_v1.Backups.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ <h3>Method Details</h3>
327327
},
328328
&quot;connectorEnforcement&quot;: &quot;A String&quot;, # 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.
329329
&quot;crashSafeReplicationEnabled&quot;: 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+
&quot;dataApiAccess&quot;: &quot;A String&quot;, # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
330331
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Configuration for data cache.
331332
&quot;dataCacheEnabled&quot;: True or False, # Whether data cache is enabled for the instance.
332333
},
@@ -1044,6 +1045,7 @@ <h3>Method Details</h3>
10441045
},
10451046
&quot;connectorEnforcement&quot;: &quot;A String&quot;, # 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.
10461047
&quot;crashSafeReplicationEnabled&quot;: 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+
&quot;dataApiAccess&quot;: &quot;A String&quot;, # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
10471049
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Configuration for data cache.
10481050
&quot;dataCacheEnabled&quot;: True or False, # Whether data cache is enabled for the instance.
10491051
},
@@ -1447,6 +1449,7 @@ <h3>Method Details</h3>
14471449
},
14481450
&quot;connectorEnforcement&quot;: &quot;A String&quot;, # 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.
14491451
&quot;crashSafeReplicationEnabled&quot;: 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+
&quot;dataApiAccess&quot;: &quot;A String&quot;, # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
14501453
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Configuration for data cache.
14511454
&quot;dataCacheEnabled&quot;: True or False, # Whether data cache is enabled for the instance.
14521455
},
@@ -1864,6 +1867,7 @@ <h3>Method Details</h3>
18641867
},
18651868
&quot;connectorEnforcement&quot;: &quot;A String&quot;, # 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.
18661869
&quot;crashSafeReplicationEnabled&quot;: 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+
&quot;dataApiAccess&quot;: &quot;A String&quot;, # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
18671871
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Configuration for data cache.
18681872
&quot;dataCacheEnabled&quot;: True or False, # Whether data cache is enabled for the instance.
18691873
},

docs/dyn/sqladmin_v1.instances.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -763,13 +763,13 @@ <h3>Method Details</h3>
763763
<pre>Creates a Cloud SQL instance as a clone of the source instance. Using this operation might cause your instance to restart.
764764

765765
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)
768768
body: object, The request body.
769769
The object takes the form of:
770770

771771
{ # Database instance clone request.
772-
&quot;cloneContext&quot;: { # Database instance clone context. # Contains details about the clone operation.
772+
&quot;cloneContext&quot;: { # Database instance clone context. # Required. Contains details about the clone operation.
773773
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # The name of the allocated ip range for the private ip Cloud SQL instance. For example: &quot;google-managed-services-default&quot;. 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.
774774
&quot;binLogCoordinates&quot;: { # 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.
775775
&quot;binLogFileName&quot;: &quot;A String&quot;, # Name of the binary log file for a Cloud SQL instance.
@@ -779,7 +779,7 @@ <h3>Method Details</h3>
779779
&quot;databaseNames&quot;: [ # (SQL Server only) Clone only the specified databases from the source instance. Clone all databases if empty.
780780
&quot;A String&quot;,
781781
],
782-
&quot;destinationInstanceName&quot;: &quot;A String&quot;, # Name of the Cloud SQL instance to be created as a clone.
782+
&quot;destinationInstanceName&quot;: &quot;A String&quot;, # Required. Name of the Cloud SQL instance to be created as a clone.
783783
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#cloneContext`.
784784
&quot;pitrTimestampMs&quot;: &quot;A String&quot;, # Reserved for future use.
785785
&quot;pointInTime&quot;: &quot;A String&quot;, # Timestamp, if specified, identifies the time to which the source instance is cloned.
@@ -2170,6 +2170,7 @@ <h3>Method Details</h3>
21702170
},
21712171
&quot;connectorEnforcement&quot;: &quot;A String&quot;, # 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.
21722172
&quot;crashSafeReplicationEnabled&quot;: 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+
&quot;dataApiAccess&quot;: &quot;A String&quot;, # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
21732174
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Configuration for data cache.
21742175
&quot;dataCacheEnabled&quot;: True or False, # Whether data cache is enabled for the instance.
21752176
},
@@ -2747,6 +2748,7 @@ <h3>Method Details</h3>
27472748
},
27482749
&quot;connectorEnforcement&quot;: &quot;A String&quot;, # 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.
27492750
&quot;crashSafeReplicationEnabled&quot;: 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+
&quot;dataApiAccess&quot;: &quot;A String&quot;, # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
27502752
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Configuration for data cache.
27512753
&quot;dataCacheEnabled&quot;: True or False, # Whether data cache is enabled for the instance.
27522754
},
@@ -3275,6 +3277,7 @@ <h3>Method Details</h3>
32753277
},
32763278
&quot;connectorEnforcement&quot;: &quot;A String&quot;, # 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.
32773279
&quot;crashSafeReplicationEnabled&quot;: 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+
&quot;dataApiAccess&quot;: &quot;A String&quot;, # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
32783281
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Configuration for data cache.
32793282
&quot;dataCacheEnabled&quot;: True or False, # Whether data cache is enabled for the instance.
32803283
},
@@ -3697,6 +3700,7 @@ <h3>Method Details</h3>
36973700
},
36983701
&quot;connectorEnforcement&quot;: &quot;A String&quot;, # 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.
36993702
&quot;crashSafeReplicationEnabled&quot;: 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+
&quot;dataApiAccess&quot;: &quot;A String&quot;, # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
37003704
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Configuration for data cache.
37013705
&quot;dataCacheEnabled&quot;: True or False, # Whether data cache is enabled for the instance.
37023706
},
@@ -5279,6 +5283,7 @@ <h3>Method Details</h3>
52795283
},
52805284
&quot;connectorEnforcement&quot;: &quot;A String&quot;, # 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.
52815285
&quot;crashSafeReplicationEnabled&quot;: 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+
&quot;dataApiAccess&quot;: &quot;A String&quot;, # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
52825287
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Configuration for data cache.
52835288
&quot;dataCacheEnabled&quot;: True or False, # Whether data cache is enabled for the instance.
52845289
},
@@ -6640,6 +6645,7 @@ <h3>Method Details</h3>
66406645
},
66416646
&quot;connectorEnforcement&quot;: &quot;A String&quot;, # 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.
66426647
&quot;crashSafeReplicationEnabled&quot;: 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+
&quot;dataApiAccess&quot;: &quot;A String&quot;, # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
66436649
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Configuration for data cache.
66446650
&quot;dataCacheEnabled&quot;: True or False, # Whether data cache is enabled for the instance.
66456651
},

docs/dyn/sqladmin_v1beta4.backups.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ <h3>Method Details</h3>
332332
},
333333
&quot;connectorEnforcement&quot;: &quot;A String&quot;, # 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.
334334
&quot;crashSafeReplicationEnabled&quot;: 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+
&quot;dataApiAccess&quot;: &quot;A String&quot;, # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
335336
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Configuration for data cache.
336337
&quot;dataCacheEnabled&quot;: True or False, # Whether data cache is enabled for the instance.
337338
},
@@ -1049,6 +1050,7 @@ <h3>Method Details</h3>
10491050
},
10501051
&quot;connectorEnforcement&quot;: &quot;A String&quot;, # 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.
10511052
&quot;crashSafeReplicationEnabled&quot;: 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+
&quot;dataApiAccess&quot;: &quot;A String&quot;, # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
10521054
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Configuration for data cache.
10531055
&quot;dataCacheEnabled&quot;: True or False, # Whether data cache is enabled for the instance.
10541056
},
@@ -1452,6 +1454,7 @@ <h3>Method Details</h3>
14521454
},
14531455
&quot;connectorEnforcement&quot;: &quot;A String&quot;, # 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.
14541456
&quot;crashSafeReplicationEnabled&quot;: 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+
&quot;dataApiAccess&quot;: &quot;A String&quot;, # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
14551458
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Configuration for data cache.
14561459
&quot;dataCacheEnabled&quot;: True or False, # Whether data cache is enabled for the instance.
14571460
},
@@ -1869,6 +1872,7 @@ <h3>Method Details</h3>
18691872
},
18701873
&quot;connectorEnforcement&quot;: &quot;A String&quot;, # 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.
18711874
&quot;crashSafeReplicationEnabled&quot;: 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+
&quot;dataApiAccess&quot;: &quot;A String&quot;, # This parameter controls whether to allow using Data API to connect to the instance. Not allowed by default.
18721876
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Configuration for data cache.
18731877
&quot;dataCacheEnabled&quot;: True or False, # Whether data cache is enabled for the instance.
18741878
},

0 commit comments

Comments
 (0)