google-apis-composer_v1 0.61.0 → 0.63.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 887a9be2d5c07b460dc9ffacd455191b7295564de7a1b34387c15e69bc1d7583
4
- data.tar.gz: e8d93e3f151aa2720e88648c5b96eeff416e1f8b14a59f649efdf4a2e50593d1
3
+ metadata.gz: 25002dedc5ab5ad31325f18622864df27057784df3be60de625c880de962c9b0
4
+ data.tar.gz: 4e3c41677ff4ecd04a285a8e0084736f23f1dfc272b0fc60a65c10356825a81b
5
5
  SHA512:
6
- metadata.gz: e189e87a7108177930bc402199e41316101292f3379acc2d39693fbe376fa5e3f8ec79d2633c88775aeac9aac153c7715a5782aaf8d3376b1f4c6a3224af97cb
7
- data.tar.gz: 884279fa82d627be316415218dc53523007033d306c7dd106293b5cd4652d4583a4b11faa4a55e49b866b5db70ecd06b112f1d34098ea3179a3bab6685abecb8
6
+ metadata.gz: 047fc71c2281f11cc6f394fdf019d5f6c24275f8a4b88b43d38508379d06b7ecaa385c3c7c662e8ecd08e48e92c9f1811c318dbd0faa44f2b9b91576d061bca4
7
+ data.tar.gz: 597cc7cba0af26537e40b22ea6cc2c2343f29269fcd353e4ff136c0b19acbd5d276496138c8bbfb00a058f2addb695536fda622c114fb02d0a6944a850132e29
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-composer_v1
2
2
 
3
+ ### v0.63.0 (2026-08-30)
4
+
5
+ * Regenerated from discovery document revision 20260825
6
+
7
+ ### v0.62.0 (2026-07-12)
8
+
9
+ * Regenerated from discovery document revision 20260622
10
+
3
11
  ### v0.61.0 (2026-06-14)
4
12
 
5
13
  * Regenerated using generator version 0.19.0
@@ -525,6 +525,12 @@ module Google
525
525
  # @return [Hash<String,String>]
526
526
  attr_accessor :labels
527
527
 
528
+ # Optional. Selects the environment mode that determines what settings are
529
+ # customizable and what features are available in the environment.
530
+ # Corresponds to the JSON property `mode`
531
+ # @return [String]
532
+ attr_accessor :mode
533
+
528
534
  # Identifier. The resource name of the environment, in the form: "projects/`
529
535
  # projectId`/locations/`locationId`/environments/`environmentId`" EnvironmentId
530
536
  # must start with a lowercase letter followed by up to 63 lowercase letters,
@@ -575,6 +581,7 @@ module Google
575
581
  @config = args[:config] if args.key?(:config)
576
582
  @create_time = args[:create_time] if args.key?(:create_time)
577
583
  @labels = args[:labels] if args.key?(:labels)
584
+ @mode = args[:mode] if args.key?(:mode)
578
585
  @name = args[:name] if args.key?(:name)
579
586
  @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
580
587
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
@@ -2004,6 +2011,13 @@ module Google
2004
2011
  # @return [Hash<String,String>]
2005
2012
  attr_accessor :airflow_config_overrides
2006
2013
 
2014
+ # Optional. The selected mode of audit logs replication. This field is supported
2015
+ # for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.*
2016
+ # and newer.
2017
+ # Corresponds to the JSON property `auditLogsReplicationMode`
2018
+ # @return [String]
2019
+ attr_accessor :audit_logs_replication_mode
2020
+
2007
2021
  # Configuration for Cloud Data Lineage integration.
2008
2022
  # Corresponds to the JSON property `cloudDataLineageIntegration`
2009
2023
  # @return [Google::Apis::ComposerV1::CloudDataLineageIntegration]
@@ -2082,6 +2096,7 @@ module Google
2082
2096
  # Update properties of this object
2083
2097
  def update!(**args)
2084
2098
  @airflow_config_overrides = args[:airflow_config_overrides] if args.key?(:airflow_config_overrides)
2099
+ @audit_logs_replication_mode = args[:audit_logs_replication_mode] if args.key?(:audit_logs_replication_mode)
2085
2100
  @cloud_data_lineage_integration = args[:cloud_data_lineage_integration] if args.key?(:cloud_data_lineage_integration)
2086
2101
  @env_variables = args[:env_variables] if args.key?(:env_variables)
2087
2102
  @image_version = args[:image_version] if args.key?(:image_version)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComposerV1
18
18
  # Version of the google-apis-composer_v1 gem
19
- GEM_VERSION = "0.61.0"
19
+ GEM_VERSION = "0.63.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260325"
25
+ REVISION = "20260825"
26
26
  end
27
27
  end
28
28
  end
@@ -553,6 +553,7 @@ module Google
553
553
 
554
554
  property :create_time, as: 'createTime'
555
555
  hash :labels, as: 'labels'
556
+ property :mode, as: 'mode'
556
557
  property :name, as: 'name'
557
558
  property :satisfies_pzi, as: 'satisfiesPzi'
558
559
  property :satisfies_pzs, as: 'satisfiesPzs'
@@ -911,6 +912,7 @@ module Google
911
912
  # @private
912
913
  class Representation < Google::Apis::Core::JsonRepresentation
913
914
  hash :airflow_config_overrides, as: 'airflowConfigOverrides'
915
+ property :audit_logs_replication_mode, as: 'auditLogsReplicationMode'
914
916
  property :cloud_data_lineage_integration, as: 'cloudDataLineageIntegration', class: Google::Apis::ComposerV1::CloudDataLineageIntegration, decorator: Google::Apis::ComposerV1::CloudDataLineageIntegration::Representation
915
917
 
916
918
  hash :env_variables, as: 'envVariables'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-composer_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.61.0
4
+ version: 0.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.61.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.63.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1
62
62
  rdoc_options: []
63
63
  require_paths: