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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dfe7af20f29ca7113905d6646724e4458dd5f074145d7a0cb383787f4aea59e1
4
- data.tar.gz: 6a16f9880ca16a5c006f830015970121518127f38a6e2be155b928eee030bb52
3
+ metadata.gz: c40d9fe3fbdc1cd4b13b2b5166d1948ecf9703e7af7016462e78be6b63607243
4
+ data.tar.gz: 571608e89a8d7685419c3c2e0ce19917272637928f81bf27a58328e3d7e2389a
5
5
  SHA512:
6
- metadata.gz: b7f38d4402e8fce070f5efdf43e12fb7c805811c82746e565ec20572f9696508857457db0c89434a33463a6dc37d3f857a7208554f7f1f7e1f7e7fce1217dc47
7
- data.tar.gz: c8fb334a1180add82d41f4892e9010f50786f8ee2a1f6bb26c3f77edd1f0f7840f7fa8a44cc18a463f3b4c505d5936bee890400b6900197357397ad45dc54e6c
6
+ metadata.gz: 7de98082ca34e47c11cc08f40994240f83bbf472123d6f633598864172432d28ca48abb115e61dade59376c570b71d63e858df8c272f8fac80b604ca2d32a728
7
+ data.tar.gz: 2757965eb7c9980af78bfb5535ce8dbc28c04f4cd133174dd72caac309f48f9e9b610902983e8363303cc0b0b9bbbe4c8a86d832cae9b3610816bdb954e74031
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.36.0 (2023-03-19)
4
+
5
+ * Regenerated from discovery document revision 20230312
6
+
3
7
  ### v0.35.0 (2023-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20230305
@@ -406,10 +406,12 @@ module Google
406
406
  # @return [Hash<String,String>]
407
407
  attr_accessor :labels
408
408
 
409
- # Set the launch stage to a preview stage on write to allow use of preview
410
- # features in that stage. On read, describes whether the resource uses preview
411
- # features. Launch Stages are defined at [Google Cloud Platform Launch Stages](
412
- # https://cloud.google.com/terms/launch-stages).
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
- # Set the launch stage to a preview stage on write to allow use of preview
1232
- # features in that stage. On read, describes whether the resource uses preview
1233
- # features. Launch Stages are defined at [Google Cloud Platform Launch Stages](
1234
- # https://cloud.google.com/terms/launch-stages).
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.35.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 = "20230305"
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
- # If set to true, and if the Service does not exist, it will create a new one.
953
- # Caller must have both create and update permissions for this call if this is
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.35.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-12 00:00:00.000000000 Z
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.35.0
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: []