google-apis-admin_datatransfer_v1 0.20.0 → 0.22.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: 812321b76502ff55e8d0b4044e25f6e844d3c0cbbeba640f6f59f23078bf8e38
4
- data.tar.gz: 1a3028911dbde48c98072d522377c33d6e8fac1d103e717104771cda8f0a6145
3
+ metadata.gz: ca75e92f038ebacec5ff81fdac389c2c7c2e12de94d3a165b42ac199a59288d5
4
+ data.tar.gz: 9476f55ba7169dba91ed8160a2ab6d96bc63bb4b5959d078104c795ba9fd9eb7
5
5
  SHA512:
6
- metadata.gz: ca50bb1845536ccc28b224738ae547aecf5f3629c3d772d0a728fe24045402b7cbb67a22d3df574e0c1a2a43687bc7b6bb6af697815cfd4ddd761d8a0770dc5c
7
- data.tar.gz: 95de00558fefe0982531adf078dbcb148ac432da98ba4de919de3351b9f8fc2f8caae33b1b19f30992678f7af5da1609593aef0050bdca9a9015aad95e4db895
6
+ metadata.gz: 75164efa5c324458f4c73d10e03fc1445c1b88cb93b555590277a711500286fc9508a88374caef88ebebcd046948267e21947d935b3871fe4bcb0a3bc487f5df
7
+ data.tar.gz: 06f7d028a97ab3f492bede85a8525fd53738f66025114e3512934f0c26c32610110f53d6f9d4d68a974442000bd8df52e1fdaf6fb9c9094c0df7ff3f812ebe32
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-admin_datatransfer_v1
2
2
 
3
+ ### v0.22.0 (2025-07-13)
4
+
5
+ * Regenerated from discovery document revision 20250707
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.21.0 (2025-05-04)
9
+
10
+ * Regenerated using generator version 0.17.0
11
+
3
12
  ### v0.20.0 (2025-04-27)
4
13
 
5
14
  * Regenerated from discovery document revision 20250421
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/workspace/admin/) may
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
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
 
@@ -32,8 +32,9 @@ module Google
32
32
  # @return [String]
33
33
  attr_accessor :etag
34
34
 
35
- # The application's ID. Retrievable by using the [`applications.list()`](/admin-
36
- # sdk/data-transfer/reference/rest/v1/applications/list) method.
35
+ # The application's ID. Retrievable by using the [`applications.list()`](https://
36
+ # developers.google.com/workspace/admin/data-transfer/reference/rest/v1/
37
+ # applications/list) method.
37
38
  # Corresponds to the JSON property `id`
38
39
  # @return [Fixnum]
39
40
  attr_accessor :id
@@ -80,7 +81,8 @@ module Google
80
81
  # The transfer parameters for the application. These parameters are used to
81
82
  # select the data which will get transferred in context of this application. For
82
83
  # more information about the specific values available for each application, see
83
- # the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference.
84
+ # the [Transfer parameters](https://developers.google.com/workspace/admin/data-
85
+ # transfer/v1/parameters) reference.
84
86
  # Corresponds to the JSON property `applicationTransferParams`
85
87
  # @return [Array<Google::Apis::AdminDatatransferV1::ApplicationTransferParam>]
86
88
  attr_accessor :application_transfer_params
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AdminDatatransferV1
18
18
  # Version of the google-apis-admin_datatransfer_v1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250421"
25
+ REVISION = "20250707"
26
26
  end
27
27
  end
28
28
  end
@@ -150,8 +150,9 @@ module Google
150
150
  execute_or_queue_command(command, &block)
151
151
  end
152
152
 
153
- # Inserts a data transfer request. See the [Transfer parameters](/admin-sdk/data-
154
- # transfer/v1/parameters) reference for specific application requirements.
153
+ # Inserts a data transfer request. See the [Transfer parameters](https://
154
+ # developers.google.com/workspace/admin/data-transfer/v1/parameters) reference
155
+ # for specific application requirements.
155
156
  # @param [Google::Apis::AdminDatatransferV1::DataTransfer] data_transfer_object
156
157
  # @param [String] fields
157
158
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-admin_datatransfer_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_datatransfer_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-admin_datatransfer_v1/v0.20.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_datatransfer_v1/v0.22.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_datatransfer_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Admin SDK API DatatransferV1
79
79
  test_files: []