google-apis-composer_v1beta1 0.31.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: 32126ca1581b84ed8ad49c69247ced04dbf2f9b6b5afe5fd4a00432c292961ca
4
- data.tar.gz: 3559b88ab5d8140cf26b745b265f108a165fa1c152a655f99f2afde895ff9b52
3
+ metadata.gz: ee441ea841e6496ce2bbfbab67696effb6109deaf35ab8150723ab2012267824
4
+ data.tar.gz: d94873bb1729e186ffb6ce0d947beb58eca8499fb27b230f6bcb38964c395b2a
5
5
  SHA512:
6
- metadata.gz: b7230479ad1e18da9f53b144740721566fc44dc5a396fc179ec7d0ddd5a6335599a962b8602e4c35d0d93081c39de025a4b3b615acb54819d053bb826440067e
7
- data.tar.gz: fbdc04a181bb2af59690d52d1b699f2ca4d5afc2741c6821536b856c42c9cc3b57e9f2df03f7a54e149ddb5e0de86cbc2c886a27d249699bcf6bf5575505ab6c
6
+ metadata.gz: c418fb5deec92a7396a4caf0d7dfc79539574246f13d059d97c2962d88a75cf0946df432e58212b09f12e3eeff3ca74b12608f5871bd4e8361b3b09b2570a0fa
7
+ data.tar.gz: e98966e22f972f55e047c4bf71e1d58fce76ac5bb1bbf013f2b888067f796ebc507954b56b75eb087985943a173303655759971aa8e8e209cb72204828a9aa20
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.32.0 (2023-03-19)
8
+
9
+ * Regenerated from discovery document revision 20230310
10
+
3
11
  ### v0.31.0 (2023-02-15)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -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.31.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 = "20230124"
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
@@ -548,13 +548,7 @@ module Google
548
548
  end
549
549
 
550
550
  # Lists operations that match the specified filter in the request. If the server
551
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
552
- # binding allows API services to override the binding to use different resource
553
- # name schemes, such as `users/*/operations`. To override the binding, API
554
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
555
- # service configuration. For backwards compatibility, the default name includes
556
- # the operations collection id, however overriding users must ensure the name
557
- # binding is the parent resource, without the operations collection id.
551
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
558
552
  # @param [String] name
559
553
  # The name of the operation's parent resource.
560
554
  # @param [String] filter
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.31.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-02-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.31.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: []