google-apis-composer_v1beta1 0.32.0 → 0.33.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: 6b9b9f6cb34954cd9365671fdae6c68243d8046e8a15604ae37fff5be6a18e30
4
- data.tar.gz: 62db1c806fe24c694fa8df1dfc059e0c8aa67864bba11ba762fec15b1093b88c
3
+ metadata.gz: ee441ea841e6496ce2bbfbab67696effb6109deaf35ab8150723ab2012267824
4
+ data.tar.gz: d94873bb1729e186ffb6ce0d947beb58eca8499fb27b230f6bcb38964c395b2a
5
5
  SHA512:
6
- metadata.gz: f3086972b7fb11aaa27f3fb019ccfe3663ec90ff9eb829c62b47ce591d9baa7a0021a26fd0304ed2636ea71f3f8876c131b3a9560d03eb2cf2e60b4ee3d0127a
7
- data.tar.gz: 9b66cdd17016b96f1b30d6ca066b58837a3b7312401da2ab8fc423d2438b76714a49dce16968afa2c16e71a4e3925a72cee5c1da87432faf6271e270776fa9fd
6
+ metadata.gz: c418fb5deec92a7396a4caf0d7dfc79539574246f13d059d97c2962d88a75cf0946df432e58212b09f12e3eeff3ca74b12608f5871bd4e8361b3b09b2570a0fa
7
+ data.tar.gz: e98966e22f972f55e047c4bf71e1d58fce76ac5bb1bbf013f2b888067f796ebc507954b56b75eb087985943a173303655759971aa8e8e209cb72204828a9aa20
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-composer_v1beta1
2
2
 
3
+ ### v0.33.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230323
6
+
3
7
  ### v0.32.0 (2023-03-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20230310
@@ -347,6 +347,15 @@ module Google
347
347
  class EnvironmentConfig
348
348
  include Google::Apis::Core::Hashable
349
349
 
350
+ # Output only. The 'bring your own identity' variant of the URI of the Apache
351
+ # Airflow Web UI hosted within this environment, to be accessed with external
352
+ # identities using workforce identity federation (see [Access environments with
353
+ # workforce identity federation](/composer/docs/composer-2/access-environments-
354
+ # with-workforce-identity-federation)).
355
+ # Corresponds to the JSON property `airflowByoidUri`
356
+ # @return [String]
357
+ attr_accessor :airflow_byoid_uri
358
+
350
359
  # Output only. The URI of the Apache Airflow Web UI hosted within this
351
360
  # environment (see [Airflow web interface](/composer/docs/how-to/accessing/
352
361
  # airflow-web-interface)).
@@ -458,6 +467,7 @@ module Google
458
467
 
459
468
  # Update properties of this object
460
469
  def update!(**args)
470
+ @airflow_byoid_uri = args[:airflow_byoid_uri] if args.key?(:airflow_byoid_uri)
461
471
  @airflow_uri = args[:airflow_uri] if args.key?(:airflow_uri)
462
472
  @dag_gcs_prefix = args[:dag_gcs_prefix] if args.key?(:dag_gcs_prefix)
463
473
  @database_config = args[:database_config] if args.key?(:database_config)
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.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 = "20230310"
25
+ REVISION = "20230323"
26
26
  end
27
27
  end
28
28
  end
@@ -373,6 +373,7 @@ module Google
373
373
  class EnvironmentConfig
374
374
  # @private
375
375
  class Representation < Google::Apis::Core::JsonRepresentation
376
+ property :airflow_byoid_uri, as: 'airflowByoidUri'
376
377
  property :airflow_uri, as: 'airflowUri'
377
378
  property :dag_gcs_prefix, as: 'dagGcsPrefix'
378
379
  property :database_config, as: 'databaseConfig', class: Google::Apis::ComposerV1beta1::DatabaseConfig, decorator: Google::Apis::ComposerV1beta1::DatabaseConfig::Representation
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.32.0
4
+ version: 0.33.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-03-19 00:00:00.000000000 Z
11
+ date: 2023-04-02 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.33.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: []