google-apis-storagetransfer_v1 0.3.0 → 0.8.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: 6465c3ba93d41d32e5a5873db7c2a1441b6cf254beb6cb48e4e96a00a6fa341b
4
- data.tar.gz: 65c75be4e21035e86a935ae430c2110245948597aedfbcf3a0a4a0a0e78f87b3
3
+ metadata.gz: 07a3fa664dbfe88d2826ce1ef1d2255fed7980064733a89d60adce23e2d4ad27
4
+ data.tar.gz: 3d32a607ebd921c15485d637143d5b4133d9f9e76af92e65f51f7e1c82f77aef
5
5
  SHA512:
6
- metadata.gz: 5e0ad888b9c815347be10ac54efc590160f2d33e0dc88e3176352ac858c7f4823dc0b78e27a0627edcbd83923c62628af7dabb2a010ee70b2c51634597717ea9
7
- data.tar.gz: 2ae431f44967e0d1bec37aeab2794c1501af63f2788595d24e6ee3d91e35a9915bf0bae06ab33080f8acd3b5d80d87de7bcfcaa6008eec7022fca7271ab06eba
6
+ metadata.gz: 44309da43da385fc01fced4d8b7a6c933e30620e85cf844a12e55ce056c32a50f2874c911dbf925735ac8103a1a293f1843beb251030a85f17475ac6064755ee
7
+ data.tar.gz: '0152915a260158c8eafb7192d92ec10d4b8d25b5623db1bf41b054ed58d6107fe10caa5ce59f7a617fa2c5f065b770d94e2f94a0f7150bc49865dcbd39bbac64'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-storagetransfer_v1
2
2
 
3
+ ### v0.8.0 (2021-05-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.7.0 (2021-04-29)
8
+
9
+ * Regenerated from discovery document revision 20210427
10
+
11
+ ### v0.6.0 (2021-03-31)
12
+
13
+ * Regenerated from discovery document revision 20210325
14
+ * Regenerated using generator version 0.2.0
15
+
16
+ ### v0.5.0 (2021-03-04)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.4.0 (2021-02-24)
21
+
22
+ * Regenerated from discovery document revision 20210218
23
+
3
24
  ### v0.3.0 (2021-02-17)
4
25
 
5
26
  * Regenerated from discovery document revision 20210211
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  end
@@ -962,8 +962,7 @@ module Google
962
962
  attr_accessor :last_modification_time
963
963
 
964
964
  # The name of the most recently started TransferOperation of this JobConfig.
965
- # Present if and only if at least one TransferOperation has been created for
966
- # this JobConfig.
965
+ # Present if a TransferOperation has been created for this JobConfig.
967
966
  # Corresponds to the JSON property `latestOperationName`
968
967
  # @return [String]
969
968
  attr_accessor :latest_operation_name
@@ -974,8 +973,10 @@ module Google
974
973
  # name for this job. If the specified name is in use by a job, the creation
975
974
  # request fails with an ALREADY_EXISTS error. This name must start with `"
976
975
  # transferJobs/"` prefix and end with a letter or a number, and should be no
977
- # more than 128 characters. Example: `"transferJobs/[A-Za-z0-9-._~]*[A-Za-z0-9]$"
978
- # ` Invalid job names will fail with an INVALID_ARGUMENT error.
976
+ # more than 128 characters. This name must not start with 'transferJobs/OPI'. '
977
+ # transferJobs/OPI' is a reserved prefix. Example: `"transferJobs/^(?!OPI)[A-Za-
978
+ # z0-9-._~]*[A-Za-z0-9]$"` Invalid job names will fail with an INVALID_ARGUMENT
979
+ # error.
979
980
  # Corresponds to the JSON property `name`
980
981
  # @return [String]
981
982
  attr_accessor :name
@@ -1272,7 +1273,7 @@ module Google
1272
1273
  # request. Fields in `transferJob` that can be updated are: description,
1273
1274
  # transfer_spec, notification_config, and status. To update the `transfer_spec`
1274
1275
  # of the job, a complete transfer specification must be provided. An incomplete
1275
- # specification missing any required fields will be rejected with the error
1276
+ # specification missing any required fields is rejected with the error
1276
1277
  # INVALID_ARGUMENT.
1277
1278
  # Corresponds to the JSON property `updateTransferJobFieldMask`
1278
1279
  # @return [String]
@@ -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.3.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210211"
25
+ REVISION = "20210427"
26
26
  end
27
27
  end
28
28
  end
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.3.0
4
+ version: 0.8.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: 2021-02-22 00:00:00.000000000 Z
11
+ date: 2021-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-storagetransfer_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.8.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-storagetransfer_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.6
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Storage Transfer API V1