google-apis-run_v1 0.64.0 → 0.65.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_v1/classes.rb +4 -4
- data/lib/google/apis/run_v1/gem_version.rb +2 -2
- 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: 96684337bedbc57a5eddf332741e251aca1c3b98d2ea61ab7d53a3d2fd66ad1c
|
|
4
|
+
data.tar.gz: 389345d04af3baadee2d4375592d70c08c74cd49a06c5d88c3310437f9a31a06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee22267bb81726b1fccd19c6cf4a2976bae1ef490292ad5f0395a261c0899241d46fcc445832d9ed4f78280535be394075c531d1f4fd205634e428766f1c85b6
|
|
7
|
+
data.tar.gz: 704b6dc34071bbbf5c4d2322f586d06387d61a5d8daab084966ccf45e89c907597d91ad175877148478a907c3b8bad557ac16a4571f6868cce684ce00145ec27
|
data/CHANGELOG.md
CHANGED
|
@@ -2712,9 +2712,9 @@ module Google
|
|
|
2712
2712
|
# @return [Array<Google::Apis::RunV1::GoogleCloudRunV1Condition>]
|
|
2713
2713
|
attr_accessor :conditions
|
|
2714
2714
|
|
|
2715
|
-
# Output only. The
|
|
2716
|
-
# Run, this only includes instances provisioned using the minScale
|
|
2717
|
-
# It does not include instances created by autoscaling.
|
|
2715
|
+
# Output only. The configured number of instances running this revision. For
|
|
2716
|
+
# Cloud Run, this only includes instances provisioned using the minScale
|
|
2717
|
+
# annotation. It does not include instances created by autoscaling.
|
|
2718
2718
|
# Corresponds to the JSON property `desiredReplicas`
|
|
2719
2719
|
# @return [Fixnum]
|
|
2720
2720
|
attr_accessor :desired_replicas
|
|
@@ -3864,7 +3864,7 @@ module Google
|
|
|
3864
3864
|
# @return [String]
|
|
3865
3865
|
attr_accessor :name
|
|
3866
3866
|
|
|
3867
|
-
#
|
|
3867
|
+
# Sets the mount to be read-only or read-write. Not used by Cloud Run.
|
|
3868
3868
|
# Corresponds to the JSON property `readOnly`
|
|
3869
3869
|
# @return [Boolean]
|
|
3870
3870
|
attr_accessor :read_only
|
|
@@ -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.65.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 = "20231112"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
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.65.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-
|
|
11
|
+
date: 2023-11-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_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.65.0
|
|
62
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: []
|