google-apis-composer_v1 0.51.0 → 0.52.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: 82c2b936244f2aff97a821609c21166725652a2f2efcd25e1c7957540b436710
4
- data.tar.gz: bed3f95d46d286eadeb475490e4ee8f7c31e02de66fb33a6603593e7a7c54e20
3
+ metadata.gz: 71bd2489d8e599d1ca3fdbc8e850ea1d81c9872d597c5f8a700f09667ad98a5e
4
+ data.tar.gz: d42d084b0637ae36940dd77a46a75f416b4339b5551cfa7e2b8f578f8e1c1580
5
5
  SHA512:
6
- metadata.gz: 1e503ff4b2e413b49deaf10c7ca4bdae25549724929ccb1494a7f0eeb3ef50abf36e51d58686fd34586b0fe9afaf8ee213c34a319b1c5e8ee60fa2d64e3020e9
7
- data.tar.gz: cd6b2c13c88d60a69bd14eb8c35d0d7a9b98032f2c7d5b5ec26ffb45e465b1e2ad42292edb852ab92b53b951052723afc131b9471c8667d181c1779313edec8a
6
+ metadata.gz: b82fcdaeffbad058078b7441f0a99bbccfda6853a60b6a704f600a660275f30dd4352f048f82cd451293dcd2dfbbbff24f08d003e43afc84560c8c3af528c4ad
7
+ data.tar.gz: abe44665e33704c8a95dd599ce74abf5f04ee475a1327e1190299c6b6717c3300fd1acf68ea9fcbbfcaa9b699a1c437ac855d524f3ada445f2adddece928e199
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-composer_v1
2
2
 
3
+ ### v0.52.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250211
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.51.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.*.*-airflow-*.
269
- # *.* and newer.
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
 
@@ -1283,7 +1283,7 @@ module Google
1283
1283
  class NetworkingConfig
1284
1284
  include Google::Apis::Core::Hashable
1285
1285
 
1286
- # Optional. Indicates the user requested specifc connection type between Tenant
1286
+ # Optional. Indicates the user requested specific connection type between Tenant
1287
1287
  # and Customer projects. You cannot set networking connection type in public IP
1288
1288
  # environment.
1289
1289
  # Corresponds to the JSON property `connectionType`
@@ -1310,7 +1310,8 @@ module Google
1310
1310
  # Cloud Composer environments. In case of overlap, IPs from this range will not
1311
1311
  # be accessible in the user's VPC network. Cannot be updated. If not specified,
1312
1312
  # the default value of '100.64.128.0/20' is used. This field is supported for
1313
- # Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
1313
+ # Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and
1314
+ # newer.
1314
1315
  # Corresponds to the JSON property `composerInternalIpv4CidrBlock`
1315
1316
  # @return [String]
1316
1317
  attr_accessor :composer_internal_ipv4_cidr_block
@@ -1322,8 +1323,8 @@ module Google
1322
1323
  # network and subnetwork are also empty, then connectivity to user's VPC network
1323
1324
  # is disabled. Network attachment must be provided in format projects/`project`/
1324
1325
  # regions/`region`/networkAttachments/`networkAttachment`. This field is
1325
- # supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.
1326
- # *.* and newer.
1326
+ # supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-
1327
+ # build.* and newer.
1327
1328
  # Corresponds to the JSON property `composerNetworkAttachment`
1328
1329
  # @return [String]
1329
1330
  attr_accessor :composer_network_attachment
@@ -1714,8 +1715,8 @@ module Google
1714
1715
  # Registry) and VPC network (if either `NodeConfig.network` and `NodeConfig.
1715
1716
  # subnetwork` fields or `NodeConfig.composer_network_attachment` field are
1716
1717
  # specified). If `false`, the builds also have access to the internet. This
1717
- # field is supported for Cloud Composer environments in versions composer-3.*.*-
1718
- # airflow-*.*.* and newer.
1718
+ # field is supported for Cloud Composer environments in versions composer-3-
1719
+ # airflow-*.*.*-build.* and newer.
1719
1720
  # Corresponds to the JSON property `enablePrivateBuildsOnly`
1720
1721
  # @return [Boolean]
1721
1722
  attr_accessor :enable_private_builds_only
@@ -2008,7 +2009,7 @@ module Google
2008
2009
 
2009
2010
  # Optional. Whether or not the web server uses custom plugins. If unspecified,
2010
2011
  # the field defaults to `PLUGINS_ENABLED`. This field is supported for Cloud
2011
- # Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
2012
+ # Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.
2012
2013
  # Corresponds to the JSON property `webServerPluginsMode`
2013
2014
  # @return [String]
2014
2015
  attr_accessor :web_server_plugins_mode
@@ -2392,8 +2393,8 @@ module Google
2392
2393
  include Google::Apis::Core::Hashable
2393
2394
 
2394
2395
  # Configuration for resources used by Airflow DAG processors. This field is
2395
- # supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.
2396
- # *.* and newer.
2396
+ # supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-
2397
+ # build.* and newer.
2397
2398
  # Corresponds to the JSON property `dagProcessor`
2398
2399
  # @return [Google::Apis::ComposerV1::DagProcessorResource]
2399
2400
  attr_accessor :dag_processor
@@ -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.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241210"
25
+ REVISION = "20250211"
26
26
  end
27
27
  end
28
28
  end
@@ -564,7 +564,7 @@ module Google
564
564
  end
565
565
 
566
566
  # Creates a user workloads ConfigMap. This method is supported for Cloud
567
- # Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
567
+ # Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.
568
568
  # @param [String] parent
569
569
  # Required. The environment name to create a ConfigMap for, in the form: "
570
570
  # projects/`projectId`/locations/`locationId`/environments/`environmentId`"
@@ -599,7 +599,7 @@ module Google
599
599
  end
600
600
 
601
601
  # Deletes a user workloads ConfigMap. This method is supported for Cloud
602
- # Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
602
+ # Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.
603
603
  # @param [String] name
604
604
  # Required. The ConfigMap to delete, in the form: "projects/`projectId`/
605
605
  # locations/`locationId`/environments/`environmentId`/userWorkloadsConfigMaps/`
@@ -632,7 +632,7 @@ module Google
632
632
  end
633
633
 
634
634
  # Gets an existing user workloads ConfigMap. This method is supported for Cloud
635
- # Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
635
+ # Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.
636
636
  # @param [String] name
637
637
  # Required. The resource name of the ConfigMap to get, in the form: "projects/`
638
638
  # projectId`/locations/`locationId`/environments/`environmentId`/
@@ -665,7 +665,7 @@ module Google
665
665
  end
666
666
 
667
667
  # Lists user workloads ConfigMaps. This method is supported for Cloud Composer
668
- # environments in versions composer-3.*.*-airflow-*.*.* and newer.
668
+ # environments in versions composer-3-airflow-*.*.*-build.* and newer.
669
669
  # @param [String] parent
670
670
  # Required. List ConfigMaps in the given environment, in the form: "projects/`
671
671
  # projectId`/locations/`locationId`/environments/`environmentId`"
@@ -704,7 +704,7 @@ module Google
704
704
  end
705
705
 
706
706
  # Updates a user workloads ConfigMap. This method is supported for Cloud
707
- # Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
707
+ # Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.
708
708
  # @param [String] name
709
709
  # Identifier. The resource name of the ConfigMap, in the form: "projects/`
710
710
  # projectId`/locations/`locationId`/environments/`environmentId`/
@@ -740,7 +740,7 @@ module Google
740
740
  end
741
741
 
742
742
  # Creates a user workloads Secret. This method is supported for Cloud Composer
743
- # environments in versions composer-3.*.*-airflow-*.*.* and newer.
743
+ # environments in versions composer-3-airflow-*.*.*-build.* and newer.
744
744
  # @param [String] parent
745
745
  # Required. The environment name to create a Secret for, in the form: "projects/`
746
746
  # projectId`/locations/`locationId`/environments/`environmentId`"
@@ -775,7 +775,7 @@ module Google
775
775
  end
776
776
 
777
777
  # Deletes a user workloads Secret. This method is supported for Cloud Composer
778
- # environments in versions composer-3.*.*-airflow-*.*.* and newer.
778
+ # environments in versions composer-3-airflow-*.*.*-build.* and newer.
779
779
  # @param [String] name
780
780
  # Required. The Secret to delete, in the form: "projects/`projectId`/locations/`
781
781
  # locationId`/environments/`environmentId`/userWorkloadsSecrets/`
@@ -809,7 +809,7 @@ module Google
809
809
 
810
810
  # Gets an existing user workloads Secret. Values of the "data" field in the
811
811
  # response are cleared. This method is supported for Cloud Composer environments
812
- # in versions composer-3.*.*-airflow-*.*.* and newer.
812
+ # in versions composer-3-airflow-*.*.*-build.* and newer.
813
813
  # @param [String] name
814
814
  # Required. The resource name of the Secret to get, in the form: "projects/`
815
815
  # projectId`/locations/`locationId`/environments/`environmentId`/
@@ -842,7 +842,7 @@ module Google
842
842
  end
843
843
 
844
844
  # Lists user workloads Secrets. This method is supported for Cloud Composer
845
- # environments in versions composer-3.*.*-airflow-*.*.* and newer.
845
+ # environments in versions composer-3-airflow-*.*.*-build.* and newer.
846
846
  # @param [String] parent
847
847
  # Required. List Secrets in the given environment, in the form: "projects/`
848
848
  # projectId`/locations/`locationId`/environments/`environmentId`"
@@ -881,7 +881,7 @@ module Google
881
881
  end
882
882
 
883
883
  # Updates a user workloads Secret. This method is supported for Cloud Composer
884
- # environments in versions composer-3.*.*-airflow-*.*.* and newer.
884
+ # environments in versions composer-3-airflow-*.*.*-build.* and newer.
885
885
  # @param [String] name
886
886
  # Identifier. The resource name of the Secret, in the form: "projects/`projectId`
887
887
  # /locations/`locationId`/environments/`environmentId`/userWorkloadsSecrets/`
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-composer_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.52.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-01-05 00:00:00.000000000 Z
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.51.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.52.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1
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.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Composer API V1
82
79
  test_files: []