google-apis-composer_v1beta1 0.17.0 → 0.18.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: 4b900674f35ffbbb2e8a7277cc1197020bf00bd6b3f9facfe436cdc40675036c
4
- data.tar.gz: c44357ab3366571ee353a909f6311d9ec13c34356cb75b88926c8c6d653f8e4e
3
+ metadata.gz: 9914cdee7eb0cb0291f65235e430ace7ddf7257398e5a2bac4ccd0e811da5111
4
+ data.tar.gz: a654459ff197584f0fe9d9f8a6e6cbd4993d005edf73ec77bc1d943ff52ca926
5
5
  SHA512:
6
- metadata.gz: ef49da9e876f75bf1e654e2226de1d40ed4266bb4efd790127dcf86ef0305ea038431221a26ec98dbd18f4bf44183228d8efbc2170d47c58c8c8642f12c25866
7
- data.tar.gz: 003276f69e7c77c4fd77aeccc8a77c41152fcf02aad455b718b563d8aca301c0f2ac6f663e44199c6c1be94dd96fef9c9f367a388621ced40051e3d787cdf0de
6
+ metadata.gz: 26f1590403ae47db72d331d990f3b318700a3f064c18aeadfee8cae306f1bd3726fc47a2f734a57ce3afb32d4b53def75633d4ab35d4c47c9a9d6bc883e0d11e
7
+ data.tar.gz: 3247f629bcacec407fae55a275ce3de796f9c1123c69794ef16fc55c310e6f7a285dbc516346e94f088d9db379e3c12ef6d9cc86bc30b0ac1d8de8eacbaa2c51
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-composer_v1beta1
2
2
 
3
+ ### v0.18.0 (2022-02-10)
4
+
5
+ * Regenerated from discovery document revision 20220202
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.17.0 (2021-12-16)
4
9
 
5
10
  * Regenerated from discovery document revision 20211130
@@ -180,10 +180,10 @@ module Google
180
180
  # day and time zone are either specified elsewhere or are insignificant. The
181
181
  # date is relative to the Gregorian Calendar. This can represent one of the
182
182
  # following: * A full date, with non-zero year, month, and day values * A month
183
- # and day value, with a zero year, such as an anniversary * A year on its own,
184
- # with zero month and day values * A year and month value, with a zero day, such
185
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
186
- # google.protobuf.Timestamp`.
183
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
184
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
185
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
186
+ # DateTime * google.protobuf.Timestamp
187
187
  class Date
188
188
  include Google::Apis::Core::Hashable
189
189
 
@@ -547,10 +547,10 @@ module Google
547
547
  # day and time zone are either specified elsewhere or are insignificant. The
548
548
  # date is relative to the Gregorian Calendar. This can represent one of the
549
549
  # following: * A full date, with non-zero year, month, and day values * A month
550
- # and day value, with a zero year, such as an anniversary * A year on its own,
551
- # with zero month and day values * A year and month value, with a zero day, such
552
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
553
- # google.protobuf.Timestamp`.
550
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
551
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
552
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
553
+ # DateTime * google.protobuf.Timestamp
554
554
  # Corresponds to the JSON property `releaseDate`
555
555
  # @return [Google::Apis::ComposerV1beta1::Date]
556
556
  attr_accessor :release_date
@@ -1306,12 +1306,12 @@ module Google
1306
1306
  class StoreEnvironmentStateResponse
1307
1307
  include Google::Apis::Core::Hashable
1308
1308
 
1309
- # The fully-resolved Cloud Storage location of the created snapshot, e.g.: "gs://
1310
- # my-bucket/snapshots/project_id/location/environment_uuid/timestamp". This
1311
- # field is populated only if the snapshot creation was successful.
1312
- # Corresponds to the JSON property `snapshotLocation`
1309
+ # The fully-resolved Cloud Storage path of the created snapshot, e.g.: "gs://my-
1310
+ # bucket/snapshots/project_location_environment_timestamp". This field is
1311
+ # populated only if the snapshot creation was successful.
1312
+ # Corresponds to the JSON property `snapshotPath`
1313
1313
  # @return [String]
1314
- attr_accessor :snapshot_location
1314
+ attr_accessor :snapshot_path
1315
1315
 
1316
1316
  def initialize(**args)
1317
1317
  update!(**args)
@@ -1319,7 +1319,7 @@ module Google
1319
1319
 
1320
1320
  # Update properties of this object
1321
1321
  def update!(**args)
1322
- @snapshot_location = args[:snapshot_location] if args.key?(:snapshot_location)
1322
+ @snapshot_path = args[:snapshot_path] if args.key?(:snapshot_path)
1323
1323
  end
1324
1324
  end
1325
1325
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComposerV1beta1
18
18
  # Version of the google-apis-composer_v1beta1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211130"
25
+ REVISION = "20220202"
26
26
  end
27
27
  end
28
28
  end
@@ -510,7 +510,7 @@ module Google
510
510
  class StoreEnvironmentStateResponse
511
511
  # @private
512
512
  class Representation < Google::Apis::Core::JsonRepresentation
513
- property :snapshot_location, as: 'snapshotLocation'
513
+ property :snapshot_path, as: 'snapshotPath'
514
514
  end
515
515
  end
516
516
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-composer_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-02-14 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-composer_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Composer API V1beta1