google-apis-run_v2 0.35.0 → 0.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/run_v2/classes.rb +22 -10
- data/lib/google/apis/run_v2/gem_version.rb +2 -2
- data/lib/google/apis/run_v2/service.rb +2 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c40d9fe3fbdc1cd4b13b2b5166d1948ecf9703e7af7016462e78be6b63607243
|
|
4
|
+
data.tar.gz: 571608e89a8d7685419c3c2e0ce19917272637928f81bf27a58328e3d7e2389a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7de98082ca34e47c11cc08f40994240f83bbf472123d6f633598864172432d28ca48abb115e61dade59376c570b71d63e858df8c272f8fac80b604ca2d32a728
|
|
7
|
+
data.tar.gz: 2757965eb7c9980af78bfb5535ce8dbc28c04f4cd133174dd72caac309f48f9e9b610902983e8363303cc0b0b9bbbe4c8a86d832cae9b3610816bdb954e74031
|
data/CHANGELOG.md
CHANGED
|
@@ -406,10 +406,12 @@ module Google
|
|
|
406
406
|
# @return [Hash<String,String>]
|
|
407
407
|
attr_accessor :labels
|
|
408
408
|
|
|
409
|
-
#
|
|
410
|
-
#
|
|
411
|
-
#
|
|
412
|
-
#
|
|
409
|
+
# The least stable launch stage needed to create this resource, as defined by [
|
|
410
|
+
# Google Cloud Platform Launch Stages](https://cloud.google.com/terms/launch-
|
|
411
|
+
# stages). Cloud Run supports `ALPHA`, `BETA`, and `GA`. Note that this value
|
|
412
|
+
# might not be what was used as input. For example, if ALPHA was provided as
|
|
413
|
+
# input in the parent resource, but only BETA and GA-level features are were,
|
|
414
|
+
# this field will be BETA.
|
|
413
415
|
# Corresponds to the JSON property `launchStage`
|
|
414
416
|
# @return [String]
|
|
415
417
|
attr_accessor :launch_stage
|
|
@@ -818,7 +820,11 @@ module Google
|
|
|
818
820
|
|
|
819
821
|
# The launch stage as defined by [Google Cloud Platform Launch Stages](https://
|
|
820
822
|
# cloud.google.com/terms/launch-stages). Cloud Run supports `ALPHA`, `BETA`, and
|
|
821
|
-
# `GA`. If no value is specified, GA is assumed.
|
|
823
|
+
# `GA`. If no value is specified, GA is assumed. Set the launch stage to a
|
|
824
|
+
# preview stage on input to allow use of preview features in that stage. On read
|
|
825
|
+
# (or output), describes whether the resource uses preview features. For example,
|
|
826
|
+
# if ALPHA is provided as input, but only BETA and GA-level features are used,
|
|
827
|
+
# this field will be BETA on output.
|
|
822
828
|
# Corresponds to the JSON property `launchStage`
|
|
823
829
|
# @return [String]
|
|
824
830
|
attr_accessor :launch_stage
|
|
@@ -1228,10 +1234,12 @@ module Google
|
|
|
1228
1234
|
# @return [Hash<String,String>]
|
|
1229
1235
|
attr_accessor :labels
|
|
1230
1236
|
|
|
1231
|
-
#
|
|
1232
|
-
#
|
|
1233
|
-
#
|
|
1234
|
-
#
|
|
1237
|
+
# The least stable launch stage needed to create this resource, as defined by [
|
|
1238
|
+
# Google Cloud Platform Launch Stages](https://cloud.google.com/terms/launch-
|
|
1239
|
+
# stages). Cloud Run supports `ALPHA`, `BETA`, and `GA`. Note that this value
|
|
1240
|
+
# might not be what was used as input. For example, if ALPHA was provided as
|
|
1241
|
+
# input in the parent resource, but only BETA and GA-level features are were,
|
|
1242
|
+
# this field will be BETA.
|
|
1235
1243
|
# Corresponds to the JSON property `launchStage`
|
|
1236
1244
|
# @return [String]
|
|
1237
1245
|
attr_accessor :launch_stage
|
|
@@ -1714,7 +1722,11 @@ module Google
|
|
|
1714
1722
|
|
|
1715
1723
|
# The launch stage as defined by [Google Cloud Platform Launch Stages](https://
|
|
1716
1724
|
# cloud.google.com/terms/launch-stages). Cloud Run supports `ALPHA`, `BETA`, and
|
|
1717
|
-
# `GA`. If no value is specified, GA is assumed.
|
|
1725
|
+
# `GA`. If no value is specified, GA is assumed. Set the launch stage to a
|
|
1726
|
+
# preview stage on input to allow use of preview features in that stage. On read
|
|
1727
|
+
# (or output), describes whether the resource uses preview features. For example,
|
|
1728
|
+
# if ALPHA is provided as input, but only BETA and GA-level features are used,
|
|
1729
|
+
# this field will be BETA on output.
|
|
1718
1730
|
# Corresponds to the JSON property `launchStage`
|
|
1719
1731
|
# @return [String]
|
|
1720
1732
|
attr_accessor :launch_stage
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module RunV2
|
|
18
18
|
# Version of the google-apis-run_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.36.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230312"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -949,9 +949,8 @@ module Google
|
|
|
949
949
|
# location`/services/`service_id`
|
|
950
950
|
# @param [Google::Apis::RunV2::GoogleCloudRunV2Service] google_cloud_run_v2_service_object
|
|
951
951
|
# @param [Boolean] allow_missing
|
|
952
|
-
#
|
|
953
|
-
#
|
|
954
|
-
# set to true.
|
|
952
|
+
# This field is currently not used by Cloud Run; setting it does not have any
|
|
953
|
+
# effect.
|
|
955
954
|
# @param [Boolean] validate_only
|
|
956
955
|
# Indicates that the request should be validated and default values populated,
|
|
957
956
|
# without persisting the request or updating any resources.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-run_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.36.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: 2023-03-
|
|
11
|
+
date: 2023-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -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/main/generated/google-apis-run_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.36.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|