Skip to content

Commit b10d519

Browse files
feat: Automated regeneration of composer v1 client (googleapis#27313)
Auto-created at 2026-07-12 11:09:35 +0000 using the toys pull request generator.
1 parent 93351a3 commit b10d519

5 files changed

Lines changed: 16 additions & 2 deletions

File tree

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98784,6 +98784,7 @@
9878498784
"/composer:v1/SoftwareConfig": software_config
9878598785
"/composer:v1/SoftwareConfig/airflowConfigOverrides": airflow_config_overrides
9878698786
"/composer:v1/SoftwareConfig/airflowConfigOverrides/airflow_config_override": airflow_config_override
98787+
"/composer:v1/SoftwareConfig/auditLogsReplicationMode": audit_logs_replication_mode
9878798788
"/composer:v1/SoftwareConfig/cloudDataLineageIntegration": cloud_data_lineage_integration
9878898789
"/composer:v1/SoftwareConfig/envVariables": env_variables
9878998790
"/composer:v1/SoftwareConfig/envVariables/env_variable": env_variable

generated/google-apis-composer_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-composer_v1
22

3+
### v0.62.0 (2026-07-12)
4+
5+
* Regenerated from discovery document revision 20260622
6+
37
### v0.61.0 (2026-06-14)
48

59
* Regenerated using generator version 0.19.0

generated/google-apis-composer_v1/lib/google/apis/composer_v1/classes.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2004,6 +2004,13 @@ class SoftwareConfig
20042004
# @return [Hash<String,String>]
20052005
attr_accessor :airflow_config_overrides
20062006

2007+
# Optional. The selected mode of audit logs replication. This field is supported
2008+
# for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.*
2009+
# and newer.
2010+
# Corresponds to the JSON property `auditLogsReplicationMode`
2011+
# @return [String]
2012+
attr_accessor :audit_logs_replication_mode
2013+
20072014
# Configuration for Cloud Data Lineage integration.
20082015
# Corresponds to the JSON property `cloudDataLineageIntegration`
20092016
# @return [Google::Apis::ComposerV1::CloudDataLineageIntegration]
@@ -2082,6 +2089,7 @@ def initialize(**args)
20822089
# Update properties of this object
20832090
def update!(**args)
20842091
@airflow_config_overrides = args[:airflow_config_overrides] if args.key?(:airflow_config_overrides)
2092+
@audit_logs_replication_mode = args[:audit_logs_replication_mode] if args.key?(:audit_logs_replication_mode)
20852093
@cloud_data_lineage_integration = args[:cloud_data_lineage_integration] if args.key?(:cloud_data_lineage_integration)
20862094
@env_variables = args[:env_variables] if args.key?(:env_variables)
20872095
@image_version = args[:image_version] if args.key?(:image_version)

generated/google-apis-composer_v1/lib/google/apis/composer_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ComposerV1
1818
# Version of the google-apis-composer_v1 gem
19-
GEM_VERSION = "0.61.0"
19+
GEM_VERSION = "0.62.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.19.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260325"
25+
REVISION = "20260622"
2626
end
2727
end
2828
end

generated/google-apis-composer_v1/lib/google/apis/composer_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,7 @@ class SoftwareConfig
911911
# @private
912912
class Representation < Google::Apis::Core::JsonRepresentation
913913
hash :airflow_config_overrides, as: 'airflowConfigOverrides'
914+
property :audit_logs_replication_mode, as: 'auditLogsReplicationMode'
914915
property :cloud_data_lineage_integration, as: 'cloudDataLineageIntegration', class: Google::Apis::ComposerV1::CloudDataLineageIntegration, decorator: Google::Apis::ComposerV1::CloudDataLineageIntegration::Representation
915916

916917
hash :env_variables, as: 'envVariables'

0 commit comments

Comments
 (0)