google-apis-run_v1 0.9.0 → 0.13.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: 7f264c56886d3b66a15f9a9f0f9acd82d494f29bc67b735eab3afccd63dbe166
4
- data.tar.gz: d844d3d5a4a9ba4dfb64e92917f9fd5fcf37f94573fbeea87617bd81c55b7d2c
3
+ metadata.gz: 9d8915bdc8e96998dfbda157e9573acb40247f75d82621c42cd6e478d566fffb
4
+ data.tar.gz: facc13f30c42962996499d94e319b4f2a403d604dabe232f22843500476eeed0
5
5
  SHA512:
6
- metadata.gz: 9e392ffa3908cb2d1a627892d880035fbe62a9556f569817e39ec1cccbb659d39a3f87089a00c9de8cf55bb826296aa06b94df3100d95c7315cf6cc92b823f31
7
- data.tar.gz: fc2c15b7280ff133010fd1a67fedd70c778126296e2951255de86b0d4f886254db234f06d9801dc55fda827bff8276e925745a5a857e5c424bc7405c2323459e
6
+ metadata.gz: 5c8dc33fb66b7c23035eb423034c6b161619f02f181668068fd2256a594cdd9f7a8780547611e2477c9b1278cc779a346ea2ff2f924f316a4c612471e9dd84b4
7
+ data.tar.gz: e42aee4e5975501a68c8e7344904c43d9c42bcce3d700e02e7af7f4b6b94c2bbcd0997a98a865f5fa89b1ec3568e33e4f638c800b836cac596da51e25b6adacf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.13.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210813
6
+
7
+ ### v0.12.0 (2021-07-22)
8
+
9
+ * Regenerated from discovery document revision 20210716
10
+
11
+ ### v0.11.0 (2021-06-29)
12
+
13
+ * Regenerated using generator version 0.4.0
14
+
15
+ ### v0.10.0 (2021-06-24)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.9.0 (2021-06-19)
4
20
 
5
21
  * Regenerated from discovery document revision 20210611
@@ -338,7 +338,7 @@ module Google
338
338
  # and optionally how the containers those revisions reference are built. Users
339
339
  # create new Revisions by updating the Configuration's spec. The "latest created"
340
340
  # revision's name is available under status, as is the "latest ready" revision'
341
- # s name. See also: https://github.com/knative/serving/blob/master/docs/spec/
341
+ # s name. See also: https://github.com/knative/serving/blob/main/docs/spec/
342
342
  # overview.md#configuration
343
343
  class Configuration
344
344
  include Google::Apis::Core::Hashable
@@ -757,8 +757,8 @@ module Google
757
757
  # @return [Array<Google::Apis::RunV1::ResourceRecord>]
758
758
  attr_accessor :resource_records
759
759
 
760
- # Cloud Run fully managed: not supported Cloud Run on GKE: supported Holds the
761
- # URL that will serve the traffic of the DomainMapping. +optional
760
+ # Optional. Cloud Run fully managed: not supported Cloud Run on GKE: supported
761
+ # Holds the URL that will serve the traffic of the DomainMapping.
762
762
  # Corresponds to the JSON property `url`
763
763
  # @return [String]
764
764
  attr_accessor :url
@@ -984,7 +984,7 @@ module Google
984
984
  attr_accessor :status
985
985
 
986
986
  # type is used to communicate the status of the reconciliation process. See also:
987
- # https://github.com/knative/serving/blob/master/docs/spec/errors.md#error-
987
+ # https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-
988
988
  # conditions-and-reporting Types common to all resources include: * "Ready":
989
989
  # True when the Resource is ready.
990
990
  # Corresponds to the JSON property `type`
@@ -1754,7 +1754,7 @@ module Google
1754
1754
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1755
1755
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1756
1756
  # description: Does not grant access after Sep 2020 expression: request.time <
1757
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1757
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1758
1758
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1759
1759
  # google.com/iam/docs/).
1760
1760
  class Policy
@@ -1964,7 +1964,7 @@ module Google
1964
1964
 
1965
1965
  # Revision is an immutable snapshot of code and configuration. A revision
1966
1966
  # references a container image. Revisions are created by updates to a
1967
- # Configuration. See also: https://github.com/knative/serving/blob/master/docs/
1967
+ # Configuration. See also: https://github.com/knative/serving/blob/main/docs/
1968
1968
  # spec/overview.md#revision
1969
1969
  class Revision
1970
1970
  include Google::Apis::Core::Hashable
@@ -2014,7 +2014,7 @@ module Google
2014
2014
  class RevisionSpec
2015
2015
  include Google::Apis::Core::Hashable
2016
2016
 
2017
- # (Optional) ContainerConcurrency specifies the maximum allowed in-flight (
2017
+ # Optional. ContainerConcurrency specifies the maximum allowed in-flight (
2018
2018
  # concurrent) requests per container instance of the Revision. Cloud Run fully
2019
2019
  # managed: supported, defaults to 80 Cloud Run for Anthos: supported, defaults
2020
2020
  # to 0, which means concurrency to the application is not limited, and the
@@ -2027,7 +2027,7 @@ module Google
2027
2027
  # this Revision. In the context of a Revision, we disallow a number of fields on
2028
2028
  # this Container, including: name and lifecycle. In Cloud Run, only a single
2029
2029
  # container may be provided. The runtime contract is documented here: https://
2030
- # github.com/knative/serving/blob/master/docs/runtime-contract.md
2030
+ # github.com/knative/serving/blob/main/docs/runtime-contract.md
2031
2031
  # Corresponds to the JSON property `containers`
2032
2032
  # @return [Array<Google::Apis::RunV1::Container>]
2033
2033
  attr_accessor :containers
@@ -2042,9 +2042,9 @@ module Google
2042
2042
 
2043
2043
  # TimeoutSeconds holds the max duration the instance is allowed for responding
2044
2044
  # to a request. Cloud Run fully managed: defaults to 300 seconds (5 minutes).
2045
- # Maximum allowed value is 900 seconds (15 minutes). Cloud Run for Anthos:
2046
- # defaults to 300 seconds (5 minutes). Maximum allowed value is configurable by
2047
- # the cluster operator.
2045
+ # Maximum allowed value is 3600 seconds (1 hour). Cloud Run for Anthos: defaults
2046
+ # to 300 seconds (5 minutes). Maximum allowed value is configurable by the
2047
+ # cluster operator.
2048
2048
  # Corresponds to the JSON property `timeoutSeconds`
2049
2049
  # @return [Fixnum]
2050
2050
  attr_accessor :timeout_seconds
@@ -2092,8 +2092,8 @@ module Google
2092
2092
  # @return [String]
2093
2093
  attr_accessor :image_digest
2094
2094
 
2095
- # Specifies the generated logging url for this particular revision based on the
2096
- # revision url template specified in the controller's config. +optional
2095
+ # Optional. Specifies the generated logging url for this particular revision
2096
+ # based on the revision url template specified in the controller's config.
2097
2097
  # Corresponds to the JSON property `logUrl`
2098
2098
  # @return [String]
2099
2099
  attr_accessor :log_url
@@ -2158,8 +2158,8 @@ module Google
2158
2158
  # referencing the Configuration responsible for creating them; in these cases
2159
2159
  # the Route is additionally responsible for monitoring the Configuration for "
2160
2160
  # latest ready" revision changes, and smoothly rolling out latest revisions. See
2161
- # also: https://github.com/knative/serving/blob/master/docs/spec/overview.md#
2162
- # route Cloud Run currently supports referencing a single Configuration to
2161
+ # also: https://github.com/knative/serving/blob/main/docs/spec/overview.md#route
2162
+ # Cloud Run currently supports referencing a single Configuration to
2163
2163
  # automatically deploy the "latest ready" Revision from that Configuration.
2164
2164
  class Route
2165
2165
  include Google::Apis::Core::Hashable
@@ -2454,7 +2454,7 @@ module Google
2454
2454
  # Routes and Configurations (much as a kubernetes Deployment orchestrates
2455
2455
  # ReplicaSets). The Service's controller will track the statuses of its owned
2456
2456
  # Configuration and Route, reflecting their statuses and conditions as its own.
2457
- # See also: https://github.com/knative/serving/blob/master/docs/spec/overview.md#
2457
+ # See also: https://github.com/knative/serving/blob/main/docs/spec/overview.md#
2458
2458
  # service
2459
2459
  class Service
2460
2460
  include Google::Apis::Core::Hashable
@@ -2629,7 +2629,7 @@ module Google
2629
2629
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2630
2630
  # roles/resourcemanager.organizationViewer condition: title: expirable access
2631
2631
  # description: Does not grant access after Sep 2020 expression: request.time <
2632
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
2632
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2633
2633
  # description of IAM and its features, see the [IAM documentation](https://cloud.
2634
2634
  # google.com/iam/docs/).
2635
2635
  # Corresponds to the JSON property `policy`
@@ -2898,10 +2898,10 @@ module Google
2898
2898
  # @return [String]
2899
2899
  attr_accessor :configuration_name
2900
2900
 
2901
- # LatestRevision may be optionally provided to indicate that the latest ready
2901
+ # Optional. LatestRevision may be provided to indicate that the latest ready
2902
2902
  # Revision of the Configuration should be used for this traffic target. When
2903
2903
  # provided LatestRevision must be true if RevisionName is empty; it must be
2904
- # false when RevisionName is non-empty. +optional
2904
+ # false when RevisionName is non-empty.
2905
2905
  # Corresponds to the JSON property `latestRevision`
2906
2906
  # @return [Boolean]
2907
2907
  attr_accessor :latest_revision
@@ -2921,8 +2921,8 @@ module Google
2921
2921
  # @return [String]
2922
2922
  attr_accessor :revision_name
2923
2923
 
2924
- # Tag is optionally used to expose a dedicated url for referencing this target
2925
- # exclusively. +optional
2924
+ # Optional. Tag is used to expose a dedicated url for referencing this target
2925
+ # exclusively.
2926
2926
  # Corresponds to the JSON property `tag`
2927
2927
  # @return [String]
2928
2928
  attr_accessor :tag
@@ -2950,7 +2950,7 @@ module Google
2950
2950
  end
2951
2951
  end
2952
2952
 
2953
- # Not supported by Cloud Run Volume represents a named volume in a container.
2953
+ # Volume represents a named volume in a container.
2954
2954
  class Volume
2955
2955
  include Google::Apis::Core::Hashable
2956
2956
 
@@ -2962,7 +2962,7 @@ module Google
2962
2962
  # @return [Google::Apis::RunV1::ConfigMapVolumeSource]
2963
2963
  attr_accessor :config_map
2964
2964
 
2965
- # Volume's name.
2965
+ # Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.
2966
2966
  # Corresponds to the JSON property `name`
2967
2967
  # @return [String]
2968
2968
  attr_accessor :name
@@ -2987,8 +2987,7 @@ module Google
2987
2987
  end
2988
2988
  end
2989
2989
 
2990
- # Not supported by Cloud Run VolumeMount describes a mounting of a Volume within
2991
- # a container.
2990
+ # VolumeMount describes a mounting of a Volume within a container.
2992
2991
  class VolumeMount
2993
2992
  include Google::Apis::Core::Hashable
2994
2993
 
@@ -2998,7 +2997,8 @@ module Google
2998
2997
  # @return [String]
2999
2998
  attr_accessor :mount_path
3000
2999
 
3001
- # This must match the Name of a Volume.
3000
+ # The name of the volume. There must be a corresponding Volume with the same
3001
+ # name.
3002
3002
  # Corresponds to the JSON property `name`
3003
3003
  # @return [String]
3004
3004
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1
18
18
  # Version of the google-apis-run_v1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210611"
25
+ REVISION = "20210813"
26
26
  end
27
27
  end
28
28
  end
@@ -23,8 +23,8 @@ module Google
23
23
  # Cloud Run Admin API
24
24
  #
25
25
  # Deploy and manage user provided container images that scale automatically
26
- # based on incoming requets. The Cloud Run Admin API follows the Knative Serving
27
- # API specification.
26
+ # based on incoming requests. The Cloud Run Admin API follows the Knative
27
+ # Serving API specification.
28
28
  #
29
29
  # @example
30
30
  # require 'google/apis/run_v1'
@@ -123,7 +123,7 @@ module Google
123
123
  # The namespace from which the configurations should be listed. For Cloud Run (
124
124
  # fully managed), replace `namespace_id` with the project ID or number.
125
125
  # @param [String] continue
126
- # Optional encoded string to continue paging.
126
+ # Optional. Encoded string to continue paging.
127
127
  # @param [String] field_selector
128
128
  # Allows to filter resources based on a specific value for a field name. Send
129
129
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -134,7 +134,7 @@ module Google
134
134
  # Allows to filter resources based on a label. Supported operations are =, !=,
135
135
  # exists, in, and notIn.
136
136
  # @param [Fixnum] limit
137
- # The maximum number of records that should be returned.
137
+ # Optional. The maximum number of records that should be returned.
138
138
  # @param [String] resource_version
139
139
  # The baseline resource version from which the list or watch operation should
140
140
  # start. Not currently used by Cloud Run.
@@ -295,7 +295,7 @@ module Google
295
295
  # The namespace from which the domain mappings should be listed. For Cloud Run (
296
296
  # fully managed), replace `namespace_id` with the project ID or number.
297
297
  # @param [String] continue
298
- # Optional encoded string to continue paging.
298
+ # Optional. Encoded string to continue paging.
299
299
  # @param [String] field_selector
300
300
  # Allows to filter resources based on a specific value for a field name. Send
301
301
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -306,7 +306,7 @@ module Google
306
306
  # Allows to filter resources based on a label. Supported operations are =, !=,
307
307
  # exists, in, and notIn.
308
308
  # @param [Fixnum] limit
309
- # The maximum number of records that should be returned.
309
+ # Optional. The maximum number of records that should be returned.
310
310
  # @param [String] resource_version
311
311
  # The baseline resource version from which the list or watch operation should
312
312
  # start. Not currently used by Cloud Run.
@@ -429,7 +429,7 @@ module Google
429
429
  # The namespace from which the revisions should be listed. For Cloud Run (fully
430
430
  # managed), replace `namespace_id` with the project ID or number.
431
431
  # @param [String] continue
432
- # Optional encoded string to continue paging.
432
+ # Optional. Encoded string to continue paging.
433
433
  # @param [String] field_selector
434
434
  # Allows to filter resources based on a specific value for a field name. Send
435
435
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -440,7 +440,7 @@ module Google
440
440
  # Allows to filter resources based on a label. Supported operations are =, !=,
441
441
  # exists, in, and notIn.
442
442
  # @param [Fixnum] limit
443
- # The maximum number of records that should be returned.
443
+ # Optional. The maximum number of records that should be returned.
444
444
  # @param [String] resource_version
445
445
  # The baseline resource version from which the list or watch operation should
446
446
  # start. Not currently used by Cloud Run.
@@ -517,7 +517,7 @@ module Google
517
517
  # The namespace from which the routes should be listed. For Cloud Run (fully
518
518
  # managed), replace `namespace_id` with the project ID or number.
519
519
  # @param [String] continue
520
- # Optional encoded string to continue paging.
520
+ # Optional. Encoded string to continue paging.
521
521
  # @param [String] field_selector
522
522
  # Allows to filter resources based on a specific value for a field name. Send
523
523
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -528,7 +528,7 @@ module Google
528
528
  # Allows to filter resources based on a label. Supported operations are =, !=,
529
529
  # exists, in, and notIn.
530
530
  # @param [Fixnum] limit
531
- # The maximum number of records that should be returned.
531
+ # Optional. The maximum number of records that should be returned.
532
532
  # @param [String] resource_version
533
533
  # The baseline resource version from which the list or watch operation should
534
534
  # start. Not currently used by Cloud Run.
@@ -690,7 +690,7 @@ module Google
690
690
  # The namespace from which the services should be listed. For Cloud Run (fully
691
691
  # managed), replace `namespace_id` with the project ID or number.
692
692
  # @param [String] continue
693
- # Optional encoded string to continue paging.
693
+ # Optional. Encoded string to continue paging.
694
694
  # @param [String] field_selector
695
695
  # Allows to filter resources based on a specific value for a field name. Send
696
696
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -701,7 +701,7 @@ module Google
701
701
  # Allows to filter resources based on a label. Supported operations are =, !=,
702
702
  # exists, in, and notIn.
703
703
  # @param [Fixnum] limit
704
- # The maximum number of records that should be returned.
704
+ # Optional. The maximum number of records that should be returned.
705
705
  # @param [String] resource_version
706
706
  # The baseline resource version from which the list or watch operation should
707
707
  # start. Not currently used by Cloud Run.
@@ -934,7 +934,7 @@ module Google
934
934
  # The namespace from which the configurations should be listed. For Cloud Run (
935
935
  # fully managed), replace `namespace_id` with the project ID or number.
936
936
  # @param [String] continue
937
- # Optional encoded string to continue paging.
937
+ # Optional. Encoded string to continue paging.
938
938
  # @param [String] field_selector
939
939
  # Allows to filter resources based on a specific value for a field name. Send
940
940
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -945,7 +945,7 @@ module Google
945
945
  # Allows to filter resources based on a label. Supported operations are =, !=,
946
946
  # exists, in, and notIn.
947
947
  # @param [Fixnum] limit
948
- # The maximum number of records that should be returned.
948
+ # Optional. The maximum number of records that should be returned.
949
949
  # @param [String] resource_version
950
950
  # The baseline resource version from which the list or watch operation should
951
951
  # start. Not currently used by Cloud Run.
@@ -1106,7 +1106,7 @@ module Google
1106
1106
  # The namespace from which the domain mappings should be listed. For Cloud Run (
1107
1107
  # fully managed), replace `namespace_id` with the project ID or number.
1108
1108
  # @param [String] continue
1109
- # Optional encoded string to continue paging.
1109
+ # Optional. Encoded string to continue paging.
1110
1110
  # @param [String] field_selector
1111
1111
  # Allows to filter resources based on a specific value for a field name. Send
1112
1112
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -1117,7 +1117,7 @@ module Google
1117
1117
  # Allows to filter resources based on a label. Supported operations are =, !=,
1118
1118
  # exists, in, and notIn.
1119
1119
  # @param [Fixnum] limit
1120
- # The maximum number of records that should be returned.
1120
+ # Optional. The maximum number of records that should be returned.
1121
1121
  # @param [String] resource_version
1122
1122
  # The baseline resource version from which the list or watch operation should
1123
1123
  # start. Not currently used by Cloud Run.
@@ -1240,7 +1240,7 @@ module Google
1240
1240
  # The namespace from which the revisions should be listed. For Cloud Run (fully
1241
1241
  # managed), replace `namespace_id` with the project ID or number.
1242
1242
  # @param [String] continue
1243
- # Optional encoded string to continue paging.
1243
+ # Optional. Encoded string to continue paging.
1244
1244
  # @param [String] field_selector
1245
1245
  # Allows to filter resources based on a specific value for a field name. Send
1246
1246
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -1251,7 +1251,7 @@ module Google
1251
1251
  # Allows to filter resources based on a label. Supported operations are =, !=,
1252
1252
  # exists, in, and notIn.
1253
1253
  # @param [Fixnum] limit
1254
- # The maximum number of records that should be returned.
1254
+ # Optional. The maximum number of records that should be returned.
1255
1255
  # @param [String] resource_version
1256
1256
  # The baseline resource version from which the list or watch operation should
1257
1257
  # start. Not currently used by Cloud Run.
@@ -1328,7 +1328,7 @@ module Google
1328
1328
  # The namespace from which the routes should be listed. For Cloud Run (fully
1329
1329
  # managed), replace `namespace_id` with the project ID or number.
1330
1330
  # @param [String] continue
1331
- # Optional encoded string to continue paging.
1331
+ # Optional. Encoded string to continue paging.
1332
1332
  # @param [String] field_selector
1333
1333
  # Allows to filter resources based on a specific value for a field name. Send
1334
1334
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -1339,7 +1339,7 @@ module Google
1339
1339
  # Allows to filter resources based on a label. Supported operations are =, !=,
1340
1340
  # exists, in, and notIn.
1341
1341
  # @param [Fixnum] limit
1342
- # The maximum number of records that should be returned.
1342
+ # Optional. The maximum number of records that should be returned.
1343
1343
  # @param [String] resource_version
1344
1344
  # The baseline resource version from which the list or watch operation should
1345
1345
  # start. Not currently used by Cloud Run.
@@ -1542,7 +1542,7 @@ module Google
1542
1542
  # The namespace from which the services should be listed. For Cloud Run (fully
1543
1543
  # managed), replace `namespace_id` with the project ID or number.
1544
1544
  # @param [String] continue
1545
- # Optional encoded string to continue paging.
1545
+ # Optional. Encoded string to continue paging.
1546
1546
  # @param [String] field_selector
1547
1547
  # Allows to filter resources based on a specific value for a field name. Send
1548
1548
  # this in a query string format. i.e. 'metadata.name%3Dlorem'. Not currently
@@ -1553,7 +1553,7 @@ module Google
1553
1553
  # Allows to filter resources based on a label. Supported operations are =, !=,
1554
1554
  # exists, in, and notIn.
1555
1555
  # @param [Fixnum] limit
1556
- # The maximum number of records that should be returned.
1556
+ # Optional. The maximum number of records that should be returned.
1557
1557
  # @param [String] resource_version
1558
1558
  # The baseline resource version from which the list or watch operation should
1559
1559
  # start. Not currently used by Cloud Run.
@@ -22,8 +22,8 @@ module Google
22
22
  # Cloud Run Admin API
23
23
  #
24
24
  # Deploy and manage user provided container images that scale automatically
25
- # based on incoming requets. The Cloud Run Admin API follows the Knative Serving
26
- # API specification.
25
+ # based on incoming requests. The Cloud Run Admin API follows the Knative
26
+ # Serving API specification.
27
27
  #
28
28
  # @see https://cloud.google.com/run/
29
29
  module RunV1
@@ -31,7 +31,7 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V1'
33
33
 
34
- # See, edit, configure, and delete your Google Cloud Platform data
34
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
  end
37
37
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.13.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-06-21 00:00:00.000000000 Z
11
+ date: 2021-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Run Admin API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.13.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1
57
63
  post_install_message:
58
64
  rdoc_options: []