google-apis-run_v2 0.74.0 → 0.76.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c431e97fc03635bc984f4269825474c173a702cad91331032d1c60f7fe26dba
|
4
|
+
data.tar.gz: 7ed2bd8887c58615fc7b08d0c532a57789387b565808b37edb12566ed926ada8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3f0cefcd0f22683a2c1a5c8ef7e275184f8e6157e93addcba66d4e12ac95c196460cb7e5a15e4180c80fd0c5d31d52717118d04763291101656cd6b01a96be1
|
7
|
+
data.tar.gz: 41263622bcd65b48fb71b9eccbca90fd9ac49dff4fba9476172512968d6546df088166a89aaac158919f5ee98821b9f448792d420cbfec371470ba830e46958c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-run_v2
|
2
2
|
|
3
|
+
### v0.76.0 (2024-10-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241004
|
6
|
+
|
7
|
+
### v0.75.0 (2024-10-06)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240927
|
10
|
+
|
3
11
|
### v0.74.0 (2024-09-22)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240916
|
@@ -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
|
@@ -2286,6 +2286,13 @@ module Google
|
|
2286
2286
|
# @return [String]
|
2287
2287
|
attr_accessor :ingress
|
2288
2288
|
|
2289
|
+
# Optional. Disables IAM permission check for run.routes.invoke for callers of
|
2290
|
+
# this service. This setting should not be used with external ingress.
|
2291
|
+
# Corresponds to the JSON property `invokerIamDisabled`
|
2292
|
+
# @return [Boolean]
|
2293
|
+
attr_accessor :invoker_iam_disabled
|
2294
|
+
alias_method :invoker_iam_disabled?, :invoker_iam_disabled
|
2295
|
+
|
2289
2296
|
# Optional. Unstructured key value map that can be used to organize and
|
2290
2297
|
# categorize objects. User-provided labels are shared with Google's billing
|
2291
2298
|
# system, so they can be used to filter, or break down billing charges by team,
|
@@ -2446,6 +2453,7 @@ module Google
|
|
2446
2453
|
@expire_time = args[:expire_time] if args.key?(:expire_time)
|
2447
2454
|
@generation = args[:generation] if args.key?(:generation)
|
2448
2455
|
@ingress = args[:ingress] if args.key?(:ingress)
|
2456
|
+
@invoker_iam_disabled = args[:invoker_iam_disabled] if args.key?(:invoker_iam_disabled)
|
2449
2457
|
@labels = args[:labels] if args.key?(:labels)
|
2450
2458
|
@last_modifier = args[:last_modifier] if args.key?(:last_modifier)
|
2451
2459
|
@latest_created_revision = args[:latest_created_revision] if args.key?(:latest_created_revision)
|
@@ -2472,8 +2480,8 @@ module Google
|
|
2472
2480
|
class GoogleCloudRunV2ServiceMesh
|
2473
2481
|
include Google::Apis::Core::Hashable
|
2474
2482
|
|
2475
|
-
# The Mesh resource name. Format: projects/`project`/locations/global/meshes/`
|
2476
|
-
# mesh
|
2483
|
+
# The Mesh resource name. Format: `projects/`project`/locations/global/meshes/`
|
2484
|
+
# mesh``, where ``project`` can be project id or number.
|
2477
2485
|
# Corresponds to the JSON property `mesh`
|
2478
2486
|
# @return [String]
|
2479
2487
|
attr_accessor :mesh
|
@@ -2495,7 +2503,7 @@ module Google
|
|
2495
2503
|
|
2496
2504
|
# Optional. total min instances for the service. This number of instances is
|
2497
2505
|
# divided among all revisions with specified traffic based on the percent of
|
2498
|
-
# traffic they are receiving.
|
2506
|
+
# traffic they are receiving.
|
2499
2507
|
# Corresponds to the JSON property `minInstanceCount`
|
2500
2508
|
# @return [Fixnum]
|
2501
2509
|
attr_accessor :min_instance_count
|
@@ -2588,9 +2596,9 @@ module Google
|
|
2588
2596
|
|
2589
2597
|
# Optional. Name of the Cloud Build Custom Worker Pool that should be used to
|
2590
2598
|
# build the function. The format of this field is `projects/`project`/locations/`
|
2591
|
-
# region`/workerPools/`workerPool`` where
|
2592
|
-
# id and region respectively where the worker pool is defined and
|
2593
|
-
# is the short name of the worker pool.
|
2599
|
+
# region`/workerPools/`workerPool`` where ``project`` and ``region`` are the
|
2600
|
+
# project id and region respectively where the worker pool is defined and ``
|
2601
|
+
# workerPool`` is the short name of the worker pool.
|
2594
2602
|
# Corresponds to the JSON property `workerPool`
|
2595
2603
|
# @return [String]
|
2596
2604
|
attr_accessor :worker_pool
|
@@ -3214,10 +3222,10 @@ module Google
|
|
3214
3222
|
class GoogleCloudRunV2VpcAccess
|
3215
3223
|
include Google::Apis::Core::Hashable
|
3216
3224
|
|
3217
|
-
# VPC Access connector name. Format: projects/`project`/locations/`location`/
|
3218
|
-
# connectors/`connector
|
3219
|
-
# information on sending traffic to a VPC network via a connector, visit
|
3220
|
-
# cloud.google.com/run/docs/configuring/vpc-connectors.
|
3225
|
+
# VPC Access connector name. Format: `projects/`project`/locations/`location`/
|
3226
|
+
# connectors/`connector``, where ``project`` can be project id or number. For
|
3227
|
+
# more information on sending traffic to a VPC network via a connector, visit
|
3228
|
+
# https://cloud.google.com/run/docs/configuring/vpc-connectors.
|
3221
3229
|
# Corresponds to the JSON property `connector`
|
3222
3230
|
# @return [String]
|
3223
3231
|
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.76.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 = "20241004"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1232,6 +1232,7 @@ module Google
|
|
1232
1232
|
property :expire_time, as: 'expireTime'
|
1233
1233
|
property :generation, :numeric_string => true, as: 'generation'
|
1234
1234
|
property :ingress, as: 'ingress'
|
1235
|
+
property :invoker_iam_disabled, as: 'invokerIamDisabled'
|
1235
1236
|
hash :labels, as: 'labels'
|
1236
1237
|
property :last_modifier, as: 'lastModifier'
|
1237
1238
|
property :latest_created_revision, as: 'latestCreatedRevision'
|
@@ -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.76.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-
|
11
|
+
date: 2024-10-13 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.76.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
|