Skip to content

Commit f2bb5e6

Browse files
feat(sqladmin): update the api
#### sqladmin:v1beta4 The following keys were added: - schemas.InsightsConfig.properties.queryPlansPerMinute (Total Keys: 2)
1 parent 2432b3d commit f2bb5e6

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

docs/dyn/sqladmin_v1beta4.instances.html

+10-5
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ <h3>Method Details</h3>
844844
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
845845
&quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
846846
},
847-
&quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
847+
&quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is read-only.
848848
&quot;settings&quot;: { # Database instance settings. # The user settings.
849849
&quot;activationPolicy&quot;: &quot;A String&quot;, # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: *ALWAYS*: The instance is on, and remains so even in the absence of connection requests. *NEVER*: The instance is off; it is not activated, even if a connection request arrives.
850850
&quot;activeDirectoryConfig&quot;: { # Active Directory configuration, relevant only for Cloud SQL for SQL Server. # Active Directory configuration, relevant only for Cloud SQL for SQL Server.
@@ -889,6 +889,7 @@ <h3>Method Details</h3>
889889
],
890890
&quot;insightsConfig&quot;: { # Insights configuration. This specifies when Cloud SQL Insights feature is enabled and optional configuration. # Insights configuration, for now relevant only for Postgres.
891891
&quot;queryInsightsEnabled&quot;: True or False, # Whether Query Insights feature is enabled.
892+
&quot;queryPlansPerMinute&quot;: 42, # Number of query plans generated by Insights per minute. Default is 5. Changing this will restart the database.
892893
&quot;queryStringLength&quot;: 42, # Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query length more than this field value will be truncated to this value. When unset, query length will be the default value. Changing query length will restart the database.
893894
&quot;recordApplicationTags&quot;: True or False, # Whether Query Insights will record application tags from query when enabled.
894895
&quot;recordClientAddress&quot;: True or False, # Whether Query Insights will record client address when enabled.
@@ -1145,7 +1146,7 @@ <h3>Method Details</h3>
11451146
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
11461147
&quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
11471148
},
1148-
&quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
1149+
&quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is read-only.
11491150
&quot;settings&quot;: { # Database instance settings. # The user settings.
11501151
&quot;activationPolicy&quot;: &quot;A String&quot;, # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: *ALWAYS*: The instance is on, and remains so even in the absence of connection requests. *NEVER*: The instance is off; it is not activated, even if a connection request arrives.
11511152
&quot;activeDirectoryConfig&quot;: { # Active Directory configuration, relevant only for Cloud SQL for SQL Server. # Active Directory configuration, relevant only for Cloud SQL for SQL Server.
@@ -1190,6 +1191,7 @@ <h3>Method Details</h3>
11901191
],
11911192
&quot;insightsConfig&quot;: { # Insights configuration. This specifies when Cloud SQL Insights feature is enabled and optional configuration. # Insights configuration, for now relevant only for Postgres.
11921193
&quot;queryInsightsEnabled&quot;: True or False, # Whether Query Insights feature is enabled.
1194+
&quot;queryPlansPerMinute&quot;: 42, # Number of query plans generated by Insights per minute. Default is 5. Changing this will restart the database.
11931195
&quot;queryStringLength&quot;: 42, # Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query length more than this field value will be truncated to this value. When unset, query length will be the default value. Changing query length will restart the database.
11941196
&quot;recordApplicationTags&quot;: True or False, # Whether Query Insights will record application tags from query when enabled.
11951197
&quot;recordClientAddress&quot;: True or False, # Whether Query Insights will record client address when enabled.
@@ -1422,7 +1424,7 @@ <h3>Method Details</h3>
14221424
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
14231425
&quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
14241426
},
1425-
&quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
1427+
&quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is read-only.
14261428
&quot;settings&quot;: { # Database instance settings. # The user settings.
14271429
&quot;activationPolicy&quot;: &quot;A String&quot;, # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: *ALWAYS*: The instance is on, and remains so even in the absence of connection requests. *NEVER*: The instance is off; it is not activated, even if a connection request arrives.
14281430
&quot;activeDirectoryConfig&quot;: { # Active Directory configuration, relevant only for Cloud SQL for SQL Server. # Active Directory configuration, relevant only for Cloud SQL for SQL Server.
@@ -1467,6 +1469,7 @@ <h3>Method Details</h3>
14671469
],
14681470
&quot;insightsConfig&quot;: { # Insights configuration. This specifies when Cloud SQL Insights feature is enabled and optional configuration. # Insights configuration, for now relevant only for Postgres.
14691471
&quot;queryInsightsEnabled&quot;: True or False, # Whether Query Insights feature is enabled.
1472+
&quot;queryPlansPerMinute&quot;: 42, # Number of query plans generated by Insights per minute. Default is 5. Changing this will restart the database.
14701473
&quot;queryStringLength&quot;: 42, # Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query length more than this field value will be truncated to this value. When unset, query length will be the default value. Changing query length will restart the database.
14711474
&quot;recordApplicationTags&quot;: True or False, # Whether Query Insights will record application tags from query when enabled.
14721475
&quot;recordClientAddress&quot;: True or False, # Whether Query Insights will record client address when enabled.
@@ -1671,7 +1674,7 @@ <h3>Method Details</h3>
16711674
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
16721675
&quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
16731676
},
1674-
&quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
1677+
&quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is read-only.
16751678
&quot;settings&quot;: { # Database instance settings. # The user settings.
16761679
&quot;activationPolicy&quot;: &quot;A String&quot;, # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: *ALWAYS*: The instance is on, and remains so even in the absence of connection requests. *NEVER*: The instance is off; it is not activated, even if a connection request arrives.
16771680
&quot;activeDirectoryConfig&quot;: { # Active Directory configuration, relevant only for Cloud SQL for SQL Server. # Active Directory configuration, relevant only for Cloud SQL for SQL Server.
@@ -1716,6 +1719,7 @@ <h3>Method Details</h3>
17161719
],
17171720
&quot;insightsConfig&quot;: { # Insights configuration. This specifies when Cloud SQL Insights feature is enabled and optional configuration. # Insights configuration, for now relevant only for Postgres.
17181721
&quot;queryInsightsEnabled&quot;: True or False, # Whether Query Insights feature is enabled.
1722+
&quot;queryPlansPerMinute&quot;: 42, # Number of query plans generated by Insights per minute. Default is 5. Changing this will restart the database.
17191723
&quot;queryStringLength&quot;: 42, # Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query length more than this field value will be truncated to this value. When unset, query length will be the default value. Changing query length will restart the database.
17201724
&quot;recordApplicationTags&quot;: True or False, # Whether Query Insights will record application tags from query when enabled.
17211725
&quot;recordClientAddress&quot;: True or False, # Whether Query Insights will record client address when enabled.
@@ -2659,7 +2663,7 @@ <h3>Method Details</h3>
26592663
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
26602664
&quot;sha1Fingerprint&quot;: &quot;A String&quot;, # Sha1 Fingerprint.
26612665
},
2662-
&quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is applicable only to Second Generation instances.
2666+
&quot;serviceAccountEmailAddress&quot;: &quot;A String&quot;, # The service account email address assigned to the instance. This property is read-only.
26632667
&quot;settings&quot;: { # Database instance settings. # The user settings.
26642668
&quot;activationPolicy&quot;: &quot;A String&quot;, # The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: *ALWAYS*: The instance is on, and remains so even in the absence of connection requests. *NEVER*: The instance is off; it is not activated, even if a connection request arrives.
26652669
&quot;activeDirectoryConfig&quot;: { # Active Directory configuration, relevant only for Cloud SQL for SQL Server. # Active Directory configuration, relevant only for Cloud SQL for SQL Server.
@@ -2704,6 +2708,7 @@ <h3>Method Details</h3>
27042708
],
27052709
&quot;insightsConfig&quot;: { # Insights configuration. This specifies when Cloud SQL Insights feature is enabled and optional configuration. # Insights configuration, for now relevant only for Postgres.
27062710
&quot;queryInsightsEnabled&quot;: True or False, # Whether Query Insights feature is enabled.
2711+
&quot;queryPlansPerMinute&quot;: 42, # Number of query plans generated by Insights per minute. Default is 5. Changing this will restart the database.
27072712
&quot;queryStringLength&quot;: 42, # Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query length more than this field value will be truncated to this value. When unset, query length will be the default value. Changing query length will restart the database.
27082713
&quot;recordApplicationTags&quot;: True or False, # Whether Query Insights will record application tags from query when enabled.
27092714
&quot;recordClientAddress&quot;: True or False, # Whether Query Insights will record client address when enabled.

googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@
18341834
}
18351835
}
18361836
},
1837-
"revision": "20210511",
1837+
"revision": "20210521",
18381838
"rootUrl": "https://sqladmin.googleapis.com/",
18391839
"schemas": {
18401840
"AclEntry": {
@@ -2413,7 +2413,7 @@
24132413
"description": "SSL configuration."
24142414
},
24152415
"serviceAccountEmailAddress": {
2416-
"description": "The service account email address assigned to the instance. This property is applicable only to Second Generation instances.",
2416+
"description": "The service account email address assigned to the instance. This property is read-only.",
24172417
"type": "string"
24182418
},
24192419
"settings": {
@@ -2916,6 +2916,11 @@
29162916
"description": "Whether Query Insights feature is enabled.",
29172917
"type": "boolean"
29182918
},
2919+
"queryPlansPerMinute": {
2920+
"description": "Number of query plans generated by Insights per minute. Default is 5. Changing this will restart the database.",
2921+
"format": "int32",
2922+
"type": "integer"
2923+
},
29192924
"queryStringLength": {
29202925
"description": "Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query length more than this field value will be truncated to this value. When unset, query length will be the default value. Changing query length will restart the database.",
29212926
"format": "int32",

0 commit comments

Comments
 (0)