@maxim_mazurok/gapi.client.sqladmin-v1 0.3.20260708 → 0.3.20260722
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +21 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://sqladmin.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260722
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -546,6 +546,8 @@ declare namespace gapi.client {
|
|
|
546
546
|
createTime?: string;
|
|
547
547
|
/** The current disk usage of the instance in bytes. This property has been deprecated. Use the "cloudsql.googleapis.com/database/disk/bytes_used" metric in Cloud Monitoring API instead. Please see [this announcement](https://groups.google.com/d/msg/google-cloud-sql-announce/I_7-F9EBhT0/BtvFtdFeAgAJ) for details. */
|
|
548
548
|
currentDiskSize?: string;
|
|
549
|
+
/** Optional. If true, instance metadata is sent to the Database Center. If false, instance metadata is not sent to the Database Center. */
|
|
550
|
+
databaseCenterIntegrationEnabled?: boolean;
|
|
549
551
|
/** Output only. Stores the current database version running on the instance including minor version such as `MYSQL_8_0_18`. */
|
|
550
552
|
databaseInstalledVersion?: string;
|
|
551
553
|
/** The database engine type and version. The `databaseVersion` field cannot be changed after instance creation. */
|
|
@@ -1376,6 +1378,8 @@ declare namespace gapi.client {
|
|
|
1376
1378
|
clientCertificate?: string;
|
|
1377
1379
|
/** PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate. */
|
|
1378
1380
|
clientKey?: string;
|
|
1381
|
+
/** Output only. Indicates whether the resource is managed by Database Migration Service. */
|
|
1382
|
+
dmsManaged?: boolean;
|
|
1379
1383
|
/** The dump file to create the Cloud SQL replica. */
|
|
1380
1384
|
dumpFilePath?: string;
|
|
1381
1385
|
/** The host and port of the on-premises instance in host:port format */
|
|
@@ -2293,6 +2297,8 @@ declare namespace gapi.client {
|
|
|
2293
2297
|
passwordPolicy?: UserPasswordValidationPolicy;
|
|
2294
2298
|
/** The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable. Can be omitted for `update` because it is already specified on the URL. */
|
|
2295
2299
|
project?: string;
|
|
2300
|
+
/** Optional. The server roles for the SQL Server login. */
|
|
2301
|
+
serverRoles?: string[];
|
|
2296
2302
|
sqlserverUserDetails?: SqlServerUserDetails;
|
|
2297
2303
|
/** The user type. It determines the method to authenticate the user during login. The default is the database's built-in user type. */
|
|
2298
2304
|
type?:
|
|
@@ -4821,6 +4827,8 @@ declare namespace gapi.client {
|
|
|
4821
4827
|
fields?: string;
|
|
4822
4828
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4823
4829
|
key?: string;
|
|
4830
|
+
/** Optional. Region of the Cloud SQL instance. */
|
|
4831
|
+
location?: string;
|
|
4824
4832
|
/** OAuth 2.0 token for the current user. */
|
|
4825
4833
|
oauth_token?: string;
|
|
4826
4834
|
/** Instance operation ID. */
|
|
@@ -4850,6 +4858,8 @@ declare namespace gapi.client {
|
|
|
4850
4858
|
fields?: string;
|
|
4851
4859
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4852
4860
|
key?: string;
|
|
4861
|
+
/** Optional. Region of the Cloud SQL instance. */
|
|
4862
|
+
location?: string;
|
|
4853
4863
|
/** OAuth 2.0 token for the current user. */
|
|
4854
4864
|
oauth_token?: string;
|
|
4855
4865
|
/** Required. Instance operation ID. */
|
|
@@ -4881,6 +4891,8 @@ declare namespace gapi.client {
|
|
|
4881
4891
|
instance?: string;
|
|
4882
4892
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4883
4893
|
key?: string;
|
|
4894
|
+
/** Optional. Region of the Cloud SQL instance. */
|
|
4895
|
+
location?: string;
|
|
4884
4896
|
/** Maximum number of operations per response. */
|
|
4885
4897
|
maxResults?: number;
|
|
4886
4898
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -5710,6 +5722,10 @@ declare namespace gapi.client {
|
|
|
5710
5722
|
quotaUser?: string;
|
|
5711
5723
|
/** Optional. Specifies whether to revoke existing roles that are not present in the `database_roles` field. If `false` or unset, the database roles specified in `database_roles` are added to the user's existing roles. */
|
|
5712
5724
|
revokeExistingRoles?: boolean;
|
|
5725
|
+
/** Optional. Specifies whether to revoke existing roles that are not present in the `server_roles` field. If `false` or unset, the server roles specified in `server_roles` are added to the user's existing server roles. */
|
|
5726
|
+
revokeExistingServerRoles?: boolean;
|
|
5727
|
+
/** Optional. The server roles to grant to the SQL Server login. Existing server roles will not be revoked if revoke_existing_roles is false. body.server_roles will be ignored for update request. */
|
|
5728
|
+
serverRoles?: string | string[];
|
|
5713
5729
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5714
5730
|
upload_protocol?: string;
|
|
5715
5731
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -5749,6 +5765,10 @@ declare namespace gapi.client {
|
|
|
5749
5765
|
quotaUser?: string;
|
|
5750
5766
|
/** Optional. Specifies whether to revoke existing roles that are not present in the `database_roles` field. If `false` or unset, the database roles specified in `database_roles` are added to the user's existing roles. */
|
|
5751
5767
|
revokeExistingRoles?: boolean;
|
|
5768
|
+
/** Optional. Specifies whether to revoke existing roles that are not present in the `server_roles` field. If `false` or unset, the server roles specified in `server_roles` are added to the user's existing server roles. */
|
|
5769
|
+
revokeExistingServerRoles?: boolean;
|
|
5770
|
+
/** Optional. The server roles to grant to the SQL Server login. Existing server roles will not be revoked if revoke_existing_roles is false. body.server_roles will be ignored for update request. */
|
|
5771
|
+
serverRoles?: string | string[];
|
|
5752
5772
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5753
5773
|
upload_protocol?: string;
|
|
5754
5774
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|