diff --git a/clients/storage_transfer/lib/google_api/storage_transfer/v1/metadata.ex b/clients/storage_transfer/lib/google_api/storage_transfer/v1/metadata.ex index 1d3d80cbd2..2e1d51fff7 100644 --- a/clients/storage_transfer/lib/google_api/storage_transfer/v1/metadata.ex +++ b/clients/storage_transfer/lib/google_api/storage_transfer/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.StorageTransfer.V1 do API client metadata for GoogleApi.StorageTransfer.V1. """ - @discovery_revision "20240311" + @discovery_revision "20240412" def discovery_revision(), do: @discovery_revision end diff --git a/clients/storage_transfer/lib/google_api/storage_transfer/v1/model/agent_pool.ex b/clients/storage_transfer/lib/google_api/storage_transfer/v1/model/agent_pool.ex index 78673cbedd..4e14cbfbf1 100644 --- a/clients/storage_transfer/lib/google_api/storage_transfer/v1/model/agent_pool.ex +++ b/clients/storage_transfer/lib/google_api/storage_transfer/v1/model/agent_pool.ex @@ -17,7 +17,7 @@ defmodule GoogleApi.StorageTransfer.V1.Model.AgentPool do @moduledoc """ - Represents an On-Premises Agent pool. + Represents an agent pool. ## Attributes diff --git a/clients/storage_transfer/lib/google_api/storage_transfer/v1/model/metadata_options.ex b/clients/storage_transfer/lib/google_api/storage_transfer/v1/model/metadata_options.ex index a8d33928b9..1c6750a742 100644 --- a/clients/storage_transfer/lib/google_api/storage_transfer/v1/model/metadata_options.ex +++ b/clients/storage_transfer/lib/google_api/storage_transfer/v1/model/metadata_options.ex @@ -28,7 +28,7 @@ defmodule GoogleApi.StorageTransfer.V1.Model.MetadataOptions do * `storageClass` (*type:* `String.t`, *default:* `nil`) - Specifies the storage class to set on objects being transferred to Google Cloud Storage buckets. If unspecified, the default behavior is the same as STORAGE_CLASS_DESTINATION_BUCKET_DEFAULT. * `symlink` (*type:* `String.t`, *default:* `nil`) - Specifies how symlinks should be handled by the transfer. By default, symlinks are not preserved. Only applicable to transfers involving POSIX file systems, and ignored for other transfers. * `temporaryHold` (*type:* `String.t`, *default:* `nil`) - Specifies how each object's temporary hold status should be preserved for transfers between Google Cloud Storage buckets. If unspecified, the default behavior is the same as TEMPORARY_HOLD_PRESERVE. - * `timeCreated` (*type:* `String.t`, *default:* `nil`) - Specifies how each object's `timeCreated` metadata is preserved for transfers. If unspecified, the default behavior is the same as TIME_CREATED_SKIP. + * `timeCreated` (*type:* `String.t`, *default:* `nil`) - Specifies how each object's `timeCreated` metadata is preserved for transfers. If unspecified, the default behavior is the same as TIME_CREATED_SKIP. This behavior is supported for transfers to GCS buckets from GCS, S3, Azure, S3 Compatible, and Azure sources. * `uid` (*type:* `String.t`, *default:* `nil`) - Specifies how each file's POSIX user ID (UID) attribute should be handled by the transfer. By default, UID is not preserved. Only applicable to transfers involving POSIX file systems, and ignored for other transfers. """ diff --git a/clients/storage_transfer/lib/google_api/storage_transfer/v1/model/transfer_job.ex b/clients/storage_transfer/lib/google_api/storage_transfer/v1/model/transfer_job.ex index 3c79c5ce94..293f5b6ca8 100644 --- a/clients/storage_transfer/lib/google_api/storage_transfer/v1/model/transfer_job.ex +++ b/clients/storage_transfer/lib/google_api/storage_transfer/v1/model/transfer_job.ex @@ -29,7 +29,7 @@ defmodule GoogleApi.StorageTransfer.V1.Model.TransferJob do * `latestOperationName` (*type:* `String.t`, *default:* `nil`) - The name of the most recently started TransferOperation of this JobConfig. Present if a TransferOperation has been created for this JobConfig. * `loggingConfig` (*type:* `GoogleApi.StorageTransfer.V1.Model.LoggingConfig.t`, *default:* `nil`) - Logging configuration. * `name` (*type:* `String.t`, *default:* `nil`) - A unique name (within the transfer project) assigned when the job is created. If this field is empty in a CreateTransferJobRequest, Storage Transfer Service assigns a unique name. Otherwise, the specified name is used as the unique name for this job. If the specified name is in use by a job, the creation request fails with an ALREADY_EXISTS error. This name must start with `"transferJobs/"` prefix and end with a letter or a number, and should be no more than 128 characters. For transfers involving PosixFilesystem, this name must start with `transferJobs/OPI` specifically. For all other transfer types, this name must not start with `transferJobs/OPI`. Non-PosixFilesystem example: `"transferJobs/^(?!OPI)[A-Za-z0-9-._~]*[A-Za-z0-9]$"` PosixFilesystem example: `"transferJobs/OPI^[A-Za-z0-9-._~]*[A-Za-z0-9]$"` Applications must not rely on the enforcement of naming requirements involving OPI. Invalid job names fail with an INVALID_ARGUMENT error. - * `notificationConfig` (*type:* `GoogleApi.StorageTransfer.V1.Model.NotificationConfig.t`, *default:* `nil`) - Notification configuration. This is not supported for transfers involving PosixFilesystem. + * `notificationConfig` (*type:* `GoogleApi.StorageTransfer.V1.Model.NotificationConfig.t`, *default:* `nil`) - Notification configuration. * `projectId` (*type:* `String.t`, *default:* `nil`) - The ID of the Google Cloud project that owns the job. * `replicationSpec` (*type:* `GoogleApi.StorageTransfer.V1.Model.ReplicationSpec.t`, *default:* `nil`) - Replication specification. * `schedule` (*type:* `GoogleApi.StorageTransfer.V1.Model.Schedule.t`, *default:* `nil`) - Specifies schedule for the transfer job. This is an optional field. When the field is not set, the job never executes a transfer, unless you invoke RunTransferJob or update the job to have a non-empty schedule. diff --git a/clients/storage_transfer/mix.exs b/clients/storage_transfer/mix.exs index 6a5755beab..6e891c996f 100644 --- a/clients/storage_transfer/mix.exs +++ b/clients/storage_transfer/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.StorageTransfer.Mixfile do use Mix.Project - @version "0.36.0" + @version "0.36.1" def project() do [