Skip to content

Commit de2aa36

Browse files
feat(datamigration): update the api
#### datamigration:v1 The following keys were added: - schemas.CloudSqlSettings.properties.dataCacheConfig.$ref (Total Keys: 1) - schemas.DataCacheConfig (Total Keys: 3)
1 parent ee747d2 commit de2aa36

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

docs/dyn/datamigration_v1.projects.locations.connectionProfiles.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ <h3>Method Details</h3>
161161
&quot;availabilityType&quot;: &quot;A String&quot;, # Optional. Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that zone affect data availability. * `REGIONAL`: The instance can serve data from more than one zone in a region (it is highly available).
162162
&quot;cmekKeyName&quot;: &quot;A String&quot;, # The KMS key name used for the csql instance.
163163
&quot;collation&quot;: &quot;A String&quot;, # The Cloud SQL default instance level collation.
164+
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Optional. Configuration for data cache.
165+
&quot;dataCacheEnabled&quot;: True or False, # Optional. Whether data cache is enabled for the instance.
166+
},
164167
&quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
165168
&quot;dataDiskType&quot;: &quot;A String&quot;, # The type of storage: `PD_SSD` (default) or `PD_HDD`.
166169
&quot;databaseFlags&quot;: { # The database flags passed to the Cloud SQL instance at startup. An object containing a list of &quot;key&quot;: value pairs. Example: { &quot;name&quot;: &quot;wrench&quot;, &quot;mass&quot;: &quot;1.3kg&quot;, &quot;count&quot;: &quot;3&quot; }.
@@ -400,6 +403,9 @@ <h3>Method Details</h3>
400403
&quot;availabilityType&quot;: &quot;A String&quot;, # Optional. Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that zone affect data availability. * `REGIONAL`: The instance can serve data from more than one zone in a region (it is highly available).
401404
&quot;cmekKeyName&quot;: &quot;A String&quot;, # The KMS key name used for the csql instance.
402405
&quot;collation&quot;: &quot;A String&quot;, # The Cloud SQL default instance level collation.
406+
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Optional. Configuration for data cache.
407+
&quot;dataCacheEnabled&quot;: True or False, # Optional. Whether data cache is enabled for the instance.
408+
},
403409
&quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
404410
&quot;dataDiskType&quot;: &quot;A String&quot;, # The type of storage: `PD_SSD` (default) or `PD_HDD`.
405411
&quot;databaseFlags&quot;: { # The database flags passed to the Cloud SQL instance at startup. An object containing a list of &quot;key&quot;: value pairs. Example: { &quot;name&quot;: &quot;wrench&quot;, &quot;mass&quot;: &quot;1.3kg&quot;, &quot;count&quot;: &quot;3&quot; }.
@@ -624,6 +630,9 @@ <h3>Method Details</h3>
624630
&quot;availabilityType&quot;: &quot;A String&quot;, # Optional. Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that zone affect data availability. * `REGIONAL`: The instance can serve data from more than one zone in a region (it is highly available).
625631
&quot;cmekKeyName&quot;: &quot;A String&quot;, # The KMS key name used for the csql instance.
626632
&quot;collation&quot;: &quot;A String&quot;, # The Cloud SQL default instance level collation.
633+
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Optional. Configuration for data cache.
634+
&quot;dataCacheEnabled&quot;: True or False, # Optional. Whether data cache is enabled for the instance.
635+
},
627636
&quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
628637
&quot;dataDiskType&quot;: &quot;A String&quot;, # The type of storage: `PD_SSD` (default) or `PD_HDD`.
629638
&quot;databaseFlags&quot;: { # The database flags passed to the Cloud SQL instance at startup. An object containing a list of &quot;key&quot;: value pairs. Example: { &quot;name&quot;: &quot;wrench&quot;, &quot;mass&quot;: &quot;1.3kg&quot;, &quot;count&quot;: &quot;3&quot; }.
@@ -809,6 +818,9 @@ <h3>Method Details</h3>
809818
&quot;availabilityType&quot;: &quot;A String&quot;, # Optional. Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that zone affect data availability. * `REGIONAL`: The instance can serve data from more than one zone in a region (it is highly available).
810819
&quot;cmekKeyName&quot;: &quot;A String&quot;, # The KMS key name used for the csql instance.
811820
&quot;collation&quot;: &quot;A String&quot;, # The Cloud SQL default instance level collation.
821+
&quot;dataCacheConfig&quot;: { # Data cache configurations. # Optional. Configuration for data cache.
822+
&quot;dataCacheEnabled&quot;: True or False, # Optional. Whether data cache is enabled for the instance.
823+
},
812824
&quot;dataDiskSizeGb&quot;: &quot;A String&quot;, # The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.
813825
&quot;dataDiskType&quot;: &quot;A String&quot;, # The type of storage: `PD_SSD` (default) or `PD_HDD`.
814826
&quot;databaseFlags&quot;: { # The database flags passed to the Cloud SQL instance at startup. An object containing a list of &quot;key&quot;: value pairs. Example: { &quot;name&quot;: &quot;wrench&quot;, &quot;mass&quot;: &quot;1.3kg&quot;, &quot;count&quot;: &quot;3&quot; }.

googleapiclient/discovery_cache/documents/datamigration.v1.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@
20972097
}
20982098
}
20992099
},
2100-
"revision": "20230901",
2100+
"revision": "20230911",
21012101
"rootUrl": "https://datamigration.googleapis.com/",
21022102
"schemas": {
21032103
"AlloyDbConnectionProfile": {
@@ -2441,6 +2441,10 @@
24412441
"description": "The Cloud SQL default instance level collation.",
24422442
"type": "string"
24432443
},
2444+
"dataCacheConfig": {
2445+
"$ref": "DataCacheConfig",
2446+
"description": "Optional. Configuration for data cache."
2447+
},
24442448
"dataDiskSizeGb": {
24452449
"description": "The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.",
24462450
"format": "int64",
@@ -2946,6 +2950,17 @@
29462950
},
29472951
"type": "object"
29482952
},
2953+
"DataCacheConfig": {
2954+
"description": "Data cache configurations.",
2955+
"id": "DataCacheConfig",
2956+
"properties": {
2957+
"dataCacheEnabled": {
2958+
"description": "Optional. Whether data cache is enabled for the instance.",
2959+
"type": "boolean"
2960+
}
2961+
},
2962+
"type": "object"
2963+
},
29492964
"DatabaseEngineInfo": {
29502965
"description": "The type and version of a source or destination database.",
29512966
"id": "DatabaseEngineInfo",

googleapiclient/discovery_cache/documents/datamigration.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@
10491049
}
10501050
}
10511051
},
1052-
"revision": "20230901",
1052+
"revision": "20230911",
10531053
"rootUrl": "https://datamigration.googleapis.com/",
10541054
"schemas": {
10551055
"AuditConfig": {

0 commit comments

Comments
 (0)