google-apis-storagetransfer_v1 0.54.0 → 0.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15813386077dd5e00843d77b46c9f642d104debcc58c64976de7e375c871403c
|
4
|
+
data.tar.gz: 7e1399c404e129cc3adebf9133c3f3828a3c4880d06f448646612b5676486201
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e65c9ff28f36bd743613912e1254f83bc98a9468cbd2747cd4af8cfa25af71377a045dcb29f97439b7ec58643ef26762b5a924f3d96a7addd98ae7012e5b133
|
7
|
+
data.tar.gz: 07cc7e3d5a66e80f89ca9611b18246d91e821c5e608ce506cd509fb383d124e7e360f12505bc505072c2fd12725f4c444a2ecde01c5f98ff2bb0147164c35c16
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Release history for google-apis-storagetransfer_v1
|
2
2
|
|
3
|
+
### v0.56.0 (2025-05-11)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250503
|
6
|
+
* Regenerated using generator version 0.17.0
|
7
|
+
|
8
|
+
### v0.55.0 (2025-02-26)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20250208
|
11
|
+
* Regenerated using generator version 0.16.0
|
12
|
+
|
3
13
|
### v0.54.0 (2024-10-13)
|
4
14
|
|
5
15
|
* Regenerated from discovery document revision 20241005
|
data/OVERVIEW.md
CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/storage-transfer/docs) may
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby
|
86
|
+
This library is supported on Ruby 3.1+.
|
87
87
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
@@ -600,8 +600,9 @@ module Google
|
|
600
600
|
include Google::Apis::Core::Hashable
|
601
601
|
|
602
602
|
# Required. The URL that points to the file that stores the object list entries.
|
603
|
-
# This file must allow public access.
|
604
|
-
#
|
603
|
+
# This file must allow public access. The URL is either an HTTP/HTTPS address (e.
|
604
|
+
# g. `https://example.com/urllist.tsv`) or a Cloud Storage path (e.g. `gs://my-
|
605
|
+
# bucket/urllist.tsv`).
|
605
606
|
# Corresponds to the JSON property `listUrl`
|
606
607
|
# @return [String]
|
607
608
|
attr_accessor :list_url
|
@@ -863,7 +864,12 @@ module Google
|
|
863
864
|
# refers to the time of the last change to the object's content or metadata —
|
864
865
|
# specifically, this is the `updated` property of Cloud Storage objects, the `
|
865
866
|
# LastModified` field of S3 objects, and the `Last-Modified` header of Azure
|
866
|
-
# blobs.
|
867
|
+
# blobs. For S3 objects, the `LastModified` value is the time the object begins
|
868
|
+
# uploading. If the object meets your "last modification time" criteria, but has
|
869
|
+
# not finished uploading, the object is not transferred. See [Transfer from
|
870
|
+
# Amazon S3 to Cloud Storage](https://cloud.google.com/storage-transfer/docs/
|
871
|
+
# create-transfers/agentless/s3#transfer_options) for more information.
|
872
|
+
# Transfers with a PosixFilesystem source or destination don't support `
|
867
873
|
# ObjectConditions`.
|
868
874
|
class ObjectConditions
|
869
875
|
include Google::Apis::Core::Hashable
|
@@ -1084,7 +1090,12 @@ module Google
|
|
1084
1090
|
# refers to the time of the last change to the object's content or metadata —
|
1085
1091
|
# specifically, this is the `updated` property of Cloud Storage objects, the `
|
1086
1092
|
# LastModified` field of S3 objects, and the `Last-Modified` header of Azure
|
1087
|
-
# blobs.
|
1093
|
+
# blobs. For S3 objects, the `LastModified` value is the time the object begins
|
1094
|
+
# uploading. If the object meets your "last modification time" criteria, but has
|
1095
|
+
# not finished uploading, the object is not transferred. See [Transfer from
|
1096
|
+
# Amazon S3 to Cloud Storage](https://cloud.google.com/storage-transfer/docs/
|
1097
|
+
# create-transfers/agentless/s3#transfer_options) for more information.
|
1098
|
+
# Transfers with a PosixFilesystem source or destination don't support `
|
1088
1099
|
# ObjectConditions`.
|
1089
1100
|
# Corresponds to the JSON property `objectConditions`
|
1090
1101
|
# @return [Google::Apis::StoragetransferV1::ObjectConditions]
|
@@ -1576,6 +1587,20 @@ module Google
|
|
1576
1587
|
# @return [Google::Apis::StoragetransferV1::Schedule]
|
1577
1588
|
attr_accessor :schedule
|
1578
1589
|
|
1590
|
+
# Optional. The service account to be used to access resources in the consumer
|
1591
|
+
# project in the transfer job. We accept `email` or `uniqueId` for the service
|
1592
|
+
# account. Service account format is projects/-/serviceAccounts/`
|
1593
|
+
# ACCOUNT_EMAIL_OR_UNIQUEID` See https://cloud.google.com/iam/docs/reference/
|
1594
|
+
# credentials/rest/v1/projects.serviceAccounts/generateAccessToken#path-
|
1595
|
+
# parameters for details. Caller requires the following IAM permission on the
|
1596
|
+
# specified service account: `iam.serviceAccounts.actAs`. project-PROJECT_NUMBER@
|
1597
|
+
# storage-transfer-service.iam.gserviceaccount.com requires the following IAM
|
1598
|
+
# permission on the specified service account: `iam.serviceAccounts.
|
1599
|
+
# getAccessToken`
|
1600
|
+
# Corresponds to the JSON property `serviceAccount`
|
1601
|
+
# @return [String]
|
1602
|
+
attr_accessor :service_account
|
1603
|
+
|
1579
1604
|
# Status of the job. This value MUST be specified for `CreateTransferJobRequests`
|
1580
1605
|
# . **Note:** The effect of the new job status takes place during a subsequent
|
1581
1606
|
# job run. For example, if you change the job status from ENABLED to DISABLED,
|
@@ -1608,6 +1633,7 @@ module Google
|
|
1608
1633
|
@project_id = args[:project_id] if args.key?(:project_id)
|
1609
1634
|
@replication_spec = args[:replication_spec] if args.key?(:replication_spec)
|
1610
1635
|
@schedule = args[:schedule] if args.key?(:schedule)
|
1636
|
+
@service_account = args[:service_account] if args.key?(:service_account)
|
1611
1637
|
@status = args[:status] if args.key?(:status)
|
1612
1638
|
@transfer_spec = args[:transfer_spec] if args.key?(:transfer_spec)
|
1613
1639
|
end
|
@@ -1748,7 +1774,7 @@ module Google
|
|
1748
1774
|
attr_accessor :metadata_options
|
1749
1775
|
|
1750
1776
|
# When to overwrite objects that already exist in the sink. The default is that
|
1751
|
-
# only objects that are different from the source are
|
1777
|
+
# only objects that are different from the source are overwritten. If true, all
|
1752
1778
|
# objects in the sink whose name matches an object in the source are overwritten
|
1753
1779
|
# with the source object.
|
1754
1780
|
# Corresponds to the JSON property `overwriteObjectsAlreadyExistingInSink`
|
@@ -1864,7 +1890,12 @@ module Google
|
|
1864
1890
|
# refers to the time of the last change to the object's content or metadata —
|
1865
1891
|
# specifically, this is the `updated` property of Cloud Storage objects, the `
|
1866
1892
|
# LastModified` field of S3 objects, and the `Last-Modified` header of Azure
|
1867
|
-
# blobs.
|
1893
|
+
# blobs. For S3 objects, the `LastModified` value is the time the object begins
|
1894
|
+
# uploading. If the object meets your "last modification time" criteria, but has
|
1895
|
+
# not finished uploading, the object is not transferred. See [Transfer from
|
1896
|
+
# Amazon S3 to Cloud Storage](https://cloud.google.com/storage-transfer/docs/
|
1897
|
+
# create-transfers/agentless/s3#transfer_options) for more information.
|
1898
|
+
# Transfers with a PosixFilesystem source or destination don't support `
|
1868
1899
|
# ObjectConditions`.
|
1869
1900
|
# Corresponds to the JSON property `objectConditions`
|
1870
1901
|
# @return [Google::Apis::StoragetransferV1::ObjectConditions]
|
@@ -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.56.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250503"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -633,6 +633,7 @@ module Google
|
|
633
633
|
|
634
634
|
property :schedule, as: 'schedule', class: Google::Apis::StoragetransferV1::Schedule, decorator: Google::Apis::StoragetransferV1::Schedule::Representation
|
635
635
|
|
636
|
+
property :service_account, as: 'serviceAccount'
|
636
637
|
property :status, as: 'status'
|
637
638
|
property :transfer_spec, as: 'transferSpec', class: Google::Apis::StoragetransferV1::TransferSpec, decorator: Google::Apis::StoragetransferV1::TransferSpec::Representation
|
638
639
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.56.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.56.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storagetransfer_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
66
|
requirements:
|
69
67
|
- - ">="
|
70
68
|
- !ruby/object:Gem::Version
|
71
|
-
version: '
|
69
|
+
version: '3.1'
|
72
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
71
|
requirements:
|
74
72
|
- - ">="
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.8
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Storage Transfer API V1
|
82
79
|
test_files: []
|