google-apis-composer_v1beta1 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: e27a6589e666e6305fa3b5a6615a7c8b51e57fbc2f5b4fb3215164ba337ba319
4
- data.tar.gz: 6c98d5de57174c23d00a15137b9219798697cc973daa6204916ebef292fbea75
3
+ metadata.gz: e6ab880c64cdd577c6b2ec42083138b357325bed8db956217e1d67b85ce317ac
4
+ data.tar.gz: c1f50c64ba3404a87987c7b41069c38e2954a6d7b3b389e190ba195cd2ae07ab
5
5
  SHA512:
6
- metadata.gz: 5e957052db382a3c42fd17f8a259f6b75961dce478f008473625c32a04f2ffc2ce45b9b9e3361c4351da93a6b9e4bf016a7d304ce6574e4b21bdeeef8a7f2a27
7
- data.tar.gz: 9073b183bfe8cb049b00d278df6d34f36e58b2a190aa866143509627f5378a883f4119a55a2051a3e7ba4a003eb9f41c56a365d446c6d4956400aac90bed7c95
6
+ metadata.gz: 7a6c34dad55abe9ce56428c53cd632a76ca2db5c56fe58a7921debd9df6e2f45d07fd6315e97d4973dc5ce302e7e9be36dfd36c339b805cf34e97780d48e77ee
7
+ data.tar.gz: 86ee62bc4893a223a61f35f2c9b67bba23b9be9140169f627cc24d51a6f10c07240bb542f49409a3939563c9658d797581dd93dfd3570ae8bc8fcc175246552d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-composer_v1beta1
2
2
 
3
+ ### v0.38.0 (2023-10-08)
4
+
5
+ * Regenerated from discovery document revision 20231004
6
+
3
7
  ### v0.37.0 (2023-09-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20230917
@@ -190,6 +190,15 @@ module Google
190
190
  # @return [String]
191
191
  attr_accessor :machine_type
192
192
 
193
+ # Optional. The Compute Engine zone where the Airflow database is created. If
194
+ # zone is provided, it must be in the region selected for the environment. If
195
+ # zone is not provided, a zone is automatically selected. The zone can only be
196
+ # set during environment creation. Supported for Cloud Composer environments in
197
+ # versions composer-2.*.*-airflow-*.*.*.
198
+ # Corresponds to the JSON property `zone`
199
+ # @return [String]
200
+ attr_accessor :zone
201
+
193
202
  def initialize(**args)
194
203
  update!(**args)
195
204
  end
@@ -197,6 +206,7 @@ module Google
197
206
  # Update properties of this object
198
207
  def update!(**args)
199
208
  @machine_type = args[:machine_type] if args.key?(:machine_type)
209
+ @zone = args[:zone] if args.key?(:zone)
200
210
  end
201
211
  end
202
212
 
@@ -1870,12 +1880,19 @@ module Google
1870
1880
  class StorageConfig
1871
1881
  include Google::Apis::Core::Hashable
1872
1882
 
1883
+ # Optional. The name of the Cloud Storage bucket used by the environment. No `gs:
1884
+ # //` prefix.
1885
+ # Corresponds to the JSON property `bucket`
1886
+ # @return [String]
1887
+ attr_accessor :bucket
1888
+
1873
1889
  def initialize(**args)
1874
1890
  update!(**args)
1875
1891
  end
1876
1892
 
1877
1893
  # Update properties of this object
1878
1894
  def update!(**args)
1895
+ @bucket = args[:bucket] if args.key?(:bucket)
1879
1896
  end
1880
1897
  end
1881
1898
 
@@ -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.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 = "20230917"
25
+ REVISION = "20231004"
26
26
  end
27
27
  end
28
28
  end
@@ -379,6 +379,7 @@ module Google
379
379
  # @private
380
380
  class Representation < Google::Apis::Core::JsonRepresentation
381
381
  property :machine_type, as: 'machineType'
382
+ property :zone, as: 'zone'
382
383
  end
383
384
  end
384
385
 
@@ -787,6 +788,7 @@ module Google
787
788
  class StorageConfig
788
789
  # @private
789
790
  class Representation < Google::Apis::Core::JsonRepresentation
791
+ property :bucket, as: 'bucket'
790
792
  end
791
793
  end
792
794
 
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.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-09-24 00:00:00.000000000 Z
11
+ date: 2023-10-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-composer_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.38.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: []