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
Copy file name to clipboardExpand all lines: clients/sql_admin/lib/google_api/sql_admin/v1/api/flags.ex
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ defmodule GoogleApi.SQLAdmin.V1.Api.Flags do
44
44
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
45
45
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
46
46
* `:databaseVersion` (*type:* `String.t`) - Database type and version you want to retrieve flags for. By default, this method returns flags for all database types and versions.
47
+
* `:flagScope` (*type:* `String.t`) - Optional. Specify the scope of flags to be returned by SqlFlagsListService. Return list of database flags if unspecified.
47
48
* `opts` (*type:* `keyword()`) - Call options
48
49
49
50
## Returns
@@ -69,7 +70,8 @@ defmodule GoogleApi.SQLAdmin.V1.Api.Flags do
Copy file name to clipboardExpand all lines: clients/sql_admin/lib/google_api/sql_admin/v1/model/backup.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ defmodule GoogleApi.SQLAdmin.V1.Model.Backup do
24
24
* `backupInterval` (*type:* `GoogleApi.SQLAdmin.V1.Model.Interval.t`, *default:* `nil`) - Output only. This output contains the following values: start_time: All database writes up to this time are available. end_time: Any database writes after this time aren't available.
25
25
* `backupKind` (*type:* `String.t`, *default:* `nil`) - Output only. Specifies the kind of backup, PHYSICAL or DEFAULT_SNAPSHOT.
26
26
* `backupRun` (*type:* `String.t`, *default:* `nil`) - Output only. The mapping to backup run resource used for IAM validations.
27
+
* `databaseVersion` (*type:* `String.t`, *default:* `nil`) - Output only. The database version of the instance of when this backup was made.
27
28
* `description` (*type:* `String.t`, *default:* `nil`) - The description of this backup.
28
29
* `error` (*type:* `GoogleApi.SQLAdmin.V1.Model.OperationError.t`, *default:* `nil`) - Output only. Information about why the backup operation fails (for example, when the backup state fails).
29
30
* `expiryTime` (*type:* `DateTime.t`, *default:* `nil`) - Backup expiration time. A UTC timestamp of when this backup expired.
@@ -51,6 +52,7 @@ defmodule GoogleApi.SQLAdmin.V1.Model.Backup do
Copy file name to clipboardExpand all lines: clients/sql_admin/lib/google_api/sql_admin/v1/model/backup_run.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ defmodule GoogleApi.SQLAdmin.V1.Model.BackupRun do
22
22
## Attributes
23
23
24
24
* `backupKind` (*type:* `String.t`, *default:* `nil`) - Specifies the kind of backup, PHYSICAL or DEFAULT_SNAPSHOT.
25
+
* `databaseVersion` (*type:* `String.t`, *default:* `nil`) - Output only. The instance database version when this backup was made.
25
26
* `description` (*type:* `String.t`, *default:* `nil`) - The description of this run, only applicable to on-demand backups.
26
27
* `diskEncryptionConfiguration` (*type:* `GoogleApi.SQLAdmin.V1.Model.DiskEncryptionConfiguration.t`, *default:* `nil`) - Encryption configuration specific to a backup.
27
28
* `diskEncryptionStatus` (*type:* `GoogleApi.SQLAdmin.V1.Model.DiskEncryptionStatus.t`, *default:* `nil`) - Encryption status specific to a backup.
@@ -45,6 +46,7 @@ defmodule GoogleApi.SQLAdmin.V1.Model.BackupRun do
* `dnsName` (*type:* `String.t`, *default:* `nil`) - Output only. The DNS name of the node.
25
+
* `dnsNames` (*type:* `list(GoogleApi.SQLAdmin.V1.Model.DnsNameMapping.t)`, *default:* `nil`) - Output only. The list of DNS names used by this node.
26
+
* `ipAddresses` (*type:* `list(GoogleApi.SQLAdmin.V1.Model.IpMapping.t)`, *default:* `nil`) - Output only. Mappings containing IP addresses that can be used to connect to the node.
27
+
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The name of the node. Doesn't include the project ID.
Copy file name to clipboardExpand all lines: clients/sql_admin/lib/google_api/sql_admin/v1/model/connect_settings.ex
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ defmodule GoogleApi.SQLAdmin.V1.Model.ConnectSettings do
28
28
* `dnsNames` (*type:* `list(GoogleApi.SQLAdmin.V1.Model.DnsNameMapping.t)`, *default:* `nil`) - Output only. The list of DNS names used by this instance.
29
29
* `ipAddresses` (*type:* `list(GoogleApi.SQLAdmin.V1.Model.IpMapping.t)`, *default:* `nil`) - The assigned IP addresses for the instance.
30
30
* `kind` (*type:* `String.t`, *default:* `nil`) - This is always `sql#connectSettings`.
31
+
* `nodeCount` (*type:* `integer()`, *default:* `nil`) - The number of nodes in a read pool.
32
+
* `nodes` (*type:* `list(GoogleApi.SQLAdmin.V1.Model.ConnectPoolNodeConfig.t)`, *default:* `nil`) - Output only. Entries containing information about each node of the read pool.
31
33
* `pscEnabled` (*type:* `boolean()`, *default:* `nil`) - Whether PSC connectivity is enabled for this instance.
32
34
* `region` (*type:* `String.t`, *default:* `nil`) - The cloud region for the instance. For example, `us-central1`, `europe-west1`. The region cannot be changed after instance creation.
* `flags` (*type:* `list(GoogleApi.SQLAdmin.V1.Model.ConnectionPoolFlags.t)`, *default:* `nil`) - Optional. List of connection pool configuration flags
28
+
* `maxClientConnections` (*type:* `integer()`, *default:* `nil`) - Maximum number of client connections in connection pool.
29
+
* `poolMode` (*type:* `String.t`, *default:* `nil`) - The managed connection pool mode for the instance.
Connection pool flags for Cloud SQL instances managed connection pool configuration.
21
+
22
+
## Attributes
23
+
24
+
* `name` (*type:* `String.t`, *default:* `nil`) - Required. The name of the flag.
25
+
* `value` (*type:* `String.t`, *default:* `nil`) - Required. The value of the flag. Boolean flags are set to `on` for true and `off` for false. This field must be omitted if the flag doesn't take a value.
Copy file name to clipboardExpand all lines: clients/sql_admin/lib/google_api/sql_admin/v1/model/database_instance.ex
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ defmodule GoogleApi.SQLAdmin.V1.Model.DatabaseInstance do
28
28
* `dnsName` (*type:* `String.t`, *default:* `nil`) - Output only. The dns name of the instance.
29
29
* `currentDiskSize` (*type:* `String.t`, *default:* `nil`) - 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.
30
30
* `availableMaintenanceVersions` (*type:* `list(String.t)`, *default:* `nil`) - Output only. List all maintenance versions applicable on the instance
31
+
* `nodes` (*type:* `list(GoogleApi.SQLAdmin.V1.Model.PoolNodeConfig.t)`, *default:* `nil`) - Output only. Entries containing information about each node of the read pool.
31
32
* `masterInstanceName` (*type:* `String.t`, *default:* `nil`) - The name of the instance which will act as primary in the replication setup.
32
33
* `gceZone` (*type:* `String.t`, *default:* `nil`) - The Compute Engine zone that the instance is currently serving from. This value could be different from the zone that was specified when the instance was created if the instance has failed over to its secondary zone. WARNING: Changing this might restart the instance.
33
34
* `diskEncryptionStatus` (*type:* `GoogleApi.SQLAdmin.V1.Model.DiskEncryptionStatus.t`, *default:* `nil`) - Disk encryption status specific to an instance.
@@ -58,6 +59,7 @@ defmodule GoogleApi.SQLAdmin.V1.Model.DatabaseInstance do
58
59
* `ipAddresses` (*type:* `list(GoogleApi.SQLAdmin.V1.Model.IpMapping.t)`, *default:* `nil`) - The assigned IP addresses for the instance.
59
60
* `diskEncryptionConfiguration` (*type:* `GoogleApi.SQLAdmin.V1.Model.DiskEncryptionConfiguration.t`, *default:* `nil`) - Disk encryption configuration specific to an instance.
60
61
* `suspensionReason` (*type:* `list(String.t)`, *default:* `nil`) - If the instance state is SUSPENDED, the reason for the suspension.
62
+
* `nodeCount` (*type:* `integer()`, *default:* `nil`) - The number of nodes in a read pool.
61
63
* `pscServiceAttachmentLink` (*type:* `String.t`, *default:* `nil`) - Output only. The link to service attachment of PSC instance.
62
64
* `failoverReplica` (*type:* `GoogleApi.SQLAdmin.V1.Model.DatabaseInstanceFailoverReplica.t`, *default:* `nil`) - The name and status of the failover replica.
63
65
* `dnsNames` (*type:* `list(GoogleApi.SQLAdmin.V1.Model.DnsNameMapping.t)`, *default:* `nil`) - Output only. The list of DNS names used by this instance.
@@ -82,6 +84,7 @@ defmodule GoogleApi.SQLAdmin.V1.Model.DatabaseInstance do
0 commit comments