google-apis-composer_v1beta1 0.48.0 → 0.49.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: 18b68a7041fb7684e04eb14d6d4761cdfba70030b20633d67c799e7339325c6c
|
4
|
+
data.tar.gz: 89a06d7bf89768aba4276b717e2e595b7df27f9dcea60eb47f15134b1a71e599
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ce10f6ef572201a472be6d864623ba3f3261e828017e4b83261a49c95321772eea00cb8374e7bec6c0bedfb0b0f23c97af5a3dfe3b6390d20cc78aec1f2a57f
|
7
|
+
data.tar.gz: facb0cab838bb451be848fbc06fb7f590a737a3427036578ce46ee63a1e69c4e5f77ae4bf4b4fb3b38fe500a37314812647c4424cb68caf9027fe9bd5f97125b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-composer_v1beta1
|
2
2
|
|
3
|
+
### v0.49.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250211
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.48.0 (2024-12-22)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20241210
|
@@ -265,8 +265,8 @@ module Google
|
|
265
265
|
end
|
266
266
|
|
267
267
|
# Configuration for resources used by Airflow DAG processors. This field is
|
268
|
-
# supported for Cloud Composer environments in versions composer-3
|
269
|
-
#
|
268
|
+
# supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-
|
269
|
+
# build.* and newer.
|
270
270
|
class DagProcessorResource
|
271
271
|
include Google::Apis::Core::Hashable
|
272
272
|
|
@@ -1295,7 +1295,7 @@ module Google
|
|
1295
1295
|
class NetworkingConfig
|
1296
1296
|
include Google::Apis::Core::Hashable
|
1297
1297
|
|
1298
|
-
# Optional. Indicates the user requested
|
1298
|
+
# Optional. Indicates the user requested specific connection type between Tenant
|
1299
1299
|
# and Customer projects. You cannot set networking connection type in public IP
|
1300
1300
|
# environment.
|
1301
1301
|
# Corresponds to the JSON property `connectionType`
|
@@ -1322,7 +1322,8 @@ module Google
|
|
1322
1322
|
# Cloud Composer environments. In case of overlap, IPs from this range will not
|
1323
1323
|
# be accessible in the user's VPC network. Cannot be updated. If not specified,
|
1324
1324
|
# the default value of '100.64.128.0/20' is used. This field is supported for
|
1325
|
-
# Cloud Composer environments in versions composer-3
|
1325
|
+
# Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and
|
1326
|
+
# newer.
|
1326
1327
|
# Corresponds to the JSON property `composerInternalIpv4CidrBlock`
|
1327
1328
|
# @return [String]
|
1328
1329
|
attr_accessor :composer_internal_ipv4_cidr_block
|
@@ -1334,8 +1335,8 @@ module Google
|
|
1334
1335
|
# network and subnetwork are also empty, then connectivity to user's VPC network
|
1335
1336
|
# is disabled. Network attachment must be provided in format projects/`project`/
|
1336
1337
|
# regions/`region`/networkAttachments/`networkAttachment`. This field is
|
1337
|
-
# supported for Cloud Composer environments in versions composer-3
|
1338
|
-
#
|
1338
|
+
# supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-
|
1339
|
+
# build.* and newer.
|
1339
1340
|
# Corresponds to the JSON property `composerNetworkAttachment`
|
1340
1341
|
# @return [String]
|
1341
1342
|
attr_accessor :composer_network_attachment
|
@@ -1739,8 +1740,8 @@ module Google
|
|
1739
1740
|
# Registry) and VPC network (if either `NodeConfig.network` and `NodeConfig.
|
1740
1741
|
# subnetwork` fields or `NodeConfig.composer_network_attachment` field are
|
1741
1742
|
# specified). If `false`, the builds also have access to the internet. This
|
1742
|
-
# field is supported for Cloud Composer environments in versions composer-3
|
1743
|
-
# airflow
|
1743
|
+
# field is supported for Cloud Composer environments in versions composer-3-
|
1744
|
+
# airflow-*.*.*-build.* and newer.
|
1744
1745
|
# Corresponds to the JSON property `enablePrivateBuildsOnly`
|
1745
1746
|
# @return [Boolean]
|
1746
1747
|
attr_accessor :enable_private_builds_only
|
@@ -2046,7 +2047,7 @@ module Google
|
|
2046
2047
|
|
2047
2048
|
# Optional. Whether or not the web server uses custom plugins. If unspecified,
|
2048
2049
|
# the field defaults to `PLUGINS_ENABLED`. This field is supported for Cloud
|
2049
|
-
# Composer environments in versions composer-3
|
2050
|
+
# Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.
|
2050
2051
|
# Corresponds to the JSON property `webServerPluginsMode`
|
2051
2052
|
# @return [String]
|
2052
2053
|
attr_accessor :web_server_plugins_mode
|
@@ -2430,8 +2431,8 @@ module Google
|
|
2430
2431
|
include Google::Apis::Core::Hashable
|
2431
2432
|
|
2432
2433
|
# Configuration for resources used by Airflow DAG processors. This field is
|
2433
|
-
# supported for Cloud Composer environments in versions composer-3
|
2434
|
-
#
|
2434
|
+
# supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-
|
2435
|
+
# build.* and newer.
|
2435
2436
|
# Corresponds to the JSON property `dagProcessor`
|
2436
2437
|
# @return [Google::Apis::ComposerV1beta1::DagProcessorResource]
|
2437
2438
|
attr_accessor :dag_processor
|
@@ -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.49.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250211"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -613,7 +613,7 @@ module Google
|
|
613
613
|
end
|
614
614
|
|
615
615
|
# Creates a user workloads ConfigMap. This method is supported for Cloud
|
616
|
-
# Composer environments in versions composer-3
|
616
|
+
# Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.
|
617
617
|
# @param [String] parent
|
618
618
|
# Required. The environment name to create a ConfigMap for, in the form: "
|
619
619
|
# projects/`projectId`/locations/`locationId`/environments/`environmentId`"
|
@@ -648,7 +648,7 @@ module Google
|
|
648
648
|
end
|
649
649
|
|
650
650
|
# Deletes a user workloads ConfigMap. This method is supported for Cloud
|
651
|
-
# Composer environments in versions composer-3
|
651
|
+
# Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.
|
652
652
|
# @param [String] name
|
653
653
|
# Required. The ConfigMap to delete, in the form: "projects/`projectId`/
|
654
654
|
# locations/`locationId`/environments/`environmentId`/userWorkloadsConfigMaps/`
|
@@ -681,7 +681,7 @@ module Google
|
|
681
681
|
end
|
682
682
|
|
683
683
|
# Gets an existing user workloads ConfigMap. This method is supported for Cloud
|
684
|
-
# Composer environments in versions composer-3
|
684
|
+
# Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.
|
685
685
|
# @param [String] name
|
686
686
|
# Required. The resource name of the ConfigMap to get, in the form: "projects/`
|
687
687
|
# projectId`/locations/`locationId`/environments/`environmentId`/
|
@@ -714,7 +714,7 @@ module Google
|
|
714
714
|
end
|
715
715
|
|
716
716
|
# Lists user workloads ConfigMaps. This method is supported for Cloud Composer
|
717
|
-
# environments in versions composer-3
|
717
|
+
# environments in versions composer-3-airflow-*.*.*-build.* and newer.
|
718
718
|
# @param [String] parent
|
719
719
|
# Required. List ConfigMaps in the given environment, in the form: "projects/`
|
720
720
|
# projectId`/locations/`locationId`/environments/`environmentId`"
|
@@ -753,7 +753,7 @@ module Google
|
|
753
753
|
end
|
754
754
|
|
755
755
|
# Updates a user workloads ConfigMap. This method is supported for Cloud
|
756
|
-
# Composer environments in versions composer-3
|
756
|
+
# Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.
|
757
757
|
# @param [String] name
|
758
758
|
# Identifier. The resource name of the ConfigMap, in the form: "projects/`
|
759
759
|
# projectId`/locations/`locationId`/environments/`environmentId`/
|
@@ -789,7 +789,7 @@ module Google
|
|
789
789
|
end
|
790
790
|
|
791
791
|
# Creates a user workloads Secret. This method is supported for Cloud Composer
|
792
|
-
# environments in versions composer-3
|
792
|
+
# environments in versions composer-3-airflow-*.*.*-build.* and newer.
|
793
793
|
# @param [String] parent
|
794
794
|
# Required. The environment name to create a Secret for, in the form: "projects/`
|
795
795
|
# projectId`/locations/`locationId`/environments/`environmentId`"
|
@@ -824,7 +824,7 @@ module Google
|
|
824
824
|
end
|
825
825
|
|
826
826
|
# Deletes a user workloads Secret. This method is supported for Cloud Composer
|
827
|
-
# environments in versions composer-3
|
827
|
+
# environments in versions composer-3-airflow-*.*.*-build.* and newer.
|
828
828
|
# @param [String] name
|
829
829
|
# Required. The Secret to delete, in the form: "projects/`projectId`/locations/`
|
830
830
|
# locationId`/environments/`environmentId`/userWorkloadsSecrets/`
|
@@ -858,7 +858,7 @@ module Google
|
|
858
858
|
|
859
859
|
# Gets an existing user workloads Secret. Values of the "data" field in the
|
860
860
|
# response are cleared. This method is supported for Cloud Composer environments
|
861
|
-
# in versions composer-3
|
861
|
+
# in versions composer-3-airflow-*.*.*-build.* and newer.
|
862
862
|
# @param [String] name
|
863
863
|
# Required. The resource name of the Secret to get, in the form: "projects/`
|
864
864
|
# projectId`/locations/`locationId`/environments/`environmentId`/
|
@@ -891,7 +891,7 @@ module Google
|
|
891
891
|
end
|
892
892
|
|
893
893
|
# Lists user workloads Secrets. This method is supported for Cloud Composer
|
894
|
-
# environments in versions composer-3
|
894
|
+
# environments in versions composer-3-airflow-*.*.*-build.* and newer.
|
895
895
|
# @param [String] parent
|
896
896
|
# Required. List Secrets in the given environment, in the form: "projects/`
|
897
897
|
# projectId`/locations/`locationId`/environments/`environmentId`"
|
@@ -930,7 +930,7 @@ module Google
|
|
930
930
|
end
|
931
931
|
|
932
932
|
# Updates a user workloads Secret. This method is supported for Cloud Composer
|
933
|
-
# environments in versions composer-3
|
933
|
+
# environments in versions composer-3-airflow-*.*.*-build.* and newer.
|
934
934
|
# @param [String] name
|
935
935
|
# Identifier. The resource name of the Secret, in the form: "projects/`projectId`
|
936
936
|
# /locations/`locationId`/environments/`environmentId`/userWorkloadsSecrets/`
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.49.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.49.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1beta1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Cloud Composer API V1beta1
|
82
79
|
test_files: []
|