google-apis-storagetransfer_v1 0.51.0 → 0.53.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71f2ca5acbad94ca7d579877182b42b16c8423c369826f1e2f85bd7252c5aeee
|
4
|
+
data.tar.gz: d95adec05cd7b9cab9fdebe0ee823718e77d00fb911ae023fc398ffaafc74202
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06bcc272de5d7602ca30e60b70c0aae59502563e6e9431ca38d012cbcf4f4ca4606262b782a15948a153d78f602ad71bf4bb54a2e368566b41405238780e4e19
|
7
|
+
data.tar.gz: 877ae31746972da83c6b2a63012e71813c547fec3f4c2f39b7f932e86d10099a908728c6889e89e47abcbf6b47c88943463e675a766e7aeb0c16f131aab660c3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-storagetransfer_v1
|
2
2
|
|
3
|
+
### v0.53.0 (2024-10-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240928
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
8
|
+
### v0.52.0 (2024-06-26)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240622
|
11
|
+
|
3
12
|
### v0.51.0 (2024-05-19)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240511
|
@@ -785,8 +785,8 @@ module Google
|
|
785
785
|
|
786
786
|
# Specifies how each object's `timeCreated` metadata is preserved for transfers.
|
787
787
|
# If unspecified, the default behavior is the same as TIME_CREATED_SKIP. This
|
788
|
-
# behavior is supported for transfers to
|
789
|
-
#
|
788
|
+
# behavior is supported for transfers to Cloud Storage buckets from Cloud
|
789
|
+
# Storage, Amazon S3, S3-compatible storage, and Azure sources.
|
790
790
|
# Corresponds to the JSON property `timeCreated`
|
791
791
|
# @return [String]
|
792
792
|
attr_accessor :time_created
|
@@ -1056,7 +1056,10 @@ module Google
|
|
1056
1056
|
end
|
1057
1057
|
end
|
1058
1058
|
|
1059
|
-
# Specifies the configuration for
|
1059
|
+
# Specifies the configuration for a cross-bucket replication job. Cross-bucket
|
1060
|
+
# replication copies new or updated objects from a source Cloud Storage bucket
|
1061
|
+
# to a destination Cloud Storage bucket. Existing objects in the source bucket
|
1062
|
+
# are not copied by a new cross-bucket replication job.
|
1060
1063
|
class ReplicationSpec
|
1061
1064
|
include Google::Apis::Core::Hashable
|
1062
1065
|
|
@@ -1556,7 +1559,10 @@ module Google
|
|
1556
1559
|
# @return [String]
|
1557
1560
|
attr_accessor :project_id
|
1558
1561
|
|
1559
|
-
# Specifies the configuration for
|
1562
|
+
# Specifies the configuration for a cross-bucket replication job. Cross-bucket
|
1563
|
+
# replication copies new or updated objects from a source Cloud Storage bucket
|
1564
|
+
# to a destination Cloud Storage bucket. Existing objects in the source bucket
|
1565
|
+
# are not copied by a new cross-bucket replication job.
|
1560
1566
|
# Corresponds to the JSON property `replicationSpec`
|
1561
1567
|
# @return [Google::Apis::StoragetransferV1::ReplicationSpec]
|
1562
1568
|
attr_accessor :replication_spec
|
@@ -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.53.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240928"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -372,12 +372,19 @@ module Google
|
|
372
372
|
|
373
373
|
# Lists transfer jobs.
|
374
374
|
# @param [String] filter
|
375
|
-
# Required. A list of query parameters specified as JSON text in the form of:
|
376
|
-
# projectId":"my_project_id", "jobNames":["jobid1","jobid2",...], "
|
377
|
-
# "status1","status2",...]
|
378
|
-
#
|
379
|
-
#
|
380
|
-
#
|
375
|
+
# Required. A list of query parameters specified as JSON text in the form of: ```
|
376
|
+
# ` "projectId":"my_project_id", "jobNames":["jobid1","jobid2",...], "
|
377
|
+
# jobStatuses":["status1","status2",...], "dataBackend":"
|
378
|
+
# QUERY_REPLICATION_CONFIGS", "sourceBucket":"source-bucket-name", "sinkBucket":"
|
379
|
+
# sink-bucket-name", ` ``` The JSON formatting in the example is for display
|
380
|
+
# only; provide the query parameters without spaces or line breaks. * `projectId`
|
381
|
+
# is required. * Since `jobNames` and `jobStatuses` support multiple values,
|
382
|
+
# their values must be specified with array notation. `jobNames` and `
|
383
|
+
# jobStatuses` are optional. Valid values are case-insensitive: * ENABLED *
|
384
|
+
# DISABLED * DELETED * Specify `"dataBackend":"QUERY_REPLICATION_CONFIGS"` to
|
385
|
+
# return a list of cross-bucket replication jobs. * Limit the results to jobs
|
386
|
+
# from a particular bucket with `sourceBucket` and/or to a particular bucket
|
387
|
+
# with `sinkBucket`.
|
381
388
|
# @param [Fixnum] page_size
|
382
389
|
# The list page size. The max allowed value is 256.
|
383
390
|
# @param [String] page_token
|
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.53.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-
|
11
|
+
date: 2024-10-06 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.53.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: []
|