google-apis-storagetransfer_v1 0.14.0 → 0.15.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: afb5910367ba17053411ea0d1979549041043a63fcad7f11e91595d83b647e38
4
- data.tar.gz: ee8f8f610f94005b468f9bf5513063e105171a935435237fb5c8ca1208cf8629
3
+ metadata.gz: aaf5f19eaeed582465b6c5731652816d1aa449310dd54aaf94b3e046eb7cb585
4
+ data.tar.gz: 706993d4d3f82b2ca63d516825538ceb8dd8cf7fa58935c86e3029cc67eade70
5
5
  SHA512:
6
- metadata.gz: 9cc0297804c1e61f376ef84d446dce5d7d37ab70649858e7e4dcbcf1576886788b0f8b7660af9983fef21aaad1ca049b42ccf04ec725db9cbea188a47af95198
7
- data.tar.gz: cdf849955bc0d656ef0ffc55c604f309d1cd9dc3b34bc8a91819f2a0071a835d493556615c79c1556b4b1d0f0eab708ca7310fed7cda72feca14fe318e64daf8
6
+ metadata.gz: 9955efc018150ff22b5bd04be0f9a3b2d2e445cf4fd7c2fc9ccde7081a6da03bcbb5e5c14907c5daf7be791c1196d6ba9beb1ce8bae2aa34784f12739e52c7a6
7
+ data.tar.gz: cb6efab3cdd02c96b51e6f4d291d0287a52ad2f074ad7647f1e7a79871c59fdb4f638439522509d58cdf3f79eb03b2d047b9fe048da8e153a9cbe4e28029d4e8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storagetransfer_v1
2
2
 
3
+ ### v0.15.0 (2021-09-21)
4
+
5
+ * Regenerated from discovery document revision 20210918
6
+
3
7
  ### v0.14.0 (2021-08-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20210812
@@ -449,7 +449,7 @@ module Google
449
449
  end
450
450
  end
451
451
 
452
- # Logging configure.
452
+ # Logging configuration.
453
453
  class LoggingConfig
454
454
  include Google::Apis::Core::Hashable
455
455
 
@@ -518,7 +518,8 @@ module Google
518
518
  # refers to the time of the last change to the object's content or metadata —
519
519
  # specifically, this is the `updated` property of Cloud Storage objects, the `
520
520
  # LastModified` field of S3 objects, and the `Last-Modified` header of Azure
521
- # blobs. This is not supported for transfers involving PosixFilesystem.
521
+ # blobs. Transfers that use PosixFilesystem and have a Cloud Storage source don'
522
+ # t support `ObjectConditions`.
522
523
  class ObjectConditions
523
524
  include Google::Apis::Core::Hashable
524
525
 
@@ -685,7 +686,7 @@ module Google
685
686
  end
686
687
  end
687
688
 
688
- # A POSIX filesystem data source or sink.
689
+ # A POSIX filesystem resource.
689
690
  class PosixFilesystem
690
691
  include Google::Apis::Core::Hashable
691
692
 
@@ -1052,7 +1053,7 @@ module Google
1052
1053
  # @return [String]
1053
1054
  attr_accessor :latest_operation_name
1054
1055
 
1055
- # Logging configure.
1056
+ # Logging configuration.
1056
1057
  # Corresponds to the JSON property `loggingConfig`
1057
1058
  # @return [Google::Apis::StoragetransferV1::LoggingConfig]
1058
1059
  attr_accessor :logging_config
@@ -1064,13 +1065,12 @@ module Google
1064
1065
  # request fails with an ALREADY_EXISTS error. This name must start with `"
1065
1066
  # transferJobs/"` prefix and end with a letter or a number, and should be no
1066
1067
  # more than 128 characters. For transfers involving PosixFilesystem, this name
1067
- # must start with 'transferJobs/OPI' specifically. For all other transfer types,
1068
- # this name must not start with 'transferJobs/OPI'. 'transferJobs/OPI' is a
1069
- # reserved prefix for PosixFilesystem transfers. Non-PosixFilesystem example: `"
1070
- # transferJobs/^(?!OPI)[A-Za-z0-9-._~]*[A-Za-z0-9]$"` PosixFilesystem example: `"
1071
- # transferJobs/OPI^[A-Za-z0-9-._~]*[A-Za-z0-9]$"` Applications must not rely on
1072
- # the enforcement of naming requirements involving OPI. Invalid job names fail
1073
- # with an INVALID_ARGUMENT error.
1068
+ # must start with `transferJobs/OPI` specifically. For all other transfer types,
1069
+ # this name must not start with `transferJobs/OPI`. Non-PosixFilesystem example:
1070
+ # `"transferJobs/^(?!OPI)[A-Za-z0-9-._~]*[A-Za-z0-9]$"` PosixFilesystem example:
1071
+ # `"transferJobs/OPI^[A-Za-z0-9-._~]*[A-Za-z0-9]$"` Applications must not rely
1072
+ # on the enforcement of naming requirements involving OPI. Invalid job names
1073
+ # fail with an INVALID_ARGUMENT error.
1074
1074
  # Corresponds to the JSON property `name`
1075
1075
  # @return [String]
1076
1076
  attr_accessor :name
@@ -1321,12 +1321,13 @@ module Google
1321
1321
  # refers to the time of the last change to the object's content or metadata —
1322
1322
  # specifically, this is the `updated` property of Cloud Storage objects, the `
1323
1323
  # LastModified` field of S3 objects, and the `Last-Modified` header of Azure
1324
- # blobs. This is not supported for transfers involving PosixFilesystem.
1324
+ # blobs. Transfers that use PosixFilesystem and have a Cloud Storage source don'
1325
+ # t support `ObjectConditions`.
1325
1326
  # Corresponds to the JSON property `objectConditions`
1326
1327
  # @return [Google::Apis::StoragetransferV1::ObjectConditions]
1327
1328
  attr_accessor :object_conditions
1328
1329
 
1329
- # A POSIX filesystem data source or sink.
1330
+ # A POSIX filesystem resource.
1330
1331
  # Corresponds to the JSON property `posixDataSource`
1331
1332
  # @return [Google::Apis::StoragetransferV1::PosixFilesystem]
1332
1333
  attr_accessor :posix_data_source
@@ -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.14.0"
19
+ GEM_VERSION = "0.15.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 = "20210812"
25
+ REVISION = "20210918"
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.14.0
4
+ version: 0.15.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-08-23 00:00:00.000000000 Z
11
+ date: 2021-09-22 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.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.15.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: []