google-apis-run_v2 0.75.0 → 0.77.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_v2/classes.rb +16 -14
- data/lib/google/apis/run_v2/gem_version.rb +2 -2
- data/lib/google/apis/run_v2/service.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6fde8f8e92de0f418c9abaee99dc48f9548089749781c13d902c7bbad4d8d6c8
|
4
|
+
data.tar.gz: 274bba51521b624677643346bc12f3005744d94199617481053a7560b66a8bb5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f2392ee7329699a999072814616cea0dc6f0c43aae88025d16c2655b3e8fd4305814c231639573ba33751417959c5b02d1b93a1e51c2f0f86efdcbc9e206e17
|
7
|
+
data.tar.gz: 63924b47bb950a723be42f95f9edda0d7760f898ba50895ef5c1a8441d7bfb8d3caa0cb0136eadbd5dacd25281ee7721fbe4e874af7cc8976cedd4b083f8403f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-run_v2
|
2
2
|
|
3
|
+
### v0.77.0 (2024-10-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241011
|
6
|
+
|
7
|
+
### v0.76.0 (2024-10-13)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241004
|
10
|
+
|
3
11
|
### v0.75.0 (2024-10-06)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240927
|
@@ -34,8 +34,8 @@ module Google
|
|
34
34
|
# @return [String]
|
35
35
|
attr_accessor :breakglass_justification
|
36
36
|
|
37
|
-
# Optional. The path to a binary authorization policy. Format: projects/`
|
38
|
-
#
|
37
|
+
# Optional. The path to a binary authorization policy. Format: `projects/`
|
38
|
+
# project`/platforms/cloudRun/`policy-name``
|
39
39
|
# Corresponds to the JSON property `policy`
|
40
40
|
# @return [String]
|
41
41
|
attr_accessor :policy
|
@@ -1985,8 +1985,8 @@ module Google
|
|
1985
1985
|
attr_accessor :labels
|
1986
1986
|
|
1987
1987
|
# Optional. Sets the maximum number of requests that each serving instance can
|
1988
|
-
# receive. If not specified or 0, defaults to 80 when requested CPU >= 1 and
|
1989
|
-
# defaults to 1 when requested CPU < 1
|
1988
|
+
# receive. If not specified or 0, defaults to 80 when requested `CPU >= 1` and
|
1989
|
+
# defaults to 1 when requested `CPU < 1`.
|
1990
1990
|
# Corresponds to the JSON property `maxInstanceRequestConcurrency`
|
1991
1991
|
# @return [Fixnum]
|
1992
1992
|
attr_accessor :max_instance_request_concurrency
|
@@ -2287,7 +2287,9 @@ module Google
|
|
2287
2287
|
attr_accessor :ingress
|
2288
2288
|
|
2289
2289
|
# Optional. Disables IAM permission check for run.routes.invoke for callers of
|
2290
|
-
# this service. This
|
2290
|
+
# this service. This feature is available by invitation only. For more
|
2291
|
+
# information, visit https://cloud.google.com/run/docs/securing/managing-access#
|
2292
|
+
# invoker_check.
|
2291
2293
|
# Corresponds to the JSON property `invokerIamDisabled`
|
2292
2294
|
# @return [Boolean]
|
2293
2295
|
attr_accessor :invoker_iam_disabled
|
@@ -2480,8 +2482,8 @@ module Google
|
|
2480
2482
|
class GoogleCloudRunV2ServiceMesh
|
2481
2483
|
include Google::Apis::Core::Hashable
|
2482
2484
|
|
2483
|
-
# The Mesh resource name. Format: projects/`project`/locations/global/meshes/`
|
2484
|
-
# mesh
|
2485
|
+
# The Mesh resource name. Format: `projects/`project`/locations/global/meshes/`
|
2486
|
+
# mesh``, where ``project`` can be project id or number.
|
2485
2487
|
# Corresponds to the JSON property `mesh`
|
2486
2488
|
# @return [String]
|
2487
2489
|
attr_accessor :mesh
|
@@ -2596,9 +2598,9 @@ module Google
|
|
2596
2598
|
|
2597
2599
|
# Optional. Name of the Cloud Build Custom Worker Pool that should be used to
|
2598
2600
|
# build the function. The format of this field is `projects/`project`/locations/`
|
2599
|
-
# region`/workerPools/`workerPool`` where
|
2600
|
-
# id and region respectively where the worker pool is defined and
|
2601
|
-
# is the short name of the worker pool.
|
2601
|
+
# region`/workerPools/`workerPool`` where ``project`` and ``region`` are the
|
2602
|
+
# project id and region respectively where the worker pool is defined and ``
|
2603
|
+
# workerPool`` is the short name of the worker pool.
|
2602
2604
|
# Corresponds to the JSON property `workerPool`
|
2603
2605
|
# @return [String]
|
2604
2606
|
attr_accessor :worker_pool
|
@@ -3222,10 +3224,10 @@ module Google
|
|
3222
3224
|
class GoogleCloudRunV2VpcAccess
|
3223
3225
|
include Google::Apis::Core::Hashable
|
3224
3226
|
|
3225
|
-
# VPC Access connector name. Format: projects/`project`/locations/`location`/
|
3226
|
-
# connectors/`connector
|
3227
|
-
# information on sending traffic to a VPC network via a connector, visit
|
3228
|
-
# cloud.google.com/run/docs/configuring/vpc-connectors.
|
3227
|
+
# VPC Access connector name. Format: `projects/`project`/locations/`location`/
|
3228
|
+
# connectors/`connector``, where ``project`` can be project id or number. For
|
3229
|
+
# more information on sending traffic to a VPC network via a connector, visit
|
3230
|
+
# https://cloud.google.com/run/docs/configuring/vpc-connectors.
|
3229
3231
|
# Corresponds to the JSON property `connector`
|
3230
3232
|
# @return [String]
|
3231
3233
|
attr_accessor :connector
|
@@ -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.77.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241011"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -193,8 +193,8 @@ module Google
|
|
193
193
|
# Submits a build in a given project.
|
194
194
|
# @param [String] parent
|
195
195
|
# Required. The project and location to build in. Location must be a region, e.g.
|
196
|
-
# , 'us-central1' or 'global' if the global builder is to be used. Format:
|
197
|
-
# projects/`project`/locations/`location
|
196
|
+
# , 'us-central1' or 'global' if the global builder is to be used. Format: `
|
197
|
+
# projects/`project`/locations/`location``
|
198
198
|
# @param [Google::Apis::RunV2::GoogleCloudRunV2SubmitBuildRequest] google_cloud_run_v2_submit_build_request_object
|
199
199
|
# @param [String] fields
|
200
200
|
# Selector specifying which fields to include in a partial response.
|
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.77.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: 2024-10-
|
11
|
+
date: 2024-10-27 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.77.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.21
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Run Admin API V2
|