Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ defmodule GoogleApi.SQLAdmin.V1beta4.Api.Backups do
## Parameters

* `connection` (*type:* `GoogleApi.SQLAdmin.V1beta4.Connection.t`) - Connection to server
* `name` (*type:* `String.t`) - Output only. The resource name of the backup. Format: projects/{project}/backups/{backup}
* `name` (*type:* `String.t`) - Output only. The resource name of the backup. Format: projects/{project}/backups/{backup}.
* `optional_params` (*type:* `keyword()`) - Optional parameters
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
* `:access_token` (*type:* `String.t`) - OAuth access token.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.SQLAdmin.V1beta4 do
API client metadata for GoogleApi.SQLAdmin.V1beta4.
"""

@discovery_revision "20250205"
@discovery_revision "20250216"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ defmodule GoogleApi.SQLAdmin.V1beta4.Model.Backup do
* `kmsKeyVersion` (*type:* `String.t`, *default:* `nil`) - Output only. This output contains the encryption status for a backup and the version of the KMS key that's used to encrypt the Cloud SQL instance.
* `location` (*type:* `String.t`, *default:* `nil`) - The storage location of the backups. The location can be multi-regional.
* `maxChargeableBytes` (*type:* `String.t`, *default:* `nil`) - Output only. The maximum chargeable bytes for the backup.
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name of the backup. Format: projects/{project}/backups/{backup}
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name of the backup. Format: projects/{project}/backups/{backup}.
* `satisfiesPzi` (*type:* `boolean()`, *default:* `nil`) - Output only. This status indicates whether the backup satisfies PZI. The status is reserved for future use.
* `satisfiesPzs` (*type:* `boolean()`, *default:* `nil`) - Output only. This status indicates whether the backup satisfies PZS. The status is reserved for future use.
* `selfLink` (*type:* `String.t`, *default:* `nil`) - Output only. The URI of this resource.
* `state` (*type:* `String.t`, *default:* `nil`) - Output only. The state of this backup.
* `timeZone` (*type:* `String.t`, *default:* `nil`) - Output only. This output contains a backup time zone. If a Cloud SQL for SQL Server instance has a different time zone from the backup's time zone, then restores to the instance won't happen.
* `timeZone` (*type:* `String.t`, *default:* `nil`) - Output only. This output contains a backup time zone. If a Cloud SQL for SQL Server instance has a different time zone from the backup's time zone, then the restore to the instance doesn't happen.
* `ttlDays` (*type:* `String.t`, *default:* `nil`) - Input only. The time-to-live (TTL) interval for this resource (in days). For example: ttlDays:7 means 7 days.
* `type` (*type:* `String.t`, *default:* `nil`) - Output only. The type of this backup. The type can be "AUTOMATED", "ON_DEMAND", or “FINAL”.
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule GoogleApi.SQLAdmin.V1beta4.Model.Operation do
* `startTime` (*type:* `DateTime.t`, *default:* `nil`) - The time this operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
* `status` (*type:* `String.t`, *default:* `nil`) - The status of an operation.
* `subOperationType` (*type:* `GoogleApi.SQLAdmin.V1beta4.Model.SqlSubOperationType.t`, *default:* `nil`) - Optional. The sub operation based on the operation type.
* `targetId` (*type:* `String.t`, *default:* `nil`) -
* `targetId` (*type:* `String.t`, *default:* `nil`) - Name of the resource on which this operation runs.
* `targetLink` (*type:* `String.t`, *default:* `nil`) -
* `targetProject` (*type:* `String.t`, *default:* `nil`) - The project ID of the target instance related to this operation.
* `user` (*type:* `String.t`, *default:* `nil`) - The email address of the user who initiated this operation.
Expand Down
Loading