google-apis-run_v1 0.41.0 → 0.43.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 +8 -0
- data/lib/google/apis/run_v1/classes.rb +19 -25
- data/lib/google/apis/run_v1/gem_version.rb +2 -2
- data/lib/google/apis/run_v1/service.rb +18 -18
- 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: 8bd4e9c1c35132f6551ce222d6673376fd5719483c31a54a5081cab9328776c6
|
4
|
+
data.tar.gz: 0dc1610f89c0026f8f28ede297695dd1b494cc7be56d5c1ebaddefb4948060b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a19473f5115fcf2c56ffbf3ddb1f7d346c31ccffb451c2d553cb7dc02ff1c57f23390980316241cfed31d7fcae9f6f80f38ae7ff0a0d4e2121e5d4653c644aca
|
7
|
+
data.tar.gz: 6e62336a66060878c2376e2f66f4744a86a385fde695b405029271c2f8686e16312892ca6a20c609c9f0f58a19772cd37be5c0f9fee99bfdc7fd2697c97883ca
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-run_v1
|
2
2
|
|
3
|
+
### v0.43.0 (2022-12-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221129
|
6
|
+
|
7
|
+
### v0.42.0 (2022-11-11)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20221106
|
10
|
+
|
3
11
|
### v0.41.0 (2022-10-27)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20221023
|
@@ -1501,8 +1501,8 @@ module Google
|
|
1501
1501
|
class KeyToPath
|
1502
1502
|
include Google::Apis::Core::Hashable
|
1503
1503
|
|
1504
|
-
# The Cloud Secret Manager secret version. Can be 'latest' for the latest value
|
1505
|
-
# or an integer for a specific version. The key to project.
|
1504
|
+
# The Cloud Secret Manager secret version. Can be 'latest' for the latest value,
|
1505
|
+
# or an integer or a secret alias for a specific version. The key to project.
|
1506
1506
|
# Corresponds to the JSON property `key`
|
1507
1507
|
# @return [String]
|
1508
1508
|
attr_accessor :key
|
@@ -2130,8 +2130,7 @@ module Google
|
|
2130
2130
|
# Required. The name of the resource. In Cloud Run, name is required when
|
2131
2131
|
# creating top-level resources (Service, Job), must be unique within a Cloud Run
|
2132
2132
|
# project/region, and cannot be changed once created. More info: https://
|
2133
|
-
# kubernetes.io/docs/user-guide/identifiers#names
|
2134
|
-
# CreateServiceRequest, name must contain fewer than 50 characters.
|
2133
|
+
# kubernetes.io/docs/user-guide/identifiers#names
|
2135
2134
|
# Corresponds to the JSON property `name`
|
2136
2135
|
# @return [String]
|
2137
2136
|
attr_accessor :name
|
@@ -2774,10 +2773,10 @@ module Google
|
|
2774
2773
|
# ObservedGeneration is the 'Generation' of the Route that was last processed by
|
2775
2774
|
# the controller. Clients polling for completed reconciliation should poll until
|
2776
2775
|
# observedGeneration = metadata.generation and the Ready condition's status is
|
2777
|
-
# True or False. Note that providing a
|
2778
|
-
#
|
2779
|
-
#
|
2780
|
-
#
|
2776
|
+
# True or False. Note that providing a TrafficTarget that has latest_revision=
|
2777
|
+
# True will result in a Route that does not increment either its metadata.
|
2778
|
+
# generation or its observedGeneration, as new "latest ready" revisions from the
|
2779
|
+
# Configuration are processed without an update to the Route's spec.
|
2781
2780
|
# Corresponds to the JSON property `observedGeneration`
|
2782
2781
|
# @return [Fixnum]
|
2783
2782
|
attr_accessor :observed_generation
|
@@ -2863,8 +2862,8 @@ module Google
|
|
2863
2862
|
include Google::Apis::Core::Hashable
|
2864
2863
|
|
2865
2864
|
# Required. A Cloud Secret Manager secret version. Must be 'latest' for the
|
2866
|
-
# latest version
|
2867
|
-
# select from. Must be a valid secret key.
|
2865
|
+
# latest version, an integer for a specific version, or a version alias. The key
|
2866
|
+
# of the secret to select from. Must be a valid secret key.
|
2868
2867
|
# Corresponds to the JSON property `key`
|
2869
2868
|
# @return [String]
|
2870
2869
|
attr_accessor :key
|
@@ -3646,21 +3645,17 @@ module Google
|
|
3646
3645
|
class TrafficTarget
|
3647
3646
|
include Google::Apis::Core::Hashable
|
3648
3647
|
|
3649
|
-
#
|
3650
|
-
# sent this portion of traffic. When the "status.latestReadyRevisionName" of the
|
3651
|
-
# referenced configuration changes, traffic will automatically migrate from the
|
3652
|
-
# prior "latest ready" revision to the new one. This field is never set in Route'
|
3653
|
-
# s status, only its spec. This is mutually exclusive with RevisionName. Cloud
|
3654
|
-
# Run currently supports a single ConfigurationName.
|
3648
|
+
# [Deprecated] Not supported in Cloud Run. It must be empty.
|
3655
3649
|
# Corresponds to the JSON property `configurationName`
|
3656
3650
|
# @return [String]
|
3657
3651
|
attr_accessor :configuration_name
|
3658
3652
|
|
3659
|
-
#
|
3660
|
-
#
|
3661
|
-
#
|
3662
|
-
#
|
3663
|
-
#
|
3653
|
+
# Uses the "status.latestReadyRevisionName" of the Service to determine the
|
3654
|
+
# traffic target. When it changes, traffic will automatically migrate from the
|
3655
|
+
# prior "latest ready" revision to the new one. This field must be false if
|
3656
|
+
# RevisionName is set. This field defaults to true otherwise. If the field is
|
3657
|
+
# set to true on Status, this means that the Revision was resolved from the
|
3658
|
+
# Service's latest ready revision.
|
3664
3659
|
# Corresponds to the JSON property `latestRevision`
|
3665
3660
|
# @return [Boolean]
|
3666
3661
|
attr_accessor :latest_revision
|
@@ -3672,14 +3667,13 @@ module Google
|
|
3672
3667
|
# @return [Fixnum]
|
3673
3668
|
attr_accessor :percent
|
3674
3669
|
|
3675
|
-
#
|
3676
|
-
#
|
3670
|
+
# Points this traffic target to a specific Revision. This field is mutually
|
3671
|
+
# exclusive with latest_revision.
|
3677
3672
|
# Corresponds to the JSON property `revisionName`
|
3678
3673
|
# @return [String]
|
3679
3674
|
attr_accessor :revision_name
|
3680
3675
|
|
3681
|
-
#
|
3682
|
-
# exclusively.
|
3676
|
+
# Tag is used to expose a dedicated url for referencing this target exclusively.
|
3683
3677
|
# Corresponds to the JSON property `tag`
|
3684
3678
|
# @return [String]
|
3685
3679
|
attr_accessor :tag
|
@@ -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.43.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221129"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1023,9 +1023,9 @@ module Google
|
|
1023
1023
|
# @param [String] name
|
1024
1024
|
# Required. The fully qualified name of the service to delete. It can be any of
|
1025
1025
|
# the following forms: * `namespaces/`project_id_or_number`/services/`
|
1026
|
-
# service_name`` * `projects/`
|
1027
|
-
# service_name`` * `projects/`
|
1028
|
-
# service_name``
|
1026
|
+
# service_name`` (only when the `endpoint` is regional) * `projects/`
|
1027
|
+
# project_id_or_number`/locations/`region`/services/`service_name`` * `projects/`
|
1028
|
+
# project_id_or_number`/regions/`region`/services/`service_name``
|
1029
1029
|
# @param [String] api_version
|
1030
1030
|
# Not supported, and ignored by Cloud Run.
|
1031
1031
|
# @param [String] dry_run
|
@@ -1070,9 +1070,9 @@ module Google
|
|
1070
1070
|
# @param [String] name
|
1071
1071
|
# Required. The fully qualified name of the service to retrieve. It can be any
|
1072
1072
|
# of the following forms: * `namespaces/`project_id_or_number`/services/`
|
1073
|
-
# service_name`` * `projects/`
|
1074
|
-
# service_name`` * `projects/`
|
1075
|
-
# service_name``
|
1073
|
+
# service_name`` (only when the `endpoint` is regional) * `projects/`
|
1074
|
+
# project_id_or_number`/locations/`region`/services/`service_name`` * `projects/`
|
1075
|
+
# project_id_or_number`/regions/`region`/services/`service_name``
|
1076
1076
|
# @param [String] fields
|
1077
1077
|
# Selector specifying which fields to include in a partial response.
|
1078
1078
|
# @param [String] quota_user
|
@@ -1163,9 +1163,9 @@ module Google
|
|
1163
1163
|
# @param [String] name
|
1164
1164
|
# Required. The fully qualified name of the service to replace. It can be any of
|
1165
1165
|
# the following forms: * `namespaces/`project_id_or_number`/services/`
|
1166
|
-
# service_name`` * `projects/`
|
1167
|
-
# service_name`` * `projects/`
|
1168
|
-
# service_name``
|
1166
|
+
# service_name`` (only when the `endpoint` is regional) * `projects/`
|
1167
|
+
# project_id_or_number`/locations/`region`/services/`service_name`` * `projects/`
|
1168
|
+
# project_id_or_number`/regions/`region`/services/`service_name``
|
1169
1169
|
# @param [Google::Apis::RunV1::Service] service_object
|
1170
1170
|
# @param [String] dry_run
|
1171
1171
|
# Indicates that the server should validate the request and populate default
|
@@ -2061,9 +2061,9 @@ module Google
|
|
2061
2061
|
# @param [String] name
|
2062
2062
|
# Required. The fully qualified name of the service to delete. It can be any of
|
2063
2063
|
# the following forms: * `namespaces/`project_id_or_number`/services/`
|
2064
|
-
# service_name`` * `projects/`
|
2065
|
-
# service_name`` * `projects/`
|
2066
|
-
# service_name``
|
2064
|
+
# service_name`` (only when the `endpoint` is regional) * `projects/`
|
2065
|
+
# project_id_or_number`/locations/`region`/services/`service_name`` * `projects/`
|
2066
|
+
# project_id_or_number`/regions/`region`/services/`service_name``
|
2067
2067
|
# @param [String] api_version
|
2068
2068
|
# Not supported, and ignored by Cloud Run.
|
2069
2069
|
# @param [String] dry_run
|
@@ -2108,9 +2108,9 @@ module Google
|
|
2108
2108
|
# @param [String] name
|
2109
2109
|
# Required. The fully qualified name of the service to retrieve. It can be any
|
2110
2110
|
# of the following forms: * `namespaces/`project_id_or_number`/services/`
|
2111
|
-
# service_name`` * `projects/`
|
2112
|
-
# service_name`` * `projects/`
|
2113
|
-
# service_name``
|
2111
|
+
# service_name`` (only when the `endpoint` is regional) * `projects/`
|
2112
|
+
# project_id_or_number`/locations/`region`/services/`service_name`` * `projects/`
|
2113
|
+
# project_id_or_number`/regions/`region`/services/`service_name``
|
2114
2114
|
# @param [String] fields
|
2115
2115
|
# Selector specifying which fields to include in a partial response.
|
2116
2116
|
# @param [String] quota_user
|
@@ -2246,9 +2246,9 @@ module Google
|
|
2246
2246
|
# @param [String] name
|
2247
2247
|
# Required. The fully qualified name of the service to replace. It can be any of
|
2248
2248
|
# the following forms: * `namespaces/`project_id_or_number`/services/`
|
2249
|
-
# service_name`` * `projects/`
|
2250
|
-
# service_name`` * `projects/`
|
2251
|
-
# service_name``
|
2249
|
+
# service_name`` (only when the `endpoint` is regional) * `projects/`
|
2250
|
+
# project_id_or_number`/locations/`region`/services/`service_name`` * `projects/`
|
2251
|
+
# project_id_or_number`/regions/`region`/services/`service_name``
|
2252
2252
|
# @param [Google::Apis::RunV1::Service] service_object
|
2253
2253
|
# @param [String] dry_run
|
2254
2254
|
# Indicates that the server should validate the request and populate default
|
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.43.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: 2022-
|
11
|
+
date: 2022-12-12 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.43.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: []
|