google-apis-storagetransfer_v1 0.47.0 → 0.48.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/storagetransfer_v1/classes.rb +12 -12
- data/lib/google/apis/storagetransfer_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f7f3c5852aac4b476ec6dc9bda603b91f191a173597b7b78341b41b87ac7e5a
|
4
|
+
data.tar.gz: 3bbac6f46e4da93641fa3b6909c5d90d844778df5b0ea432f9b92e4456f51a83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4130efb2f5b5840c18d11a73eece283b3a2e3af6ae9e43eab0a467f973dc63851c8955a46692e82a542d84959fd675b984a108ea18f48c0998872ab5f5d3a3a9
|
7
|
+
data.tar.gz: cdb9c31f37ade85a9bbc1ab87f0b4f0b2296bbb731ed066305620b7a1d9ea7a0a32eab62ba6e8a002780bd29cefbf9ef4c5d9c677dce5f20129b96654014b056
|
data/CHANGELOG.md
CHANGED
@@ -154,9 +154,10 @@ module Google
|
|
154
154
|
# @return [String]
|
155
155
|
attr_accessor :bucket_name
|
156
156
|
|
157
|
-
# Optional.
|
158
|
-
# when fetching.
|
159
|
-
#
|
157
|
+
# Optional. The CloudFront distribution domain name pointing to this bucket, to
|
158
|
+
# use when fetching. See [Transfer from S3 via CloudFront](https://cloud.google.
|
159
|
+
# com/storage-transfer/docs/s3-cloudfront) for more information. Format: `https:/
|
160
|
+
# /`id`.cloudfront.net` or any valid custom domain. Must begin with `https://`.
|
160
161
|
# Corresponds to the JSON property `cloudfrontDomain`
|
161
162
|
# @return [String]
|
162
163
|
attr_accessor :cloudfront_domain
|
@@ -168,8 +169,7 @@ module Google
|
|
168
169
|
# the resource. See [Configure access to a source: Amazon S3] (https://cloud.
|
169
170
|
# google.com/storage-transfer/docs/source-amazon-s3#secret_manager) for more
|
170
171
|
# information. If `credentials_secret` is specified, do not specify role_arn or
|
171
|
-
# aws_access_key.
|
172
|
-
# service-terms#1). Format: `projects/`project_number`/secrets/`secret_name``
|
172
|
+
# aws_access_key. Format: `projects/`project_number`/secrets/`secret_name``
|
173
173
|
# Corresponds to the JSON property `credentialsSecret`
|
174
174
|
# @return [String]
|
175
175
|
attr_accessor :credentials_secret
|
@@ -234,8 +234,7 @@ module Google
|
|
234
234
|
# the resource. See [Configure access to a source: Microsoft Azure Blob Storage]
|
235
235
|
# (https://cloud.google.com/storage-transfer/docs/source-microsoft-azure#
|
236
236
|
# secret_manager) for more information. If `credentials_secret` is specified, do
|
237
|
-
# not specify azure_credentials.
|
238
|
-
# google.com/terms/service-terms#1). Format: `projects/`project_number`/secrets/`
|
237
|
+
# not specify azure_credentials. Format: `projects/`project_number`/secrets/`
|
239
238
|
# secret_name``
|
240
239
|
# Corresponds to the JSON property `credentialsSecret`
|
241
240
|
# @return [String]
|
@@ -490,11 +489,12 @@ module Google
|
|
490
489
|
# @return [String]
|
491
490
|
attr_accessor :bucket_name
|
492
491
|
|
493
|
-
#
|
494
|
-
#
|
495
|
-
#
|
496
|
-
#
|
497
|
-
# supported
|
492
|
+
# Preview. Enables the transfer of managed folders between Cloud Storage buckets.
|
493
|
+
# Set this option on the gcs_data_source. If set to true: - Managed folders in
|
494
|
+
# the source bucket are transferred to the destination bucket. - Managed folders
|
495
|
+
# in the destination bucket are overwritten. Other OVERWRITE options are not
|
496
|
+
# supported. See [Transfer Cloud Storage managed folders](/storage-transfer/docs/
|
497
|
+
# managed-folders).
|
498
498
|
# Corresponds to the JSON property `managedFolderTransferEnabled`
|
499
499
|
# @return [Boolean]
|
500
500
|
attr_accessor :managed_folder_transfer_enabled
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module StoragetransferV1
|
18
18
|
# Version of the google-apis-storagetransfer_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.48.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240302"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-storagetransfer_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.48.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-03-
|
11
|
+
date: 2024-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storagetransfer_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.48.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storagetransfer_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|