google-apis-storagetransfer_v1 0.52.0 → 0.54.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: 749c793c0ac510e7d6c92a94e83bf2534c86f618092200a594856181911c77c9
|
4
|
+
data.tar.gz: 141e1d2180d9acbdd54d6fbd97e2c4b313c50ececb21060f663acbaef8621778
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9099e7aaefc7ee00498ad2ec84c85e8bf03e1c0785ed14a04cfd59168342099fc3fb1bc49755ad07d143eab467d17492405d945ef64c77407046d319886ed1fd
|
7
|
+
data.tar.gz: ddf51d5923eccac5b2c127b05f5a4317ee647206672e6dffccafce3ad5c826e3abf8aa98132dadeca846cf3f809bcc518d23c69ff36b60f9a5157eacfe99d255
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-storagetransfer_v1
|
2
2
|
|
3
|
+
### v0.54.0 (2024-10-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241005
|
6
|
+
|
7
|
+
### v0.53.0 (2024-10-06)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240928
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.52.0 (2024-06-26)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240622
|
@@ -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
|
|
@@ -1288,24 +1291,28 @@ module Google
|
|
1288
1291
|
class TimeOfDay
|
1289
1292
|
include Google::Apis::Core::Hashable
|
1290
1293
|
|
1291
|
-
# Hours of day in 24 hour format.
|
1292
|
-
#
|
1294
|
+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
|
1295
|
+
# typically must be less than or equal to 23. An API may choose to allow the
|
1296
|
+
# value "24:00:00" for scenarios like business closing time.
|
1293
1297
|
# Corresponds to the JSON property `hours`
|
1294
1298
|
# @return [Fixnum]
|
1295
1299
|
attr_accessor :hours
|
1296
1300
|
|
1297
|
-
# Minutes of hour
|
1301
|
+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
|
1302
|
+
# to 59.
|
1298
1303
|
# Corresponds to the JSON property `minutes`
|
1299
1304
|
# @return [Fixnum]
|
1300
1305
|
attr_accessor :minutes
|
1301
1306
|
|
1302
|
-
# Fractions of seconds in nanoseconds. Must be
|
1307
|
+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
|
1308
|
+
# less than or equal to 999,999,999.
|
1303
1309
|
# Corresponds to the JSON property `nanos`
|
1304
1310
|
# @return [Fixnum]
|
1305
1311
|
attr_accessor :nanos
|
1306
1312
|
|
1307
|
-
# Seconds of
|
1308
|
-
# allow the value 60 if it allows leap-
|
1313
|
+
# Seconds of a minute. Must be greater than or equal to 0 and typically must be
|
1314
|
+
# less than or equal to 59. An API may allow the value 60 if it allows leap-
|
1315
|
+
# seconds.
|
1309
1316
|
# Corresponds to the JSON property `seconds`
|
1310
1317
|
# @return [Fixnum]
|
1311
1318
|
attr_accessor :seconds
|
@@ -1556,7 +1563,10 @@ module Google
|
|
1556
1563
|
# @return [String]
|
1557
1564
|
attr_accessor :project_id
|
1558
1565
|
|
1559
|
-
# Specifies the configuration for
|
1566
|
+
# Specifies the configuration for a cross-bucket replication job. Cross-bucket
|
1567
|
+
# replication copies new or updated objects from a source Cloud Storage bucket
|
1568
|
+
# to a destination Cloud Storage bucket. Existing objects in the source bucket
|
1569
|
+
# are not copied by a new cross-bucket replication job.
|
1560
1570
|
# Corresponds to the JSON property `replicationSpec`
|
1561
1571
|
# @return [Google::Apis::StoragetransferV1::ReplicationSpec]
|
1562
1572
|
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.54.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 = "20241005"
|
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.54.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-13 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.54.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.21
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Storage Transfer API V1
|