google-cloud-orchestration-airflow-service-v1 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bfdb424292c7f6e1222319ccf539927ae968ea874d1599d7e3ba026d02c19891
4
- data.tar.gz: 449bf312d93be8a7395562153056c0f81ead2c7dea8decb32a011d1217009ebd
3
+ metadata.gz: 7fd74eac5e4a724c6b7e660ede76650d39bc14070b69a99f1d7b6ff4b8bfb5e1
4
+ data.tar.gz: aa154b38a7c6b7fdce3562f67a7de4e1c7efe58dce8a9d7be603da67a9310c81
5
5
  SHA512:
6
- metadata.gz: 967b5d5e4d207f2d1074f7f7973ab9b0aae80638ed5fafdc686caf49a912ffd617acb13119b420a987e9488264850acc5dcc63b19cad8d9e8cab570fbfaf3452
7
- data.tar.gz: 6d9240969f5a4f4419f5cf35e6b53f8574d4fa5d3e6d393249a293f67cd7dfac8a6b6a3c3fe9d4e3b6011560df58ef8dbef63fb2e74c9a6d9095e75f381e40ed
6
+ metadata.gz: f71781256e53466e202765f048a81d03ff7f62752edc7188caeffd65f8e6f1a4ad6a7f98e78e5351bf15ecec39cfa139baa628c19f3384c20afd9e0fd2b77357
7
+ data.tar.gz: b3a5ecb299ff686bbe708d718249aed3b783cdb87e3ed0f72d69c9ccda8430c1088ff2a91f30f321f2386cf634d51a9e0ffd20a2d162b92880aa4c6fe3f19af7
@@ -36,7 +36,7 @@ module Google
36
36
  ##
37
37
  # Managed Apache Airflow Environments.
38
38
  #
39
- # To load this service and instantiate a client:
39
+ # @example Load this service and instantiate a gRPC client
40
40
  #
41
41
  # require "google/cloud/orchestration/airflow/service/v1/environments"
42
42
  # client = ::Google::Cloud::Orchestration::Airflow::Service::V1::Environments::Client.new
@@ -7,7 +7,9 @@ require 'google/api/annotations_pb'
7
7
  require 'google/api/client_pb'
8
8
  require 'google/api/field_behavior_pb'
9
9
  require 'google/api/resource_pb'
10
+ require 'google/cloud/orchestration/airflow/service/v1/operations_pb'
10
11
  require 'google/longrunning/operations_pb'
12
+ require 'google/protobuf/empty_pb'
11
13
  require 'google/protobuf/field_mask_pb'
12
14
  require 'google/protobuf/timestamp_pb'
13
15
 
@@ -34,7 +34,7 @@ module Google
34
34
  ##
35
35
  # Readonly service to query available ImageVersions.
36
36
  #
37
- # To load this service and instantiate a client:
37
+ # @example Load this service and instantiate a gRPC client
38
38
  #
39
39
  # require "google/cloud/orchestration/airflow/service/v1/image_versions"
40
40
  # client = ::Google::Cloud::Orchestration::Airflow::Service::V1::ImageVersions::Client.new
@@ -23,7 +23,7 @@ module Google
23
23
  module Airflow
24
24
  module Service
25
25
  module V1
26
- VERSION = "0.3.0"
26
+ VERSION = "0.3.1"
27
27
  end
28
28
  end
29
29
  end
@@ -26,9 +26,9 @@ module Google
26
26
  module Airflow
27
27
  module Service
28
28
  ##
29
- # To load this package, including all its services, and instantiate a client:
29
+ # API client module.
30
30
  #
31
- # @example
31
+ # @example Load this package, including all its services, and instantiate a gRPC client
32
32
  #
33
33
  # require "google/cloud/orchestration/airflow/service/v1"
34
34
  # client = ::Google::Cloud::Orchestration::Airflow::Service::V1::Environments::Client.new
@@ -291,10 +291,11 @@ module Google
291
291
  # Output only. The Kubernetes Engine cluster used to run this environment.
292
292
  # @!attribute [rw] dag_gcs_prefix
293
293
  # @return [::String]
294
- # Output only. The Cloud Storage prefix of the DAGs for this environment. Although Cloud
295
- # Storage objects reside in a flat namespace, a hierarchical file tree
296
- # can be simulated using "/"-delimited object name prefixes. DAG objects for
297
- # this environment reside in a simulated directory with the given prefix.
294
+ # Output only. The Cloud Storage prefix of the DAGs for this environment.
295
+ # Although Cloud Storage objects reside in a flat namespace, a hierarchical
296
+ # file tree can be simulated using "/"-delimited object name prefixes. DAG
297
+ # objects for this environment reside in a simulated directory with the given
298
+ # prefix.
298
299
  # @!attribute [rw] node_count
299
300
  # @return [::Integer]
300
301
  # The number of nodes in the Kubernetes Engine cluster that will be
@@ -313,24 +314,26 @@ module Google
313
314
  # The configuration used for the Private IP Cloud Composer environment.
314
315
  # @!attribute [rw] web_server_network_access_control
315
316
  # @return [::Google::Cloud::Orchestration::Airflow::Service::V1::WebServerNetworkAccessControl]
316
- # Optional. The network-level access control policy for the Airflow web server. If
317
- # unspecified, no network-level access restrictions will be applied.
317
+ # Optional. The network-level access control policy for the Airflow web
318
+ # server. If unspecified, no network-level access restrictions will be
319
+ # applied.
318
320
  # @!attribute [rw] database_config
319
321
  # @return [::Google::Cloud::Orchestration::Airflow::Service::V1::DatabaseConfig]
320
- # Optional. The configuration settings for Cloud SQL instance used internally by Apache
321
- # Airflow software.
322
+ # Optional. The configuration settings for Cloud SQL instance used internally
323
+ # by Apache Airflow software.
322
324
  # @!attribute [rw] web_server_config
323
325
  # @return [::Google::Cloud::Orchestration::Airflow::Service::V1::WebServerConfig]
324
- # Optional. The configuration settings for the Airflow web server App Engine instance.
326
+ # Optional. The configuration settings for the Airflow web server App Engine
327
+ # instance.
325
328
  # @!attribute [rw] encryption_config
326
329
  # @return [::Google::Cloud::Orchestration::Airflow::Service::V1::EncryptionConfig]
327
330
  # Optional. The encryption options for the Cloud Composer environment
328
331
  # and its dependencies. Cannot be updated.
329
332
  # @!attribute [rw] maintenance_window
330
333
  # @return [::Google::Cloud::Orchestration::Airflow::Service::V1::MaintenanceWindow]
331
- # Optional. The maintenance window is the period when Cloud Composer components may
332
- # undergo maintenance. It is defined so that maintenance is not executed
333
- # during peak hours or critical time periods.
334
+ # Optional. The maintenance window is the period when Cloud Composer
335
+ # components may undergo maintenance. It is defined so that maintenance is
336
+ # not executed during peak hours or critical time periods.
334
337
  #
335
338
  # The system will not be under maintenance for every occurrence of this
336
339
  # window, but when maintenance is planned, it will be scheduled
@@ -344,9 +347,9 @@ module Google
344
347
  # applied. The default value is Saturday and Sunday 00-06 GMT.
345
348
  # @!attribute [rw] workloads_config
346
349
  # @return [::Google::Cloud::Orchestration::Airflow::Service::V1::WorkloadsConfig]
347
- # Optional. The workloads configuration settings for the GKE cluster associated with
348
- # the Cloud Composer environment. The GKE cluster runs Airflow scheduler, web
349
- # server and workers workloads.
350
+ # Optional. The workloads configuration settings for the GKE cluster
351
+ # associated with the Cloud Composer environment. The GKE cluster runs
352
+ # Airflow scheduler, web server and workers workloads.
350
353
  #
351
354
  # This field is supported for Cloud Composer environments in versions
352
355
  # composer-2.*.*-airflow-*.*.* and newer.
@@ -358,13 +361,13 @@ module Google
358
361
  # composer-2.*.*-airflow-*.*.* and newer.
359
362
  # @!attribute [rw] airflow_uri
360
363
  # @return [::String]
361
- # Output only. The URI of the Apache Airflow Web UI hosted within this environment (see
362
- # [Airflow web
364
+ # Output only. The URI of the Apache Airflow Web UI hosted within this
365
+ # environment (see [Airflow web
363
366
  # interface](/composer/docs/how-to/accessing/airflow-web-interface)).
364
367
  # @!attribute [rw] master_authorized_networks_config
365
368
  # @return [::Google::Cloud::Orchestration::Airflow::Service::V1::MasterAuthorizedNetworksConfig]
366
- # Optional. The configuration options for GKE cluster master authorized networks.
367
- # By default master authorized networks feature is:
369
+ # Optional. The configuration options for GKE cluster master authorized
370
+ # networks. By default master authorized networks feature is:
368
371
  # - in case of private environment: enabled with no external networks
369
372
  # allowlisted.
370
373
  # - in case of public environment: disabled.
@@ -415,7 +418,8 @@ module Google
415
418
  # `2001:db8::1/32` should be truncated to `2001:db8::/32`.
416
419
  # @!attribute [rw] description
417
420
  # @return [::String]
418
- # Optional. User-provided description. It must contain at most 300 characters.
421
+ # Optional. User-provided description. It must contain at most 300
422
+ # characters.
419
423
  class AllowedIpRange
420
424
  include ::Google::Protobuf::MessageExts
421
425
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -457,9 +461,9 @@ module Google
457
461
  # composer-1.*.*-airflow-*.*.*.
458
462
  # @!attribute [rw] kms_key_name
459
463
  # @return [::String]
460
- # Optional. Customer-managed Encryption Key available through Google's Key Management
461
- # Service. Cannot be updated.
462
- # If not specified, Google-managed key will be used.
464
+ # Optional. Customer-managed Encryption Key available through Google's Key
465
+ # Management Service. Cannot be updated. If not specified, Google-managed key
466
+ # will be used.
463
467
  class EncryptionConfig
464
468
  include ::Google::Protobuf::MessageExts
465
469
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -483,10 +487,9 @@ module Google
483
487
  # Required. Start time of the first recurrence of the maintenance window.
484
488
  # @!attribute [rw] end_time
485
489
  # @return [::Google::Protobuf::Timestamp]
486
- # Required. Maintenance window end time. It is used only to calculate the duration of
487
- # the maintenance window.
488
- # The value for end-time must be in the future, relative to
489
- # `start_time`.
490
+ # Required. Maintenance window end time. It is used only to calculate the
491
+ # duration of the maintenance window. The value for end-time must be in the
492
+ # future, relative to `start_time`.
490
493
  # @!attribute [rw] recurrence
491
494
  # @return [::String]
492
495
  # Required. Maintenance window recurrence. Format is a subset of
@@ -787,12 +790,10 @@ module Google
787
790
  # to identify valid sources or targets for network firewalls. Each tag within
788
791
  # the list must comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt).
789
792
  # Cannot be updated.
790
- #
791
- # This field is supported for Cloud Composer environments in versions
792
- # composer-1.*.*-airflow-*.*.*.
793
793
  # @!attribute [rw] ip_allocation_policy
794
794
  # @return [::Google::Cloud::Orchestration::Airflow::Service::V1::IPAllocationPolicy]
795
- # Optional. The configuration for controlling how IPs are allocated in the GKE cluster.
795
+ # Optional. The configuration for controlling how IPs are allocated in the
796
+ # GKE cluster.
796
797
  # @!attribute [rw] enable_ip_masq_agent
797
798
  # @return [::Boolean]
798
799
  # Optional. Deploys 'ip-masq-agent' daemon set in the GKE cluster and defines
@@ -814,15 +815,15 @@ module Google
814
815
  # denied.
815
816
  # @!attribute [rw] master_ipv4_cidr_block
816
817
  # @return [::String]
817
- # Optional. The CIDR block from which IPv4 range for GKE master will be reserved. If
818
- # left blank, the default value of '172.16.0.0/23' is used.
818
+ # Optional. The CIDR block from which IPv4 range for GKE master will be
819
+ # reserved. If left blank, the default value of '172.16.0.0/23' is used.
819
820
  # @!attribute [r] master_ipv4_reserved_range
820
821
  # @return [::String]
821
- # Output only. The IP range in CIDR notation to use for the hosted master network. This
822
- # range is used for assigning internal IP addresses to the GKE cluster
823
- # master or set of masters and to the internal load balancer virtual IP.
824
- # This range must not overlap with any other ranges in use
825
- # within the cluster's network.
822
+ # Output only. The IP range in CIDR notation to use for the hosted master
823
+ # network. This range is used for assigning internal IP addresses to the GKE
824
+ # cluster master or set of masters and to the internal load balancer virtual
825
+ # IP. This range must not overlap with any other ranges in use within the
826
+ # cluster's network.
826
827
  class PrivateClusterConfig
827
828
  include ::Google::Protobuf::MessageExts
828
829
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -832,9 +833,9 @@ module Google
832
833
  # environment.
833
834
  # @!attribute [rw] connection_type
834
835
  # @return [::Google::Cloud::Orchestration::Airflow::Service::V1::NetworkingConfig::ConnectionType]
835
- # Optional. Indicates the user requested specifc connection type between Tenant and
836
- # Customer projects.
837
- # You cannot set networking connection type in public IP environment.
836
+ # Optional. Indicates the user requested specifc connection type between
837
+ # Tenant and Customer projects. You cannot set networking connection type in
838
+ # public IP environment.
838
839
  class NetworkingConfig
839
840
  include ::Google::Protobuf::MessageExts
840
841
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -871,16 +872,18 @@ module Google
871
872
  # Cloud Composer environment.
872
873
  # @!attribute [rw] web_server_ipv4_cidr_block
873
874
  # @return [::String]
874
- # Optional. The CIDR block from which IP range for web server will be reserved. Needs
875
- # to be disjoint from `private_cluster_config.master_ipv4_cidr_block` and
875
+ # Optional. The CIDR block from which IP range for web server will be
876
+ # reserved. Needs to be disjoint from
877
+ # `private_cluster_config.master_ipv4_cidr_block` and
876
878
  # `cloud_sql_ipv4_cidr_block`.
877
879
  #
878
880
  # This field is supported for Cloud Composer environments in versions
879
881
  # composer-1.*.*-airflow-*.*.*.
880
882
  # @!attribute [rw] cloud_sql_ipv4_cidr_block
881
883
  # @return [::String]
882
- # Optional. The CIDR block from which IP range in tenant project will be reserved for
883
- # Cloud SQL. Needs to be disjoint from `web_server_ipv4_cidr_block`.
884
+ # Optional. The CIDR block from which IP range in tenant project will be
885
+ # reserved for Cloud SQL. Needs to be disjoint from
886
+ # `web_server_ipv4_cidr_block`.
884
887
  # @!attribute [r] web_server_ipv4_reserved_range
885
888
  # @return [::String]
886
889
  # Output only. The IP range reserved for the tenant project's App Engine VMs.
@@ -889,8 +892,8 @@ module Google
889
892
  # composer-1.*.*-airflow-*.*.*.
890
893
  # @!attribute [rw] cloud_composer_network_ipv4_cidr_block
891
894
  # @return [::String]
892
- # Optional. The CIDR block from which IP range for Cloud Composer Network in tenant
893
- # project will be reserved. Needs to be disjoint from
895
+ # Optional. The CIDR block from which IP range for Cloud Composer Network in
896
+ # tenant project will be reserved. Needs to be disjoint from
894
897
  # private_cluster_config.master_ipv4_cidr_block and
895
898
  # cloud_sql_ipv4_cidr_block.
896
899
  #
@@ -898,14 +901,15 @@ module Google
898
901
  # composer-2.*.*-airflow-*.*.* and newer.
899
902
  # @!attribute [r] cloud_composer_network_ipv4_reserved_range
900
903
  # @return [::String]
901
- # Output only. The IP range reserved for the tenant project's Cloud Composer network.
904
+ # Output only. The IP range reserved for the tenant project's Cloud Composer
905
+ # network.
902
906
  #
903
907
  # This field is supported for Cloud Composer environments in versions
904
908
  # composer-2.*.*-airflow-*.*.* and newer.
905
909
  # @!attribute [rw] enable_privately_used_public_ips
906
910
  # @return [::Boolean]
907
- # Optional. When enabled, IPs from public (non-RFC1918) ranges can be used for
908
- # `IPAllocationPolicy.cluster_ipv4_cidr_block` and
911
+ # Optional. When enabled, IPs from public (non-RFC1918) ranges can be used
912
+ # for `IPAllocationPolicy.cluster_ipv4_cidr_block` and
909
913
  # `IPAllocationPolicy.service_ipv4_cidr_block`.
910
914
  # @!attribute [rw] cloud_composer_connection_subnetwork
911
915
  # @return [::String]
@@ -915,7 +919,8 @@ module Google
915
919
  # this subnetwork.
916
920
  # @!attribute [rw] networking_config
917
921
  # @return [::Google::Cloud::Orchestration::Airflow::Service::V1::NetworkingConfig]
918
- # Optional. Configuration for the network connections configuration in the environment.
922
+ # Optional. Configuration for the network connections configuration in the
923
+ # environment.
919
924
  class PrivateEnvironmentConfig
920
925
  include ::Google::Protobuf::MessageExts
921
926
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -943,10 +948,12 @@ module Google
943
948
  # Optional. CPU request and limit for a single Airflow scheduler replica.
944
949
  # @!attribute [rw] memory_gb
945
950
  # @return [::Float]
946
- # Optional. Memory (GB) request and limit for a single Airflow scheduler replica.
951
+ # Optional. Memory (GB) request and limit for a single Airflow scheduler
952
+ # replica.
947
953
  # @!attribute [rw] storage_gb
948
954
  # @return [::Float]
949
- # Optional. Storage (GB) request and limit for a single Airflow scheduler replica.
955
+ # Optional. Storage (GB) request and limit for a single Airflow scheduler
956
+ # replica.
950
957
  # @!attribute [rw] count
951
958
  # @return [::Integer]
952
959
  # Optional. The number of schedulers.
@@ -976,10 +983,12 @@ module Google
976
983
  # Optional. CPU request and limit for a single Airflow worker replica.
977
984
  # @!attribute [rw] memory_gb
978
985
  # @return [::Float]
979
- # Optional. Memory (GB) request and limit for a single Airflow worker replica.
986
+ # Optional. Memory (GB) request and limit for a single Airflow worker
987
+ # replica.
980
988
  # @!attribute [rw] storage_gb
981
989
  # @return [::Float]
982
- # Optional. Storage (GB) request and limit for a single Airflow worker replica.
990
+ # Optional. Storage (GB) request and limit for a single Airflow worker
991
+ # replica.
983
992
  # @!attribute [rw] min_count
984
993
  # @return [::Integer]
985
994
  # Optional. Minimum number of workers for autoscaling.
@@ -1007,15 +1016,17 @@ module Google
1007
1016
  # Optional. Whether scheduled snapshots creation is enabled.
1008
1017
  # @!attribute [rw] snapshot_location
1009
1018
  # @return [::String]
1010
- # Optional. The Cloud Storage location for storing automatically created snapshots.
1019
+ # Optional. The Cloud Storage location for storing automatically created
1020
+ # snapshots.
1011
1021
  # @!attribute [rw] snapshot_creation_schedule
1012
1022
  # @return [::String]
1013
- # Optional. The cron expression representing the time when snapshots creation mechanism
1014
- # runs. This field is subject to additional validation around frequency of
1015
- # execution.
1023
+ # Optional. The cron expression representing the time when snapshots creation
1024
+ # mechanism runs. This field is subject to additional validation around
1025
+ # frequency of execution.
1016
1026
  # @!attribute [rw] time_zone
1017
1027
  # @return [::String]
1018
- # Optional. Time zone that sets the context to interpret snapshot_creation_schedule.
1028
+ # Optional. Time zone that sets the context to interpret
1029
+ # snapshot_creation_schedule.
1019
1030
  class ScheduledSnapshotsConfig
1020
1031
  include ::Google::Protobuf::MessageExts
1021
1032
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -1062,8 +1073,8 @@ module Google
1062
1073
  # Configuration parameters for this environment.
1063
1074
  # @!attribute [rw] uuid
1064
1075
  # @return [::String]
1065
- # Output only. The UUID (Universally Unique IDentifier) associated with this environment.
1066
- # This value is generated when the environment is created.
1076
+ # Output only. The UUID (Universally Unique IDentifier) associated with this
1077
+ # environment. This value is generated when the environment is created.
1067
1078
  # @!attribute [rw] state
1068
1079
  # @return [::Google::Cloud::Orchestration::Airflow::Service::V1::Environment::State]
1069
1080
  # The current state of the environment.
@@ -1129,8 +1140,8 @@ module Google
1129
1140
  # Output only. Whether build has succeeded or failed on modules conflicts.
1130
1141
  # @!attribute [r] pypi_conflict_build_log_extract
1131
1142
  # @return [::String]
1132
- # Output only. Extract from a docker image build log containing information about pypi
1133
- # modules conflicts.
1143
+ # Output only. Extract from a docker image build log containing information
1144
+ # about pypi modules conflicts.
1134
1145
  # @!attribute [rw] image_version
1135
1146
  # @return [::String]
1136
1147
  # Composer image for which the build was happening.
@@ -42,8 +42,8 @@ module Google
42
42
  # Output only. The time the operation was submitted to the server.
43
43
  # @!attribute [rw] end_time
44
44
  # @return [::Google::Protobuf::Timestamp]
45
- # Output only. The time when the operation terminated, regardless of its success.
46
- # This field is unset if the operation is still ongoing.
45
+ # Output only. The time when the operation terminated, regardless of its
46
+ # success. This field is unset if the operation is still ongoing.
47
47
  class OperationMetadata
48
48
  include ::Google::Protobuf::MessageExts
49
49
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -28,12 +28,14 @@ module Google
28
28
  # [API Design Guide](https://cloud.google.com/apis/design/errors).
29
29
  # @!attribute [rw] code
30
30
  # @return [::Integer]
31
- # The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
31
+ # The status code, which should be an enum value of
32
+ # [google.rpc.Code][google.rpc.Code].
32
33
  # @!attribute [rw] message
33
34
  # @return [::String]
34
35
  # A developer-facing error message, which should be in English. Any
35
36
  # user-facing error message should be localized and sent in the
36
- # {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized by the client.
37
+ # {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
38
+ # by the client.
37
39
  # @!attribute [rw] details
38
40
  # @return [::Array<::Google::Protobuf::Any>]
39
41
  # A list of messages that carry the error details. There is a common set of
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-orchestration-airflow-service-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-09 00:00:00.000000000 Z
11
+ date: 2023-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.12'
19
+ version: 0.16.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.12'
29
+ version: 0.16.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -223,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
223
223
  - !ruby/object:Gem::Version
224
224
  version: '0'
225
225
  requirements: []
226
- rubygems_version: 3.3.14
226
+ rubygems_version: 3.4.2
227
227
  signing_key:
228
228
  specification_version: 4
229
229
  summary: API Client library for the Cloud Composer V1 API