google-apis-storagetransfer_v1 0.52.0 → 0.53.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: 8ea537f54c6eaa8691f9f5b53d5107d974133441b3e8836a98509bfc895c6ff7
4
- data.tar.gz: e675e26682debe757474c44159be3d832d5c5c28a735da635bc8618fd7c12ec0
3
+ metadata.gz: 71f2ca5acbad94ca7d579877182b42b16c8423c369826f1e2f85bd7252c5aeee
4
+ data.tar.gz: d95adec05cd7b9cab9fdebe0ee823718e77d00fb911ae023fc398ffaafc74202
5
5
  SHA512:
6
- metadata.gz: fcb96615659419493a2c3d06f091232c5b0e6917d095ed8fe416546cc29ed883e380954ada16d9a8ce6077414b29fa1656f4d77f33d56318cff62f8588244f73
7
- data.tar.gz: 80fc9be72ca764d37573b97163f4d577270e56a312a93613b6323c56139e35492b88392556210668c11b1891465c030dc70ef9e2efc25dc4ebc641c86875c691
6
+ metadata.gz: 06bcc272de5d7602ca30e60b70c0aae59502563e6e9431ca38d012cbcf4f4ca4606262b782a15948a153d78f602ad71bf4bb54a2e368566b41405238780e4e19
7
+ data.tar.gz: 877ae31746972da83c6b2a63012e71813c547fec3f4c2f39b7f932e86d10099a908728c6889e89e47abcbf6b47c88943463e675a766e7aeb0c16f131aab660c3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.52.0 (2024-06-26)
4
9
 
5
10
  * 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 running a replication job.
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 running a replication job.
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.52.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.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240622"
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",...], "jobStatuses":[
377
- # "status1","status2",...]`` Since `jobNames` and `jobStatuses` support multiple
378
- # values, their values must be specified with array notation. `projectId` is
379
- # required. `jobNames` and `jobStatuses` are optional. The valid values for `
380
- # jobStatuses` are case-insensitive: ENABLED, DISABLED, and DELETED.
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.52.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-06-27 00:00:00.000000000 Z
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.52.0
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: []