google-apis-storagetransfer_v1 0.37.0 → 0.38.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: a6bea8e4c3dbd456e1d0fda13ea709f4ebdd6fa4838f664a6e2f89386aa09ee3
4
- data.tar.gz: d66e7e57619e8ced7cfd32a503c11fbf37883ffb38e660236a42134dd8a7b32b
3
+ metadata.gz: 68c606f82dd817bbe8bbc20183644745e92e66babe547651466ba78224ee0eac
4
+ data.tar.gz: 455c229c10fc4443288b2e62b4d8a4de0c89be4fdb74e8ed4ae82f542b51750a
5
5
  SHA512:
6
- metadata.gz: 8a1bd78c75d06b59d83166d82c05dcc0340531ff1532173846b57550dc979ba964e452f86c96fbb6f277314541c5b3078acc63d17946ff9d68272a7d9c52d6d3
7
- data.tar.gz: 7414741333ea5d057630d5649af9e058cdbaa36a3e873a3e3b3bdbb7f95a6edcb2c44f25dc7980578b0044b941948b12692470a2fce58d38795f5d81b33ba894
6
+ metadata.gz: f405fe8695506e84f241ac4342928563b33af34594b1ad8ca0a29d238e429206f9e12eb030c2dabc10ce68d0ae8cb3135c857a2e2d363f0bb3753da5bb824cc2
7
+ data.tar.gz: f1cea5af9c02ee593613b0aac9dbdc774db056ad6949ff86da0f23764ce896f9245d34730c904d2191ab3887c566e46e03523503d8258c1f4ce704800715f1b7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storagetransfer_v1
2
2
 
3
+ ### v0.38.0 (2023-03-12)
4
+
5
+ * Regenerated from discovery document revision 20230307
6
+
3
7
  ### v0.37.0 (2023-02-19)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -1519,6 +1519,17 @@ module Google
1519
1519
  # @return [Array<Google::Apis::StoragetransferV1::ErrorSummary>]
1520
1520
  attr_accessor :error_breakdowns
1521
1521
 
1522
+ # Specifies the logging behavior for transfer operations. For cloud-to-cloud
1523
+ # transfers, logs are sent to Cloud Logging. See [Read transfer logs](https://
1524
+ # cloud.google.com/storage-transfer/docs/read-transfer-logs) for details. For
1525
+ # transfers to or from a POSIX file system, logs are stored in the Cloud Storage
1526
+ # bucket that is the source or sink of the transfer. See [Managing Transfer for
1527
+ # on-premises jobs] (https://cloud.google.com/storage-transfer/docs/managing-on-
1528
+ # prem-jobs#viewing-logs) for details.
1529
+ # Corresponds to the JSON property `loggingConfig`
1530
+ # @return [Google::Apis::StoragetransferV1::LoggingConfig]
1531
+ attr_accessor :logging_config
1532
+
1522
1533
  # A globally unique ID assigned by the system.
1523
1534
  # Corresponds to the JSON property `name`
1524
1535
  # @return [String]
@@ -1571,6 +1582,7 @@ module Google
1571
1582
  @counters = args[:counters] if args.key?(:counters)
1572
1583
  @end_time = args[:end_time] if args.key?(:end_time)
1573
1584
  @error_breakdowns = args[:error_breakdowns] if args.key?(:error_breakdowns)
1585
+ @logging_config = args[:logging_config] if args.key?(:logging_config)
1574
1586
  @name = args[:name] if args.key?(:name)
1575
1587
  @notification_config = args[:notification_config] if args.key?(:notification_config)
1576
1588
  @project_id = args[:project_id] if args.key?(:project_id)
@@ -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.37.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221201"
25
+ REVISION = "20230307"
26
26
  end
27
27
  end
28
28
  end
@@ -614,6 +614,8 @@ module Google
614
614
  property :end_time, as: 'endTime'
615
615
  collection :error_breakdowns, as: 'errorBreakdowns', class: Google::Apis::StoragetransferV1::ErrorSummary, decorator: Google::Apis::StoragetransferV1::ErrorSummary::Representation
616
616
 
617
+ property :logging_config, as: 'loggingConfig', class: Google::Apis::StoragetransferV1::LoggingConfig, decorator: Google::Apis::StoragetransferV1::LoggingConfig::Representation
618
+
617
619
  property :name, as: 'name'
618
620
  property :notification_config, as: 'notificationConfig', class: Google::Apis::StoragetransferV1::NotificationConfig, decorator: Google::Apis::StoragetransferV1::NotificationConfig::Representation
619
621
 
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.37.0
4
+ version: 0.38.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: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-03-12 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.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.38.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: []