google-apis-run_v1 0.14.0 → 0.18.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: c9895d5b99f87c77c3c7232928674a515bfc09151272679b02812298134c9584
4
- data.tar.gz: e9d5485a47b3df4c1168d6e0b816313d276e481822a7bc17af944d016959e7c2
3
+ metadata.gz: 7088f7376017d61d27d008fa88e386351f2da857d4c0595ff2d2901b7facfebf
4
+ data.tar.gz: 1394f81c680a23c32abdfa8fef1a58e74ea55577614dd0b37c7a5cc8eb2ac729
5
5
  SHA512:
6
- metadata.gz: a49aa58c30f20ab625d779aa514ec80122c40403f30ec32fa9c163286e2e059408de0961ddf5431be81ad698f2dac488637a6e4fe0bf78588b2fab37596277f7
7
- data.tar.gz: 6703a068a867efb8c4a75955b25fc2eb9cf6aee9ce9965989b9bdf8441a0adcdf6f430bbeac027d6444b121b0979ff0fd4c6bfab5d295a87651e79d8093d4c9f
6
+ metadata.gz: 4610e7006cd592f481f82ae28a30aac904ec168720260305b24fbb148b55b3372f7fe47e71f64bff70279bff413aea457c779fc09fd52be1eef1837d58ee17cc
7
+ data.tar.gz: 246b56c22c184cced734e7e3a0a91267dae8660cf5cb2883d90e2f4a12a72cf0b8e39f08039ce0f9134d7f71f44c66008c0968365ceff1fe79efc50d58851265
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.18.0 (2022-01-06)
4
+
5
+ * Regenerated from discovery document revision 20220103
6
+ * Unspecified changes
7
+
8
+ ### v0.17.0 (2021-11-17)
9
+
10
+ * Regenerated from discovery document revision 20211112
11
+
12
+ ### v0.16.0 (2021-11-10)
13
+
14
+ * Regenerated from discovery document revision 20211105
15
+
16
+ ### v0.15.0 (2021-10-27)
17
+
18
+ * Regenerated from discovery document revision 20211022
19
+
3
20
  ### v0.14.0 (2021-10-06)
4
21
 
5
22
  * Regenerated from discovery document revision 20211001
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/run_v1"
51
51
  client = Google::Apis::RunV1::CloudRunService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -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 Run service in particular.)
67
67
 
@@ -140,7 +140,7 @@ module Google
140
140
  end
141
141
  end
142
142
 
143
- # Associates `members` with a `role`.
143
+ # Associates `members`, or principals, with a `role`.
144
144
  class Binding
145
145
  include Google::Apis::Core::Hashable
146
146
 
@@ -163,7 +163,7 @@ module Google
163
163
  # @return [Google::Apis::RunV1::Expr]
164
164
  attr_accessor :condition
165
165
 
166
- # Specifies the identities requesting access for a Cloud Platform resource. `
166
+ # Specifies the principals requesting access for a Cloud Platform resource. `
167
167
  # members` can have the following values: * `allUsers`: A special identifier
168
168
  # that represents anyone who is on the internet; with or without a Google
169
169
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -193,8 +193,8 @@ module Google
193
193
  # @return [Array<String>]
194
194
  attr_accessor :members
195
195
 
196
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
197
- # , or `roles/owner`.
196
+ # Role that is assigned to the list of `members`, or principals. For example, `
197
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
198
198
  # Corresponds to the JSON property `role`
199
199
  # @return [String]
200
200
  attr_accessor :role
@@ -1745,31 +1745,31 @@ module Google
1745
1745
 
1746
1746
  # An Identity and Access Management (IAM) policy, which specifies access
1747
1747
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1748
- # A `binding` binds one or more `members` to a single `role`. Members can be
1749
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1750
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1751
- # role or a user-created custom role. For some types of Google Cloud resources,
1752
- # a `binding` can also specify a `condition`, which is a logical expression that
1753
- # allows access to a resource only if the expression evaluates to `true`. A
1754
- # condition can add constraints based on attributes of the request, the resource,
1755
- # or both. To learn which resources support conditions in their IAM policies,
1756
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1757
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1758
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1759
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1760
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1761
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1762
- # title": "expirable access", "description": "Does not grant access after Sep
1763
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1764
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1765
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1766
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1767
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1768
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1769
- # description: Does not grant access after Sep 2020 expression: request.time <
1770
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1771
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1772
- # google.com/iam/docs/).
1748
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1749
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1750
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1751
+ # an IAM predefined role or a user-created custom role. For some types of Google
1752
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1753
+ # logical expression that allows access to a resource only if the expression
1754
+ # evaluates to `true`. A condition can add constraints based on attributes of
1755
+ # the request, the resource, or both. To learn which resources support
1756
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1757
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1758
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1759
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1760
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1761
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1762
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1763
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1764
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1765
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1766
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1767
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1768
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1769
+ # access description: Does not grant access after Sep 2020 expression: request.
1770
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1771
+ # a description of IAM and its features, see the [IAM documentation](https://
1772
+ # cloud.google.com/iam/docs/).
1773
1773
  class Policy
1774
1774
  include Google::Apis::Core::Hashable
1775
1775
 
@@ -1778,14 +1778,14 @@ module Google
1778
1778
  # @return [Array<Google::Apis::RunV1::AuditConfig>]
1779
1779
  attr_accessor :audit_configs
1780
1780
 
1781
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1782
- # condition` that determines how and when the `bindings` are applied. Each of
1783
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
1784
- # can refer to up to 1,500 members; up to 250 of these members can be Google
1785
- # groups. Each occurrence of a member counts towards these limits. For example,
1786
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
1787
- # not to any other member, then you can add another 1,450 members to the `
1788
- # bindings` in the `Policy`.
1781
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1782
+ # specify a `condition` that determines how and when the `bindings` are applied.
1783
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1784
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1785
+ # can be Google groups. Each occurrence of a principal counts towards these
1786
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1787
+ # example.com`, and not to any other principal, then you can add another 1,450
1788
+ # principals to the `bindings` in the `Policy`.
1789
1789
  # Corresponds to the JSON property `bindings`
1790
1790
  # @return [Array<Google::Apis::RunV1::Binding>]
1791
1791
  attr_accessor :bindings
@@ -1959,12 +1959,12 @@ module Google
1959
1959
  attr_accessor :limits
1960
1960
 
1961
1961
  # (Optional) Only memory and CPU are supported. Note: The only supported values
1962
- # for CPU are '1' and '2'. Requests describes the minimum amount of compute
1963
- # resources required. If Requests is omitted for a container, it defaults to
1964
- # Limits if that is explicitly specified, otherwise to an implementation-defined
1965
- # value. The values of the map is string form of the 'quantity' k8s type: https:/
1966
- # /github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/
1967
- # pkg/api/resource/quantity.go
1962
+ # for CPU are '1', '2', and '4'. Requests describes the minimum amount of
1963
+ # compute resources required. If Requests is omitted for a container, it
1964
+ # defaults to Limits if that is explicitly specified, otherwise to an
1965
+ # implementation-defined value. The values of the map is string form of the '
1966
+ # quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/
1967
+ # staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
1968
1968
  # Corresponds to the JSON property `requests`
1969
1969
  # @return [Hash<String,String>]
1970
1970
  attr_accessor :requests
@@ -2032,11 +2032,11 @@ module Google
2032
2032
  class RevisionSpec
2033
2033
  include Google::Apis::Core::Hashable
2034
2034
 
2035
- # Optional. ContainerConcurrency specifies the maximum allowed in-flight (
2036
- # concurrent) requests per container instance of the Revision. Cloud Run fully
2037
- # managed: supported, defaults to 80 Cloud Run for Anthos: supported, defaults
2038
- # to 0, which means concurrency to the application is not limited, and the
2039
- # system decides the target concurrency for the autoscaler.
2035
+ # ContainerConcurrency specifies the maximum allowed in-flight (concurrent)
2036
+ # requests per container instance of the Revision. Cloud Run fully managed:
2037
+ # supported, defaults to 80 Cloud Run for Anthos: supported, defaults to 0,
2038
+ # which means concurrency to the application is not limited, and the system
2039
+ # decides the target concurrency for the autoscaler.
2040
2040
  # Corresponds to the JSON property `containerConcurrency`
2041
2041
  # @return [Fixnum]
2042
2042
  attr_accessor :container_concurrency
@@ -2050,6 +2050,25 @@ module Google
2050
2050
  # @return [Array<Google::Apis::RunV1::Container>]
2051
2051
  attr_accessor :containers
2052
2052
 
2053
+ # Indicates whether information about services should be injected into pod's
2054
+ # environment variables, matching the syntax of Docker links. Cloud Run fully
2055
+ # managed: Not supported. Cloud Run for Anthos: supported, defaults to true.
2056
+ # Corresponds to the JSON property `enableServiceLinks`
2057
+ # @return [Boolean]
2058
+ attr_accessor :enable_service_links
2059
+ alias_method :enable_service_links?, :enable_service_links
2060
+
2061
+ # ImagePullSecrets is a list of references to secrets in the same namespace to
2062
+ # use for pulling any images in pods that reference this ServiceAccount.
2063
+ # ImagePullSecrets are distinct from Secrets because Secrets can be mounted in
2064
+ # the pod, but ImagePullSecrets are only accessed by the kubelet. More info:
2065
+ # https://kubernetes.io/docs/concepts/containers/images/#specifying-
2066
+ # imagepullsecrets-on-a-pod Cloud Run fully managed: Not supported. Cloud Run
2067
+ # for Anthos: supported.
2068
+ # Corresponds to the JSON property `imagePullSecrets`
2069
+ # @return [Array<Google::Apis::RunV1::LocalObjectReference>]
2070
+ attr_accessor :image_pull_secrets
2071
+
2053
2072
  # Email address of the IAM service account associated with the revision of the
2054
2073
  # service. The service account represents the identity of the running revision,
2055
2074
  # and determines what permissions the revision has. If not provided, the
@@ -2080,6 +2099,8 @@ module Google
2080
2099
  def update!(**args)
2081
2100
  @container_concurrency = args[:container_concurrency] if args.key?(:container_concurrency)
2082
2101
  @containers = args[:containers] if args.key?(:containers)
2102
+ @enable_service_links = args[:enable_service_links] if args.key?(:enable_service_links)
2103
+ @image_pull_secrets = args[:image_pull_secrets] if args.key?(:image_pull_secrets)
2083
2104
  @service_account_name = args[:service_account_name] if args.key?(:service_account_name)
2084
2105
  @timeout_seconds = args[:timeout_seconds] if args.key?(:timeout_seconds)
2085
2106
  @volumes = args[:volumes] if args.key?(:volumes)
@@ -2629,31 +2650,31 @@ module Google
2629
2650
 
2630
2651
  # An Identity and Access Management (IAM) policy, which specifies access
2631
2652
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
2632
- # A `binding` binds one or more `members` to a single `role`. Members can be
2633
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
2634
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
2635
- # role or a user-created custom role. For some types of Google Cloud resources,
2636
- # a `binding` can also specify a `condition`, which is a logical expression that
2637
- # allows access to a resource only if the expression evaluates to `true`. A
2638
- # condition can add constraints based on attributes of the request, the resource,
2639
- # or both. To learn which resources support conditions in their IAM policies,
2640
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
2641
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
2642
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
2643
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
2644
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
2645
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
2646
- # title": "expirable access", "description": "Does not grant access after Sep
2647
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
2648
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
2649
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
2650
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
2651
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2652
- # roles/resourcemanager.organizationViewer condition: title: expirable access
2653
- # description: Does not grant access after Sep 2020 expression: request.time <
2654
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2655
- # description of IAM and its features, see the [IAM documentation](https://cloud.
2656
- # google.com/iam/docs/).
2653
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
2654
+ # Principals can be user accounts, service accounts, Google groups, and domains (
2655
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
2656
+ # an IAM predefined role or a user-created custom role. For some types of Google
2657
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
2658
+ # logical expression that allows access to a resource only if the expression
2659
+ # evaluates to `true`. A condition can add constraints based on attributes of
2660
+ # the request, the resource, or both. To learn which resources support
2661
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2662
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2663
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2664
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2665
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2666
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2667
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
2668
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2669
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2670
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
2671
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2672
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2673
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2674
+ # access description: Does not grant access after Sep 2020 expression: request.
2675
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2676
+ # a description of IAM and its features, see the [IAM documentation](https://
2677
+ # cloud.google.com/iam/docs/).
2657
2678
  # Corresponds to the JSON property `policy`
2658
2679
  # @return [Google::Apis::RunV1::Policy]
2659
2680
  attr_accessor :policy
@@ -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.14.0"
19
+ GEM_VERSION = "0.18.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 = "20211001"
25
+ REVISION = "20220103"
26
26
  end
27
27
  end
28
28
  end
@@ -894,6 +894,9 @@ module Google
894
894
  property :container_concurrency, as: 'containerConcurrency'
895
895
  collection :containers, as: 'containers', class: Google::Apis::RunV1::Container, decorator: Google::Apis::RunV1::Container::Representation
896
896
 
897
+ property :enable_service_links, as: 'enableServiceLinks'
898
+ collection :image_pull_secrets, as: 'imagePullSecrets', class: Google::Apis::RunV1::LocalObjectReference, decorator: Google::Apis::RunV1::LocalObjectReference::Representation
899
+
897
900
  property :service_account_name, as: 'serviceAccountName'
898
901
  property :timeout_seconds, as: 'timeoutSeconds'
899
902
  collection :volumes, as: 'volumes', class: Google::Apis::RunV1::Volume, decorator: Google::Apis::RunV1::Volume::Representation
@@ -1502,13 +1502,16 @@ module Google
1502
1502
  # REQUIRED: The resource for which the policy is being requested. See the
1503
1503
  # operation documentation for the appropriate value for this field.
1504
1504
  # @param [Fixnum] options_requested_policy_version
1505
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
1506
- # 3. Requests specifying an invalid value will be rejected. Requests for
1507
- # policies with any conditional bindings must specify version 3. Policies
1508
- # without any conditional bindings may specify any valid value or leave the
1509
- # field unset. To learn which resources support conditions in their IAM policies,
1510
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1511
- # resource-policies).
1505
+ # Optional. The maximum policy version that will be used to format the policy.
1506
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
1507
+ # rejected. Requests for policies with any conditional role bindings must
1508
+ # specify version 3. Policies with no conditional role bindings may specify any
1509
+ # valid value or leave the field unset. The policy in the response might use the
1510
+ # policy version that you specified, or it might use a lower policy version. For
1511
+ # example, if you specify version 3, but the policy has no conditional role
1512
+ # bindings, the response uses version 1. To learn which resources support
1513
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1514
+ # google.com/iam/help/conditions/resource-policies).
1512
1515
  # @param [String] fields
1513
1516
  # Selector specifying which fields to include in a partial response.
1514
1517
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.18.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-10-11 00:00:00.000000000 Z
11
+ date: 2022-01-10 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-run_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.14.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.18.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Run Admin API V1