google-apis-composer_v1beta1 0.61.0 → 0.62.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 98f5e2bfb72f8653b4fa1ec5126e52fff7998542e1f62ab61f0ea915ef06980a
|
|
4
|
+
data.tar.gz: 520e16afb42e92333e763a087394486c3b9caa9cab64e35604c96a5c85e6ef42
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd6b2f80daebb46d10386a841e33a172954dd5c6a0b3d99563dcc09dc5728c92b6fb75f12728aa73db890aab09333f05a3e49d42e734de53b5c51e9658a359e8
|
|
7
|
+
data.tar.gz: 1458386624cbf7f07bda0fc3b28d5891be82493498cdf5cf9bb7a7c8f6d3b928d7dfd33b3a0e77d4644d1836d5ebee5f9433cb2c637efc3e03170855ead81c43
|
data/CHANGELOG.md
CHANGED
|
@@ -2036,6 +2036,13 @@ module Google
|
|
|
2036
2036
|
# @return [Hash<String,String>]
|
|
2037
2037
|
attr_accessor :airflow_config_overrides
|
|
2038
2038
|
|
|
2039
|
+
# Optional. The selected mode of audit logs replication. This field is supported
|
|
2040
|
+
# for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.*
|
|
2041
|
+
# and newer.
|
|
2042
|
+
# Corresponds to the JSON property `auditLogsReplicationMode`
|
|
2043
|
+
# @return [String]
|
|
2044
|
+
attr_accessor :audit_logs_replication_mode
|
|
2045
|
+
|
|
2039
2046
|
# Configuration for Cloud Data Lineage integration.
|
|
2040
2047
|
# Corresponds to the JSON property `cloudDataLineageIntegration`
|
|
2041
2048
|
# @return [Google::Apis::ComposerV1beta1::CloudDataLineageIntegration]
|
|
@@ -2114,6 +2121,7 @@ module Google
|
|
|
2114
2121
|
# Update properties of this object
|
|
2115
2122
|
def update!(**args)
|
|
2116
2123
|
@airflow_config_overrides = args[:airflow_config_overrides] if args.key?(:airflow_config_overrides)
|
|
2124
|
+
@audit_logs_replication_mode = args[:audit_logs_replication_mode] if args.key?(:audit_logs_replication_mode)
|
|
2117
2125
|
@cloud_data_lineage_integration = args[:cloud_data_lineage_integration] if args.key?(:cloud_data_lineage_integration)
|
|
2118
2126
|
@env_variables = args[:env_variables] if args.key?(:env_variables)
|
|
2119
2127
|
@image_version = args[:image_version] if args.key?(:image_version)
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.62.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 = "
|
|
25
|
+
REVISION = "20260622"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -921,6 +921,7 @@ module Google
|
|
|
921
921
|
# @private
|
|
922
922
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
923
923
|
hash :airflow_config_overrides, as: 'airflowConfigOverrides'
|
|
924
|
+
property :audit_logs_replication_mode, as: 'auditLogsReplicationMode'
|
|
924
925
|
property :cloud_data_lineage_integration, as: 'cloudDataLineageIntegration', class: Google::Apis::ComposerV1beta1::CloudDataLineageIntegration, decorator: Google::Apis::ComposerV1beta1::CloudDataLineageIntegration::Representation
|
|
925
926
|
|
|
926
927
|
hash :env_variables, as: 'envVariables'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-composer_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.62.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_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.62.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|