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 +4 -4
- data/CHANGELOG.md +17 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/run_v1/classes.rb +94 -73
- data/lib/google/apis/run_v1/gem_version.rb +2 -2
- data/lib/google/apis/run_v1/representations.rb +3 -0
- data/lib/google/apis/run_v1/service.rb +10 -7
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7088f7376017d61d27d008fa88e386351f2da857d4c0595ff2d2901b7facfebf
|
4
|
+
data.tar.gz: 1394f81c680a23c32abdfa8fef1a58e74ea55577614dd0b37c7a5cc8eb2ac729
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
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
|
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
|
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
|
197
|
-
#
|
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
|
1749
|
-
# user accounts, service accounts, Google groups, and domains (
|
1750
|
-
# A `role` is a named list of permissions; each `role` can be
|
1751
|
-
# role or a user-created custom role. For some types of Google
|
1752
|
-
# a `binding` can also specify a `condition`, which is a
|
1753
|
-
# allows access to a resource only if the expression
|
1754
|
-
# condition can add constraints based on attributes of
|
1755
|
-
# or both. To learn which resources support
|
1756
|
-
# see the [IAM documentation](https://cloud.
|
1757
|
-
# resource-policies). **JSON example:** ` "
|
1758
|
-
# resourcemanager.organizationAdmin", "members": [
|
1759
|
-
# group:admins@example.com", "domain:google.com", "
|
1760
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
1761
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
1762
|
-
# title": "expirable access", "description": "Does not grant
|
1763
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1764
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1765
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
1766
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1767
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
1768
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
1769
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
1770
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1771
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
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
|
1782
|
-
# condition` that determines how and when the `bindings` are applied.
|
1783
|
-
# the `bindings` must contain at least one
|
1784
|
-
# can refer to up to 1,500
|
1785
|
-
# groups. Each occurrence of a
|
1786
|
-
# if the `bindings` grant 50 different roles to `user:alice@
|
1787
|
-
# not to any other
|
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 '
|
1963
|
-
# resources required. If Requests is omitted for a container, it
|
1964
|
-
# Limits if that is explicitly specified, otherwise to an
|
1965
|
-
# value. The values of the map is string form of the '
|
1966
|
-
#
|
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
|
-
#
|
2036
|
-
#
|
2037
|
-
#
|
2038
|
-
#
|
2039
|
-
#
|
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
|
2633
|
-
# user accounts, service accounts, Google groups, and domains (
|
2634
|
-
# A `role` is a named list of permissions; each `role` can be
|
2635
|
-
# role or a user-created custom role. For some types of Google
|
2636
|
-
# a `binding` can also specify a `condition`, which is a
|
2637
|
-
# allows access to a resource only if the expression
|
2638
|
-
# condition can add constraints based on attributes of
|
2639
|
-
# or both. To learn which resources support
|
2640
|
-
# see the [IAM documentation](https://cloud.
|
2641
|
-
# resource-policies). **JSON example:** ` "
|
2642
|
-
# resourcemanager.organizationAdmin", "members": [
|
2643
|
-
# group:admins@example.com", "domain:google.com", "
|
2644
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
2645
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
2646
|
-
# title": "expirable access", "description": "Does not grant
|
2647
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
2648
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
2649
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
2650
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
2651
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
2652
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
2653
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
2654
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
2655
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
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.
|
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 = "
|
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
|
1506
|
-
# 3. Requests specifying an invalid value will be
|
1507
|
-
# policies with any conditional bindings must
|
1508
|
-
#
|
1509
|
-
# field unset.
|
1510
|
-
#
|
1511
|
-
#
|
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.
|
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:
|
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/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
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.
|
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
|