google-apis-storagetransfer_v1 0.16.0 → 0.17.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: 80c18683fdb4d192b9f9da51763453689ca91566cea49854332720c3ce6872a2
4
- data.tar.gz: 9899dedceed7cbeb390be891a7f7b8bb601d92a2f0d2683feac9bce502d5679e
3
+ metadata.gz: 11d0beac2252f6016628b07b40734be8dcf4a4e9161f3b776aa792d1b3dd198e
4
+ data.tar.gz: 7a367a0ed39c7fe7d93c575ec2544f3c6e06d75a553b710e5919a6a577513c09
5
5
  SHA512:
6
- metadata.gz: 9ecf86953bf9293d6e0fc819226d7fc9886806ecfafe19c692c5570837663c7c11236753a8980b76a9881cb36e9ab30180c62efb392b892dda7943274925e150
7
- data.tar.gz: 584341983ca62e5e337c7961ee57cd7fa1c59c876b7e04e0f5d7789cbe52d86dfcb59c9c0aee3c9afadb81f2a55fec5a06002c57e380babfc11d3a77bd26d429
6
+ metadata.gz: 15eb1c22b2c6627bdfe0f474d7a5e633b90e891425d4d06f9cfe356a0f1e9aab89c33512e7681262d7200e7d4647ff5a329f3d4483dfd856971e7b2c9b733bf6
7
+ data.tar.gz: 10fbada5a99ae9bb2f1a9b368cf0a24306fffa1cea0825f1b399342eda7270a7c3c0efa8490073b269be9e1ee7de9ca00a23ba9fd5d9989ca0c0ef1da3661680
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storagetransfer_v1
2
2
 
3
+ ### v0.17.0 (2021-11-06)
4
+
5
+ * Regenerated from discovery document revision 20211105
6
+
3
7
  ### v0.16.0 (2021-10-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20211018
@@ -602,8 +602,8 @@ module Google
602
602
  # refers to the time of the last change to the object's content or metadata —
603
603
  # specifically, this is the `updated` property of Cloud Storage objects, the `
604
604
  # LastModified` field of S3 objects, and the `Last-Modified` header of Azure
605
- # blobs. Transfers that use PosixFilesystem and have a Cloud Storage source don'
606
- # t support `ObjectConditions`.
605
+ # blobs. Transfers with a PosixFilesystem source or destination don't support `
606
+ # ObjectConditions`.
607
607
  class ObjectConditions
608
608
  include Google::Apis::Core::Hashable
609
609
 
@@ -1417,17 +1417,34 @@ module Google
1417
1417
  # refers to the time of the last change to the object's content or metadata —
1418
1418
  # specifically, this is the `updated` property of Cloud Storage objects, the `
1419
1419
  # LastModified` field of S3 objects, and the `Last-Modified` header of Azure
1420
- # blobs. Transfers that use PosixFilesystem and have a Cloud Storage source don'
1421
- # t support `ObjectConditions`.
1420
+ # blobs. Transfers with a PosixFilesystem source or destination don't support `
1421
+ # ObjectConditions`.
1422
1422
  # Corresponds to the JSON property `objectConditions`
1423
1423
  # @return [Google::Apis::StoragetransferV1::ObjectConditions]
1424
1424
  attr_accessor :object_conditions
1425
1425
 
1426
+ # A POSIX filesystem resource.
1427
+ # Corresponds to the JSON property `posixDataSink`
1428
+ # @return [Google::Apis::StoragetransferV1::PosixFilesystem]
1429
+ attr_accessor :posix_data_sink
1430
+
1426
1431
  # A POSIX filesystem resource.
1427
1432
  # Corresponds to the JSON property `posixDataSource`
1428
1433
  # @return [Google::Apis::StoragetransferV1::PosixFilesystem]
1429
1434
  attr_accessor :posix_data_source
1430
1435
 
1436
+ # Specifies the agent pool name associated with the posix data sink. When
1437
+ # unspecified, the default name is used.
1438
+ # Corresponds to the JSON property `sinkAgentPoolName`
1439
+ # @return [String]
1440
+ attr_accessor :sink_agent_pool_name
1441
+
1442
+ # Specifies the agent pool name associated with the posix data source. When
1443
+ # unspecified, the default name is used.
1444
+ # Corresponds to the JSON property `sourceAgentPoolName`
1445
+ # @return [String]
1446
+ attr_accessor :source_agent_pool_name
1447
+
1431
1448
  # TransferOptions define the actions to be performed on objects in a transfer.
1432
1449
  # Corresponds to the JSON property `transferOptions`
1433
1450
  # @return [Google::Apis::StoragetransferV1::TransferOptions]
@@ -1445,7 +1462,10 @@ module Google
1445
1462
  @gcs_data_source = args[:gcs_data_source] if args.key?(:gcs_data_source)
1446
1463
  @http_data_source = args[:http_data_source] if args.key?(:http_data_source)
1447
1464
  @object_conditions = args[:object_conditions] if args.key?(:object_conditions)
1465
+ @posix_data_sink = args[:posix_data_sink] if args.key?(:posix_data_sink)
1448
1466
  @posix_data_source = args[:posix_data_source] if args.key?(:posix_data_source)
1467
+ @sink_agent_pool_name = args[:sink_agent_pool_name] if args.key?(:sink_agent_pool_name)
1468
+ @source_agent_pool_name = args[:source_agent_pool_name] if args.key?(:source_agent_pool_name)
1449
1469
  @transfer_options = args[:transfer_options] if args.key?(:transfer_options)
1450
1470
  end
1451
1471
  end
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.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 = "20211018"
25
+ REVISION = "20211105"
26
26
  end
27
27
  end
28
28
  end
@@ -563,8 +563,12 @@ module Google
563
563
 
564
564
  property :object_conditions, as: 'objectConditions', class: Google::Apis::StoragetransferV1::ObjectConditions, decorator: Google::Apis::StoragetransferV1::ObjectConditions::Representation
565
565
 
566
+ property :posix_data_sink, as: 'posixDataSink', class: Google::Apis::StoragetransferV1::PosixFilesystem, decorator: Google::Apis::StoragetransferV1::PosixFilesystem::Representation
567
+
566
568
  property :posix_data_source, as: 'posixDataSource', class: Google::Apis::StoragetransferV1::PosixFilesystem, decorator: Google::Apis::StoragetransferV1::PosixFilesystem::Representation
567
569
 
570
+ property :sink_agent_pool_name, as: 'sinkAgentPoolName'
571
+ property :source_agent_pool_name, as: 'sourceAgentPoolName'
568
572
  property :transfer_options, as: 'transferOptions', class: Google::Apis::StoragetransferV1::TransferOptions, decorator: Google::Apis::StoragetransferV1::TransferOptions::Representation
569
573
 
570
574
  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.16.0
4
+ version: 0.17.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-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-08 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.17.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: []