google-apis-storagetransfer_v1 0.11.0 → 0.12.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: e69093917c5bb14b83b0ecf1cee7024c392addb24c864e786049f56644a01d60
4
- data.tar.gz: 61f7783aad6aa0b5f0f90a8e9f872a7031ccdf7aafa5037e1375238ffc062600
3
+ metadata.gz: 1b56abd94c152ceacd81118a7c94c5f0e18bacd9b89dac3374e973bda7b469f0
4
+ data.tar.gz: d449a0385991c9c734fabe907652a1bf986a74874debfcd534503c85ab21e294
5
5
  SHA512:
6
- metadata.gz: 162c37287e34b69d5e9bde9a6b80ad70f09e1cb0879c0150d6a1677cabf9630f631f56e1cd33aafd7ba55b1682e8ecec26797fa88e3c2ac2e181d736f760946a
7
- data.tar.gz: d4c7dc4cf09f61a85ccccb28f1fbb5101b4f03d0161af888bfa9da5b627d8880512e52fe7f3cb489a37a198e19e80b62c5510a3ac21d1f2186bf9b42e16bf24d
6
+ metadata.gz: f504b61a81ea5cfac5bf19f7685f41f58e64364bbaec2d62ea4f386e21103583e3bd5afa60d927cf7ad2c5dca80a49db8d46295f8ec206dcc7832e9067576df7
7
+ data.tar.gz: 3ab1decd9855976d03df38b2b2ad5a97a45d42b200f16424babc6cce0453af5f32891848f611d85052433d4cdbe262c896a72bbdcbd17da3c1d6de879035e424
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storagetransfer_v1
2
2
 
3
+ ### v0.12.0 (2021-07-14)
4
+
5
+ * Regenerated from discovery document revision 20210708
6
+
3
7
  ### v0.11.0 (2021-07-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20210701
@@ -497,7 +497,7 @@ module Google
497
497
  # refers to the time of the last change to the object's content or metadata —
498
498
  # specifically, this is the `updated` property of Cloud Storage objects, the `
499
499
  # LastModified` field of S3 objects, and the `Last-Modified` header of Azure
500
- # blobs.
500
+ # blobs. This is not supported for transfers involving PosixFilesystem.
501
501
  class ObjectConditions
502
502
  include Google::Apis::Core::Hashable
503
503
 
@@ -993,9 +993,14 @@ module Google
993
993
  # name for this job. If the specified name is in use by a job, the creation
994
994
  # request fails with an ALREADY_EXISTS error. This name must start with `"
995
995
  # transferJobs/"` prefix and end with a letter or a number, and should be no
996
- # more than 128 characters. This name must not start with 'transferJobs/OPI'. '
997
- # transferJobs/OPI' is a reserved prefix. Example: `"transferJobs/^(?!OPI)[A-Za-
998
- # z0-9-._~]*[A-Za-z0-9]$"` Invalid job names fail with an INVALID_ARGUMENT error.
996
+ # more than 128 characters. For transfers involving PosixFilesystem, this name
997
+ # must start with 'transferJobs/OPI' specifically. For all other transfer types,
998
+ # this name must not start with 'transferJobs/OPI'. 'transferJobs/OPI' is a
999
+ # reserved prefix for PosixFilesystem transfers. Non-PosixFilesystem example: `"
1000
+ # transferJobs/^(?!OPI)[A-Za-z0-9-._~]*[A-Za-z0-9]$"` PosixFilesystem example: `"
1001
+ # transferJobs/OPI^[A-Za-z0-9-._~]*[A-Za-z0-9]$"` Applications must not rely on
1002
+ # the enforcement of naming requirements involving OPI. Invalid job names fail
1003
+ # with an INVALID_ARGUMENT error.
999
1004
  # Corresponds to the JSON property `name`
1000
1005
  # @return [String]
1001
1006
  attr_accessor :name
@@ -1245,7 +1250,7 @@ module Google
1245
1250
  # refers to the time of the last change to the object's content or metadata —
1246
1251
  # specifically, this is the `updated` property of Cloud Storage objects, the `
1247
1252
  # LastModified` field of S3 objects, and the `Last-Modified` header of Azure
1248
- # blobs.
1253
+ # blobs. This is not supported for transfers involving PosixFilesystem.
1249
1254
  # Corresponds to the JSON property `objectConditions`
1250
1255
  # @return [Google::Apis::StoragetransferV1::ObjectConditions]
1251
1256
  attr_accessor :object_conditions
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210701"
25
+ REVISION = "20210708"
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.11.0
4
+ version: 0.12.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-07-12 00:00:00.000000000 Z
11
+ date: 2021-07-19 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/master/generated/google-apis-storagetransfer_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-storagetransfer_v1
63
63
  post_install_message:
64
64
  rdoc_options: []