google-apis-run_v1 0.10.0 → 0.14.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 +16 -0
- data/lib/google/apis/run_v1/classes.rb +64 -42
- data/lib/google/apis/run_v1/gem_version.rb +3 -3
- data/lib/google/apis/run_v1/service.rb +22 -22
- data/lib/google/apis/run_v1.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c9895d5b99f87c77c3c7232928674a515bfc09151272679b02812298134c9584
|
4
|
+
data.tar.gz: e9d5485a47b3df4c1168d6e0b816313d276e481822a7bc17af944d016959e7c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a49aa58c30f20ab625d779aa514ec80122c40403f30ec32fa9c163286e2e059408de0961ddf5431be81ad698f2dac488637a6e4fe0bf78588b2fab37596277f7
|
7
|
+
data.tar.gz: 6703a068a867efb8c4a75955b25fc2eb9cf6aee9ce9965989b9bdf8441a0adcdf6f430bbeac027d6444b121b0979ff0fd4c6bfab5d295a87651e79d8093d4c9f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Release history for google-apis-run_v1
|
2
2
|
|
3
|
+
### v0.14.0 (2021-10-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20211001
|
6
|
+
|
7
|
+
### v0.13.0 (2021-09-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210813
|
10
|
+
|
11
|
+
### v0.12.0 (2021-07-22)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210716
|
14
|
+
|
15
|
+
### v0.11.0 (2021-06-29)
|
16
|
+
|
17
|
+
* Regenerated using generator version 0.4.0
|
18
|
+
|
3
19
|
### v0.10.0 (2021-06-24)
|
4
20
|
|
5
21
|
* Unspecified changes
|
@@ -292,10 +292,17 @@ module Google
|
|
292
292
|
class ConfigMapVolumeSource
|
293
293
|
include Google::Apis::Core::Hashable
|
294
294
|
|
295
|
-
# (Optional)
|
296
|
-
# between
|
297
|
-
#
|
298
|
-
#
|
295
|
+
# (Optional) Integer representation of mode bits to use on created files by
|
296
|
+
# default. Must be a value between 01 and 0777 (octal). If 0 or not set, it will
|
297
|
+
# default to 0644. Directories within the path are not affected by this setting.
|
298
|
+
# Notes * Internally, a umask of 0222 will be applied to any non-zero value. *
|
299
|
+
# This is an integer representation of the mode bits. So, the octal integer
|
300
|
+
# value should look exactly as the chmod numeric notation with a leading zero.
|
301
|
+
# Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10).
|
302
|
+
# For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (
|
303
|
+
# u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in
|
304
|
+
# conflict with other options that affect the file mode, like fsGroup, and the
|
305
|
+
# result can be other mode bits set.
|
299
306
|
# Corresponds to the JSON property `defaultMode`
|
300
307
|
# @return [Fixnum]
|
301
308
|
attr_accessor :default_mode
|
@@ -338,7 +345,7 @@ module Google
|
|
338
345
|
# and optionally how the containers those revisions reference are built. Users
|
339
346
|
# create new Revisions by updating the Configuration's spec. The "latest created"
|
340
347
|
# revision's name is available under status, as is the "latest ready" revision'
|
341
|
-
# s name. See also: https://github.com/knative/serving/blob/
|
348
|
+
# s name. See also: https://github.com/knative/serving/blob/main/docs/spec/
|
342
349
|
# overview.md#configuration
|
343
350
|
class Configuration
|
344
351
|
include Google::Apis::Core::Hashable
|
@@ -757,8 +764,8 @@ module Google
|
|
757
764
|
# @return [Array<Google::Apis::RunV1::ResourceRecord>]
|
758
765
|
attr_accessor :resource_records
|
759
766
|
|
760
|
-
# Cloud Run fully managed: not supported Cloud Run on GKE: supported
|
761
|
-
# URL that will serve the traffic of the DomainMapping.
|
767
|
+
# Optional. Cloud Run fully managed: not supported Cloud Run on GKE: supported
|
768
|
+
# Holds the URL that will serve the traffic of the DomainMapping.
|
762
769
|
# Corresponds to the JSON property `url`
|
763
770
|
# @return [String]
|
764
771
|
attr_accessor :url
|
@@ -984,7 +991,7 @@ module Google
|
|
984
991
|
attr_accessor :status
|
985
992
|
|
986
993
|
# type is used to communicate the status of the reconciliation process. See also:
|
987
|
-
# https://github.com/knative/serving/blob/
|
994
|
+
# https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-
|
988
995
|
# conditions-and-reporting Types common to all resources include: * "Ready":
|
989
996
|
# True when the Resource is ready.
|
990
997
|
# Corresponds to the JSON property `type`
|
@@ -1081,10 +1088,16 @@ module Google
|
|
1081
1088
|
# @return [String]
|
1082
1089
|
attr_accessor :key
|
1083
1090
|
|
1084
|
-
# (Optional) Mode bits to use on this file, must be a value between
|
1085
|
-
#
|
1086
|
-
#
|
1087
|
-
#
|
1091
|
+
# (Optional) Mode bits to use on this file, must be a value between 01 and 0777 (
|
1092
|
+
# octal). If 0 or not set, the Volume's default mode will be used. Notes *
|
1093
|
+
# Internally, a umask of 0222 will be applied to any non-zero value. * This is
|
1094
|
+
# an integer representation of the mode bits. So, the octal integer value should
|
1095
|
+
# look exactly as the chmod numeric notation with a leading zero. Some examples:
|
1096
|
+
# for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=
|
1097
|
+
# rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx),
|
1098
|
+
# set to 0755 (octal) or 493 (base-10). * This might be in conflict with other
|
1099
|
+
# options that affect the file mode, like fsGroup, and the result can be other
|
1100
|
+
# mode bits set.
|
1088
1101
|
# Corresponds to the JSON property `mode`
|
1089
1102
|
# @return [Fixnum]
|
1090
1103
|
attr_accessor :mode
|
@@ -1754,7 +1767,7 @@ module Google
|
|
1754
1767
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
1755
1768
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
1756
1769
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
1757
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
1770
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
1758
1771
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
1759
1772
|
# google.com/iam/docs/).
|
1760
1773
|
class Policy
|
@@ -1767,7 +1780,12 @@ module Google
|
|
1767
1780
|
|
1768
1781
|
# Associates a list of `members` to a `role`. Optionally, may specify a `
|
1769
1782
|
# condition` that determines how and when the `bindings` are applied. Each of
|
1770
|
-
# the `bindings` must contain at least one member.
|
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`.
|
1771
1789
|
# Corresponds to the JSON property `bindings`
|
1772
1790
|
# @return [Array<Google::Apis::RunV1::Binding>]
|
1773
1791
|
attr_accessor :bindings
|
@@ -1964,7 +1982,7 @@ module Google
|
|
1964
1982
|
|
1965
1983
|
# Revision is an immutable snapshot of code and configuration. A revision
|
1966
1984
|
# references a container image. Revisions are created by updates to a
|
1967
|
-
# Configuration. See also: https://github.com/knative/serving/blob/
|
1985
|
+
# Configuration. See also: https://github.com/knative/serving/blob/main/docs/
|
1968
1986
|
# spec/overview.md#revision
|
1969
1987
|
class Revision
|
1970
1988
|
include Google::Apis::Core::Hashable
|
@@ -2014,7 +2032,7 @@ module Google
|
|
2014
2032
|
class RevisionSpec
|
2015
2033
|
include Google::Apis::Core::Hashable
|
2016
2034
|
|
2017
|
-
#
|
2035
|
+
# Optional. ContainerConcurrency specifies the maximum allowed in-flight (
|
2018
2036
|
# concurrent) requests per container instance of the Revision. Cloud Run fully
|
2019
2037
|
# managed: supported, defaults to 80 Cloud Run for Anthos: supported, defaults
|
2020
2038
|
# to 0, which means concurrency to the application is not limited, and the
|
@@ -2027,7 +2045,7 @@ module Google
|
|
2027
2045
|
# this Revision. In the context of a Revision, we disallow a number of fields on
|
2028
2046
|
# this Container, including: name and lifecycle. In Cloud Run, only a single
|
2029
2047
|
# container may be provided. The runtime contract is documented here: https://
|
2030
|
-
# github.com/knative/serving/blob/
|
2048
|
+
# github.com/knative/serving/blob/main/docs/runtime-contract.md
|
2031
2049
|
# Corresponds to the JSON property `containers`
|
2032
2050
|
# @return [Array<Google::Apis::RunV1::Container>]
|
2033
2051
|
attr_accessor :containers
|
@@ -2042,9 +2060,9 @@ module Google
|
|
2042
2060
|
|
2043
2061
|
# TimeoutSeconds holds the max duration the instance is allowed for responding
|
2044
2062
|
# to a request. Cloud Run fully managed: defaults to 300 seconds (5 minutes).
|
2045
|
-
# Maximum allowed value is
|
2046
|
-
#
|
2047
|
-
#
|
2063
|
+
# Maximum allowed value is 3600 seconds (1 hour). Cloud Run for Anthos: defaults
|
2064
|
+
# to 300 seconds (5 minutes). Maximum allowed value is configurable by the
|
2065
|
+
# cluster operator.
|
2048
2066
|
# Corresponds to the JSON property `timeoutSeconds`
|
2049
2067
|
# @return [Fixnum]
|
2050
2068
|
attr_accessor :timeout_seconds
|
@@ -2092,8 +2110,8 @@ module Google
|
|
2092
2110
|
# @return [String]
|
2093
2111
|
attr_accessor :image_digest
|
2094
2112
|
|
2095
|
-
# Specifies the generated logging url for this particular revision
|
2096
|
-
# revision url template specified in the controller's config.
|
2113
|
+
# Optional. Specifies the generated logging url for this particular revision
|
2114
|
+
# based on the revision url template specified in the controller's config.
|
2097
2115
|
# Corresponds to the JSON property `logUrl`
|
2098
2116
|
# @return [String]
|
2099
2117
|
attr_accessor :log_url
|
@@ -2158,8 +2176,8 @@ module Google
|
|
2158
2176
|
# referencing the Configuration responsible for creating them; in these cases
|
2159
2177
|
# the Route is additionally responsible for monitoring the Configuration for "
|
2160
2178
|
# latest ready" revision changes, and smoothly rolling out latest revisions. See
|
2161
|
-
# also: https://github.com/knative/serving/blob/
|
2162
|
-
#
|
2179
|
+
# also: https://github.com/knative/serving/blob/main/docs/spec/overview.md#route
|
2180
|
+
# Cloud Run currently supports referencing a single Configuration to
|
2163
2181
|
# automatically deploy the "latest ready" Revision from that Configuration.
|
2164
2182
|
class Route
|
2165
2183
|
include Google::Apis::Core::Hashable
|
@@ -2367,13 +2385,17 @@ module Google
|
|
2367
2385
|
class SecretVolumeSource
|
2368
2386
|
include Google::Apis::Core::Hashable
|
2369
2387
|
|
2370
|
-
#
|
2371
|
-
# between
|
2372
|
-
#
|
2373
|
-
#
|
2374
|
-
#
|
2375
|
-
#
|
2376
|
-
# (a=rwx)
|
2388
|
+
# Integer representation of mode bits to use on created files by default. Must
|
2389
|
+
# be a value between 01 and 0777 (octal). If 0 or not set, it will default to
|
2390
|
+
# 0644. Directories within the path are not affected by this setting. Notes *
|
2391
|
+
# Internally, a umask of 0222 will be applied to any non-zero value. * This is
|
2392
|
+
# an integer representation of the mode bits. So, the octal integer value should
|
2393
|
+
# look exactly as the chmod numeric notation with a leading zero. Some examples:
|
2394
|
+
# for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=
|
2395
|
+
# rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx),
|
2396
|
+
# set to 0755 (octal) or 493 (base-10). * This might be in conflict with other
|
2397
|
+
# options that affect the file mode, like fsGroup, and the result can be other
|
2398
|
+
# mode bits set.
|
2377
2399
|
# Corresponds to the JSON property `defaultMode`
|
2378
2400
|
# @return [Fixnum]
|
2379
2401
|
attr_accessor :default_mode
|
@@ -2454,7 +2476,7 @@ module Google
|
|
2454
2476
|
# Routes and Configurations (much as a kubernetes Deployment orchestrates
|
2455
2477
|
# ReplicaSets). The Service's controller will track the statuses of its owned
|
2456
2478
|
# Configuration and Route, reflecting their statuses and conditions as its own.
|
2457
|
-
# See also: https://github.com/knative/serving/blob/
|
2479
|
+
# See also: https://github.com/knative/serving/blob/main/docs/spec/overview.md#
|
2458
2480
|
# service
|
2459
2481
|
class Service
|
2460
2482
|
include Google::Apis::Core::Hashable
|
@@ -2629,7 +2651,7 @@ module Google
|
|
2629
2651
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
2630
2652
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
2631
2653
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
2632
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
2654
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
2633
2655
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
2634
2656
|
# google.com/iam/docs/).
|
2635
2657
|
# Corresponds to the JSON property `policy`
|
@@ -2898,10 +2920,10 @@ module Google
|
|
2898
2920
|
# @return [String]
|
2899
2921
|
attr_accessor :configuration_name
|
2900
2922
|
|
2901
|
-
# LatestRevision may be
|
2923
|
+
# Optional. LatestRevision may be provided to indicate that the latest ready
|
2902
2924
|
# Revision of the Configuration should be used for this traffic target. When
|
2903
2925
|
# provided LatestRevision must be true if RevisionName is empty; it must be
|
2904
|
-
# false when RevisionName is non-empty.
|
2926
|
+
# false when RevisionName is non-empty.
|
2905
2927
|
# Corresponds to the JSON property `latestRevision`
|
2906
2928
|
# @return [Boolean]
|
2907
2929
|
attr_accessor :latest_revision
|
@@ -2921,8 +2943,8 @@ module Google
|
|
2921
2943
|
# @return [String]
|
2922
2944
|
attr_accessor :revision_name
|
2923
2945
|
|
2924
|
-
# Tag is
|
2925
|
-
# exclusively.
|
2946
|
+
# Optional. Tag is used to expose a dedicated url for referencing this target
|
2947
|
+
# exclusively.
|
2926
2948
|
# Corresponds to the JSON property `tag`
|
2927
2949
|
# @return [String]
|
2928
2950
|
attr_accessor :tag
|
@@ -2950,7 +2972,7 @@ module Google
|
|
2950
2972
|
end
|
2951
2973
|
end
|
2952
2974
|
|
2953
|
-
#
|
2975
|
+
# Volume represents a named volume in a container.
|
2954
2976
|
class Volume
|
2955
2977
|
include Google::Apis::Core::Hashable
|
2956
2978
|
|
@@ -2962,7 +2984,7 @@ module Google
|
|
2962
2984
|
# @return [Google::Apis::RunV1::ConfigMapVolumeSource]
|
2963
2985
|
attr_accessor :config_map
|
2964
2986
|
|
2965
|
-
# Volume's name.
|
2987
|
+
# Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.
|
2966
2988
|
# Corresponds to the JSON property `name`
|
2967
2989
|
# @return [String]
|
2968
2990
|
attr_accessor :name
|
@@ -2987,8 +3009,7 @@ module Google
|
|
2987
3009
|
end
|
2988
3010
|
end
|
2989
3011
|
|
2990
|
-
#
|
2991
|
-
# a container.
|
3012
|
+
# VolumeMount describes a mounting of a Volume within a container.
|
2992
3013
|
class VolumeMount
|
2993
3014
|
include Google::Apis::Core::Hashable
|
2994
3015
|
|
@@ -2998,7 +3019,8 @@ module Google
|
|
2998
3019
|
# @return [String]
|
2999
3020
|
attr_accessor :mount_path
|
3000
3021
|
|
3001
|
-
#
|
3022
|
+
# The name of the volume. There must be a corresponding Volume with the same
|
3023
|
+
# name.
|
3002
3024
|
# Corresponds to the JSON property `name`
|
3003
3025
|
# @return [String]
|
3004
3026
|
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.
|
19
|
+
GEM_VERSION = "0.14.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211001"
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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.
|
data/lib/google/apis/run_v1.rb
CHANGED
@@ -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
|
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
|
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,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.14.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-
|
11
|
+
date: 2021-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.4'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.14.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-run_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|