google-apis-composer_v1 0.11.0 → 0.15.0

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: e238218cbbb645906bac89cfc4aad51af91dcc81dac236df65f8e9c157e7a00f
4
- data.tar.gz: dc4f408f38c61bf3a0e806ee76ced314d82ad64d9626ae47f98487ec1e86ea1e
3
+ metadata.gz: a49ee5316bf6b54c41d67c25cad8b647cf8be1a0e1fb8499dc91be785f0e4626
4
+ data.tar.gz: 449f632ab7df36d834c48fa5552a6e4407ea7cb1c5a54bc680a52f7881f71aa8
5
5
  SHA512:
6
- metadata.gz: 046cb03752f95848e115ea934f811ede35c78be925af3f6e8d37a40c934a63c25b116702cbd886dd31fe1d6a1246a80c41b676d95735b6df7ac8d140987f3ba6
7
- data.tar.gz: 586a0aabc6cd57dbb7f7e445740e67af2b492dc06364cf1655b666c2662769ef52951c486e307707977cbf95fba531c1ab06a98cc839546a715c82043cdf8af8
6
+ metadata.gz: 4e77cc8530a695e9ae24150b1bcc9914a630dd6b485acb1d49c96c1c5cafd2c3a7e4a372147737ebdb63ba08ebe5fa5864677fcc46c5664ce1ac46b46e325cc0
7
+ data.tar.gz: 75612d47691c50e5ea562965491c599d7a14347ae701ea9a767c9a53407f43e4529e643565ed9e0d53509be3501fdfd13ca6dc01c9f11ec19789d31279cfef16
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-composer_v1
2
2
 
3
+ ### v0.15.0 (2021-10-24)
4
+
5
+ * Regenerated from discovery document revision 20211013
6
+ * Unspecified changes
7
+
8
+ ### v0.14.0 (2021-09-28)
9
+
10
+ * Regenerated from discovery document revision 20210922
11
+
12
+ ### v0.13.0 (2021-09-24)
13
+
14
+ * Regenerated from discovery document revision 20210913
15
+
16
+ ### v0.12.0 (2021-08-18)
17
+
18
+ * Regenerated from discovery document revision 20210810
19
+
3
20
  ### v0.11.0 (2021-07-14)
4
21
 
5
22
  * Regenerated from discovery document revision 20210705
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Composer service in particular.)
67
67
 
@@ -97,7 +97,8 @@ module Google
97
97
  end
98
98
 
99
99
  # The configuration of Cloud SQL instance that is used by the Apache Airflow
100
- # software.
100
+ # software. Supported for Cloud Composer environments in versions composer-1.*.*-
101
+ # airflow-*.*.*.
101
102
  class DatabaseConfig
102
103
  include Google::Apis::Core::Hashable
103
104
 
@@ -177,6 +178,8 @@ module Google
177
178
  end
178
179
 
179
180
  # The encryption options for the Cloud Composer environment and its dependencies.
181
+ # Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.
182
+ # *.*.
180
183
  class EncryptionConfig
181
184
  include Google::Apis::Core::Hashable
182
185
 
@@ -280,12 +283,15 @@ module Google
280
283
  attr_accessor :dag_gcs_prefix
281
284
 
282
285
  # The configuration of Cloud SQL instance that is used by the Apache Airflow
283
- # software.
286
+ # software. Supported for Cloud Composer environments in versions composer-1.*.*-
287
+ # airflow-*.*.*.
284
288
  # Corresponds to the JSON property `databaseConfig`
285
289
  # @return [Google::Apis::ComposerV1::DatabaseConfig]
286
290
  attr_accessor :database_config
287
291
 
288
292
  # The encryption options for the Cloud Composer environment and its dependencies.
293
+ # Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.
294
+ # *.*.
289
295
  # Corresponds to the JSON property `encryptionConfig`
290
296
  # @return [Google::Apis::ComposerV1::EncryptionConfig]
291
297
  attr_accessor :encryption_config
@@ -302,7 +308,8 @@ module Google
302
308
  attr_accessor :node_config
303
309
 
304
310
  # The number of nodes in the Kubernetes Engine cluster that will be used to run
305
- # this environment.
311
+ # this environment. This field is supported for Cloud Composer environments in
312
+ # versions composer-1.*.*-airflow-*.*.*.
306
313
  # Corresponds to the JSON property `nodeCount`
307
314
  # @return [Fixnum]
308
315
  attr_accessor :node_count
@@ -319,11 +326,14 @@ module Google
319
326
  attr_accessor :software_config
320
327
 
321
328
  # The configuration settings for the Airflow web server App Engine instance.
329
+ # Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.
330
+ # *.*
322
331
  # Corresponds to the JSON property `webServerConfig`
323
332
  # @return [Google::Apis::ComposerV1::WebServerConfig]
324
333
  attr_accessor :web_server_config
325
334
 
326
- # Network-level access control policy for the Airflow web server.
335
+ # Network-level access control policy for the Airflow web server. Supported for
336
+ # Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
327
337
  # Corresponds to the JSON property `webServerNetworkAccessControl`
328
338
  # @return [Google::Apis::ComposerV1::WebServerNetworkAccessControl]
329
339
  attr_accessor :web_server_network_access_control
@@ -354,42 +364,48 @@ module Google
354
364
  include Google::Apis::Core::Hashable
355
365
 
356
366
  # Optional. The IP address range used to allocate IP addresses to pods in the
357
- # GKE cluster. This field is applicable only when `use_ip_aliases` is true. Set
358
- # to blank to have GKE choose a range with the default size. Set to /netmask (e.
359
- # g. `/14`) to have GKE choose a range with a specific netmask. Set to a [CIDR](
360
- # http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `
361
- # 10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.
362
- # 0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
367
+ # GKE cluster. For Cloud Composer environments in versions composer-1.*.*-
368
+ # airflow-*.*.*, this field is applicable only when `use_ip_aliases` is true.
369
+ # Set to blank to have GKE choose a range with the default size. Set to /netmask
370
+ # (e.g. `/14`) to have GKE choose a range with a specific netmask. Set to a [
371
+ # CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (
372
+ # e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `
373
+ # 172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
363
374
  # Corresponds to the JSON property `clusterIpv4CidrBlock`
364
375
  # @return [String]
365
376
  attr_accessor :cluster_ipv4_cidr_block
366
377
 
367
378
  # Optional. The name of the GKE cluster's secondary range used to allocate IP
368
- # addresses to pods. This field is applicable only when `use_ip_aliases` is true.
379
+ # addresses to pods. For Cloud Composer environments in versions composer-1.*.*-
380
+ # airflow-*.*.*, this field is applicable only when `use_ip_aliases` is true.
369
381
  # Corresponds to the JSON property `clusterSecondaryRangeName`
370
382
  # @return [String]
371
383
  attr_accessor :cluster_secondary_range_name
372
384
 
373
385
  # Optional. The IP address range of the services IP addresses in this GKE
374
- # cluster. This field is applicable only when `use_ip_aliases` is true. Set to
375
- # blank to have GKE choose a range with the default size. Set to /netmask (e.g. `
376
- # /14`) to have GKE choose a range with a specific netmask. Set to a [CIDR](http:
377
- # //en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.
378
- # 0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`
379
- # , `192.168.0.0/16`) to pick a specific range to use.
386
+ # cluster. For Cloud Composer environments in versions composer-1.*.*-airflow-*.*
387
+ # .*, this field is applicable only when `use_ip_aliases` is true. Set to blank
388
+ # to have GKE choose a range with the default size. Set to /netmask (e.g. `/14`)
389
+ # to have GKE choose a range with a specific netmask. Set to a [CIDR](https://en.
390
+ # wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/
391
+ # 14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `
392
+ # 192.168.0.0/16`) to pick a specific range to use.
380
393
  # Corresponds to the JSON property `servicesIpv4CidrBlock`
381
394
  # @return [String]
382
395
  attr_accessor :services_ipv4_cidr_block
383
396
 
384
397
  # Optional. The name of the services' secondary range used to allocate IP
385
- # addresses to the GKE cluster. This field is applicable only when `
398
+ # addresses to the GKE cluster. For Cloud Composer environments in versions
399
+ # composer-1.*.*-airflow-*.*.*, this field is applicable only when `
386
400
  # use_ip_aliases` is true.
387
401
  # Corresponds to the JSON property `servicesSecondaryRangeName`
388
402
  # @return [String]
389
403
  attr_accessor :services_secondary_range_name
390
404
 
391
405
  # Optional. Whether or not to enable Alias IPs in the GKE cluster. If `true`, a
392
- # VPC-native cluster is created.
406
+ # VPC-native cluster is created. This field is only supported for Cloud Composer
407
+ # environments in versions composer-1.*.*-airflow-*.*.*. Environments in newer
408
+ # versions always use VPC-native GKE clusters.
393
409
  # Corresponds to the JSON property `useIpAliases`
394
410
  # @return [Boolean]
395
411
  attr_accessor :use_ip_aliases
@@ -552,7 +568,8 @@ module Google
552
568
  include Google::Apis::Core::Hashable
553
569
 
554
570
  # Optional. The disk size in GB used for node VMs. Minimum size is 20GB. If
555
- # unspecified, defaults to 100GB. Cannot be updated.
571
+ # unspecified, defaults to 100GB. Cannot be updated. This field is supported for
572
+ # Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
556
573
  # Corresponds to the JSON property `diskSizeGb`
557
574
  # @return [Fixnum]
558
575
  attr_accessor :disk_size_gb
@@ -573,7 +590,9 @@ module Google
573
590
  # zone in the Compute Engine region corresponding to the Cloud Composer location,
574
591
  # and propagate that choice to both fields. If only one field (`location` or `
575
592
  # nodeConfig.machineType`) is specified, the location information from the
576
- # specified field will be propagated to the unspecified field.
593
+ # specified field will be propagated to the unspecified field. This field is
594
+ # supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.
595
+ # *.*.
577
596
  # Corresponds to the JSON property `location`
578
597
  # @return [String]
579
598
  attr_accessor :location
@@ -591,6 +610,8 @@ module Google
591
610
  # field will be propagated to the unspecified field. The `machineTypeId` must
592
611
  # not be a [shared-core machine type](/compute/docs/machine-types#sharedcore).
593
612
  # If this field is unspecified, the `machineTypeId` defaults to "n1-standard-1".
613
+ # This field is supported for Cloud Composer environments in versions composer-1.
614
+ # *.*-airflow-*.*.*.
594
615
  # Corresponds to the JSON property `machineType`
595
616
  # @return [String]
596
617
  attr_accessor :machine_type
@@ -609,7 +630,8 @@ module Google
609
630
 
610
631
  # Optional. The set of Google API scopes to be made available on all node VMs.
611
632
  # If `oauth_scopes` is empty, defaults to ["https://www.googleapis.com/auth/
612
- # cloud-platform"]. Cannot be updated.
633
+ # cloud-platform"]. Cannot be updated. This field is supported for Cloud
634
+ # Composer environments in versions composer-1.*.*-airflow-*.*.*.
613
635
  # Corresponds to the JSON property `oauthScopes`
614
636
  # @return [Array<String>]
615
637
  attr_accessor :oauth_scopes
@@ -634,7 +656,8 @@ module Google
634
656
  # Optional. The list of instance tags applied to all node VMs. Tags are used to
635
657
  # identify valid sources or targets for network firewalls. Each tag within the
636
658
  # list must comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Cannot
637
- # be updated.
659
+ # be updated. This field is supported for Cloud Composer environments in
660
+ # versions composer-1.*.*-airflow-*.*.*.
638
661
  # Corresponds to the JSON property `tags`
639
662
  # @return [Array<String>]
640
663
  attr_accessor :tags
@@ -822,7 +845,7 @@ module Google
822
845
 
823
846
  # Optional. If `true`, a Private IP Cloud Composer environment is created. If
824
847
  # this field is set to true, `IPAllocationPolicy.use_ip_aliases` must be set to
825
- # true.
848
+ # true for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
826
849
  # Corresponds to the JSON property `enablePrivateEnvironment`
827
850
  # @return [Boolean]
828
851
  attr_accessor :enable_private_environment
@@ -836,12 +859,15 @@ module Google
836
859
 
837
860
  # Optional. The CIDR block from which IP range for web server will be reserved.
838
861
  # Needs to be disjoint from `private_cluster_config.master_ipv4_cidr_block` and `
839
- # cloud_sql_ipv4_cidr_block`.
862
+ # cloud_sql_ipv4_cidr_block`. This field is supported for Cloud Composer
863
+ # environments in versions composer-1.*.*-airflow-*.*.*.
840
864
  # Corresponds to the JSON property `webServerIpv4CidrBlock`
841
865
  # @return [String]
842
866
  attr_accessor :web_server_ipv4_cidr_block
843
867
 
844
868
  # Output only. The IP range reserved for the tenant project's App Engine VMs.
869
+ # This field is supported for Cloud Composer environments in versions composer-1.
870
+ # *.*-airflow-*.*.*.
845
871
  # Corresponds to the JSON property `webServerIpv4ReservedRange`
846
872
  # @return [String]
847
873
  attr_accessor :web_server_ipv4_reserved_range
@@ -921,11 +947,19 @@ module Google
921
947
 
922
948
  # Optional. The major version of Python used to run the Apache Airflow scheduler,
923
949
  # worker, and webserver processes. Can be set to '2' or '3'. If not specified,
924
- # the default is '3'. Cannot be updated.
950
+ # the default is '3'. Cannot be updated. This field is only supported for Cloud
951
+ # Composer environments in versions composer-1.*.*-airflow-*.*.*. Environments
952
+ # in newer versions always use Python major version 3.
925
953
  # Corresponds to the JSON property `pythonVersion`
926
954
  # @return [String]
927
955
  attr_accessor :python_version
928
956
 
957
+ # Optional. The number of schedulers for Airflow. This field is supported for
958
+ # Cloud Composer environments in versions composer-1.*.*-airflow-2.*.*.
959
+ # Corresponds to the JSON property `schedulerCount`
960
+ # @return [Fixnum]
961
+ attr_accessor :scheduler_count
962
+
929
963
  def initialize(**args)
930
964
  update!(**args)
931
965
  end
@@ -937,6 +971,7 @@ module Google
937
971
  @image_version = args[:image_version] if args.key?(:image_version)
938
972
  @pypi_packages = args[:pypi_packages] if args.key?(:pypi_packages)
939
973
  @python_version = args[:python_version] if args.key?(:python_version)
974
+ @scheduler_count = args[:scheduler_count] if args.key?(:scheduler_count)
940
975
  end
941
976
  end
942
977
 
@@ -980,6 +1015,8 @@ module Google
980
1015
  end
981
1016
 
982
1017
  # The configuration settings for the Airflow web server App Engine instance.
1018
+ # Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.
1019
+ # *.*
983
1020
  class WebServerConfig
984
1021
  include Google::Apis::Core::Hashable
985
1022
 
@@ -1002,7 +1039,8 @@ module Google
1002
1039
  end
1003
1040
  end
1004
1041
 
1005
- # Network-level access control policy for the Airflow web server.
1042
+ # Network-level access control policy for the Airflow web server. Supported for
1043
+ # Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
1006
1044
  class WebServerNetworkAccessControl
1007
1045
  include Google::Apis::Core::Hashable
1008
1046
 
@@ -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.11.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210705"
25
+ REVISION = "20211013"
26
26
  end
27
27
  end
28
28
  end
@@ -360,6 +360,7 @@ module Google
360
360
  property :image_version, as: 'imageVersion'
361
361
  hash :pypi_packages, as: 'pypiPackages'
362
362
  property :python_version, as: 'pythonVersion'
363
+ property :scheduler_count, as: 'schedulerCount'
363
364
  end
364
365
  end
365
366
 
@@ -229,24 +229,42 @@ module Google
229
229
  # error to provide both a mask of this form and the `labels` mask. * `config.
230
230
  # nodeCount` * Horizontally scale the number of nodes in the environment. An
231
231
  # integer greater than or equal to 3 must be provided in the `config.nodeCount`
232
- # field. * `config.webServerNetworkAccessControl` * Replace the environment's
233
- # current `WebServerNetworkAccessControl`. * `config.databaseConfig` * Replace
234
- # the environment's current `DatabaseConfig`. * `config.webServerConfig` *
235
- # Replace the environment's current `WebServerConfig`. * `config.softwareConfig.
236
- # airflowConfigOverrides` * Replace all Apache Airflow config overrides. If a
237
- # replacement config overrides map is not included in `environment`, all config
238
- # overrides are cleared. It is an error to provide both this mask and a mask
239
- # specifying one or more individual config overrides. * `config.softwareConfig.
240
- # airflowConfigOverrides.`section-name * Override the Apache Airflow config
241
- # property *name* in the section named *section*, preserving other properties.
242
- # To delete the property override, include it in `updateMask` and omit its
243
- # mapping in `environment.config.softwareConfig.airflowConfigOverrides`. It is
244
- # an error to provide both a mask of this form and the `config.softwareConfig.
245
- # airflowConfigOverrides` mask. * `config.softwareConfig.envVariables` * Replace
246
- # all environment variables. If a replacement environment variable map is not
247
- # included in `environment`, all custom environment variables are cleared. It is
248
- # an error to provide both this mask and a mask specifying one or more
249
- # individual environment variables.
232
+ # field. Supported for Cloud Composer environments in versions composer-1.*.*-
233
+ # airflow-*.*.*. * `config.webServerNetworkAccessControl` * Replace the
234
+ # environment's current `WebServerNetworkAccessControl`. * `config.
235
+ # databaseConfig.machineType` * Cloud SQL machine type used by Airflow database.
236
+ # It has to be one of: db-n1-standard-2, db-n1-standard-4, db-n1-standard-8 or
237
+ # db-n1-standard-16. Supported for Cloud Composer environments in versions
238
+ # composer-1.*.*-airflow-*.*.*. * `config.webServerConfig.machineType` * Machine
239
+ # type on which Airflow web server is running. It has to be one of: composer-n1-
240
+ # webserver-2, composer-n1-webserver-4 or composer-n1-webserver-8. Supported for
241
+ # Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*. * `
242
+ # config.softwareConfig.airflowConfigOverrides` * Replace all Apache Airflow
243
+ # config overrides. If a replacement config overrides map is not included in `
244
+ # environment`, all config overrides are cleared. It is an error to provide both
245
+ # this mask and a mask specifying one or more individual config overrides. * `
246
+ # config.softwareConfig.airflowConfigOverrides.`section-name * Override the
247
+ # Apache Airflow config property *name* in the section named *section*,
248
+ # preserving other properties. To delete the property override, include it in `
249
+ # updateMask` and omit its mapping in `environment.config.softwareConfig.
250
+ # airflowConfigOverrides`. It is an error to provide both a mask of this form
251
+ # and the `config.softwareConfig.airflowConfigOverrides` mask. * `config.
252
+ # softwareConfig.envVariables` * Replace all environment variables. If a
253
+ # replacement environment variable map is not included in `environment`, all
254
+ # custom environment variables are cleared. It is an error to provide both this
255
+ # mask and a mask specifying one or more individual environment variables. * `
256
+ # config.softwareConfig.schedulerCount` * Horizontally scale the number of
257
+ # schedulers in Airflow. A positive integer not greater than the number of nodes
258
+ # must be provided in the `config.softwareConfig.schedulerCount` field.
259
+ # Supported for Cloud Composer environments in versions composer-1.*.*-airflow-2.
260
+ # *.*. * `config.databaseConfig.machineType` * Cloud SQL machine type used by
261
+ # Airflow database. It has to be one of: db-n1-standard-2, db-n1-standard-4, db-
262
+ # n1-standard-8 or db-n1-standard-16. Supported for Cloud Composer environments
263
+ # in versions composer-1.*.*-airflow-*.*.*. * `config.webServerConfig.
264
+ # machineType` * Machine type on which Airflow web server is running. It has to
265
+ # be one of: composer-n1-webserver-2, composer-n1-webserver-4 or composer-n1-
266
+ # webserver-8. Supported for Cloud Composer environments in versions composer-1.*
267
+ # .*-airflow-*.*.*.
250
268
  # @param [String] fields
251
269
  # Selector specifying which fields to include in a partial response.
252
270
  # @param [String] quota_user
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-composer_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-19 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-composer_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.11.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-composer_v1
60
+ 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.15.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: