From 2aa895c2702a375458c0f77131c4dfbde07954a6 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sat, 18 May 2024 13:08:23 +0000 Subject: [PATCH] feat: Automated regeneration of Drive client --- clients/drive/lib/google_api/drive/v3/metadata.ex | 2 +- clients/drive/lib/google_api/drive/v3/model/about.ex | 2 +- .../lib/google_api/drive/v3/model/about_storage_quota.ex | 6 +++--- clients/drive/mix.exs | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clients/drive/lib/google_api/drive/v3/metadata.ex b/clients/drive/lib/google_api/drive/v3/metadata.ex index 744a3b189a..e408569256 100644 --- a/clients/drive/lib/google_api/drive/v3/metadata.ex +++ b/clients/drive/lib/google_api/drive/v3/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.Drive.V3 do API client metadata for GoogleApi.Drive.V3. """ - @discovery_revision "20240327" + @discovery_revision "20240509" def discovery_revision(), do: @discovery_revision end diff --git a/clients/drive/lib/google_api/drive/v3/model/about.ex b/clients/drive/lib/google_api/drive/v3/model/about.ex index 34672d1572..84dcd08db9 100644 --- a/clients/drive/lib/google_api/drive/v3/model/about.ex +++ b/clients/drive/lib/google_api/drive/v3/model/about.ex @@ -31,7 +31,7 @@ defmodule GoogleApi.Drive.V3.Model.About do * `kind` (*type:* `String.t`, *default:* `drive#about`) - Identifies what kind of resource this is. Value: the fixed string `"drive#about"`. * `maxImportSizes` (*type:* `map()`, *default:* `nil`) - A map of maximum import sizes by MIME type, in bytes. * `maxUploadSize` (*type:* `String.t`, *default:* `nil`) - The maximum upload size in bytes. - * `storageQuota` (*type:* `GoogleApi.Drive.V3.Model.AboutStorageQuota.t`, *default:* `nil`) - The user's storage quota limits and usage. All fields are measured in bytes. + * `storageQuota` (*type:* `GoogleApi.Drive.V3.Model.AboutStorageQuota.t`, *default:* `nil`) - The user's storage quota limits and usage. For users that are part of an organization with pooled storage, information about the limit and usage across all services is for the organization, rather than the individual user. All fields are measured in bytes. * `teamDriveThemes` (*type:* `list(GoogleApi.Drive.V3.Model.AboutTeamDriveThemes.t)`, *default:* `nil`) - Deprecated: Use `driveThemes` instead. * `user` (*type:* `GoogleApi.Drive.V3.Model.User.t`, *default:* `nil`) - The authenticated user. """ diff --git a/clients/drive/lib/google_api/drive/v3/model/about_storage_quota.ex b/clients/drive/lib/google_api/drive/v3/model/about_storage_quota.ex index 809049b04a..a0de6f3d99 100644 --- a/clients/drive/lib/google_api/drive/v3/model/about_storage_quota.ex +++ b/clients/drive/lib/google_api/drive/v3/model/about_storage_quota.ex @@ -17,12 +17,12 @@ defmodule GoogleApi.Drive.V3.Model.AboutStorageQuota do @moduledoc """ - The user's storage quota limits and usage. All fields are measured in bytes. + The user's storage quota limits and usage. For users that are part of an organization with pooled storage, information about the limit and usage across all services is for the organization, rather than the individual user. All fields are measured in bytes. ## Attributes - * `limit` (*type:* `String.t`, *default:* `nil`) - The usage limit, if applicable. This will not be present if the user has unlimited storage. - * `usage` (*type:* `String.t`, *default:* `nil`) - The total usage across all services. + * `limit` (*type:* `String.t`, *default:* `nil`) - The usage limit, if applicable. This will not be present if the user has unlimited storage. For users that are part of an organization with pooled storage, this is the limit for the organization, rather than the individual user. + * `usage` (*type:* `String.t`, *default:* `nil`) - The total usage across all services. For users that are part of an organization with pooled storage, this is the usage across all services for the organization, rather than the individual user. * `usageInDrive` (*type:* `String.t`, *default:* `nil`) - The usage by all files in Google Drive. * `usageInDriveTrash` (*type:* `String.t`, *default:* `nil`) - The usage by trashed files in Google Drive. """ diff --git a/clients/drive/mix.exs b/clients/drive/mix.exs index d1995e272d..bd5262e4be 100644 --- a/clients/drive/mix.exs +++ b/clients/drive/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.Drive.Mixfile do use Mix.Project - @version "0.27.1" + @version "0.27.2" def project() do [