google-apis-run_v2 0.47.0 → 0.48.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 +4 -0
- data/lib/google/apis/run_v2/classes.rb +35 -26
- data/lib/google/apis/run_v2/gem_version.rb +2 -2
- data/lib/google/apis/run_v2/representations.rb +1 -0
- 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: 1f28405522d81346dba74952a8f86e0d29b6b15bdd198d083683348ca3949844
|
4
|
+
data.tar.gz: 65216247816285d03b2a8ba98e6bbe6aec06c5f18641494676405dd8e5d0598a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a88c19b545c36b8b15113ce9e812ff13571e2d76cee1a544bdadf929744d427c93f3f39817082941989922535c7aa79664b70ece7c5daf22047ca54848eecfea
|
7
|
+
data.tar.gz: 634e9760425c9fdb1fa0b32745662f8f31b7de98f50bd78bee039017039096e3d6eb74c0de8913ed04dea6452af4b5a923c0d174959d016d06ded1fc6c241755
|
data/CHANGELOG.md
CHANGED
@@ -1119,21 +1119,29 @@ module Google
|
|
1119
1119
|
end
|
1120
1120
|
end
|
1121
1121
|
|
1122
|
-
# VPC
|
1122
|
+
# Direct VPC egress settings.
|
1123
1123
|
class GoogleCloudRunV2NetworkInterface
|
1124
1124
|
include Google::Apis::Core::Hashable
|
1125
1125
|
|
1126
|
-
# The VPC network
|
1126
|
+
# The VPC network that the Cloud Run resource will be able to send traffic to.
|
1127
|
+
# At least one of network or subnetwork must be specified. If both network and
|
1128
|
+
# subnetwork are specified, the given VPC subnetwork must belong to the given
|
1129
|
+
# VPC network. If network is not specified, it will be looked up from the
|
1130
|
+
# subnetwork.
|
1127
1131
|
# Corresponds to the JSON property `network`
|
1128
1132
|
# @return [String]
|
1129
1133
|
attr_accessor :network
|
1130
1134
|
|
1131
|
-
# The VPC subnetwork
|
1135
|
+
# The VPC subnetwork that the Cloud Run resource will get IPs from. At least one
|
1136
|
+
# of network or subnetwork must be specified. If both network and subnetwork are
|
1137
|
+
# specified, the given VPC subnetwork must belong to the given VPC network. If
|
1138
|
+
# subnetwork is not specified, the subnetwork with the same name with the
|
1139
|
+
# network will be used.
|
1132
1140
|
# Corresponds to the JSON property `subnetwork`
|
1133
1141
|
# @return [String]
|
1134
1142
|
attr_accessor :subnetwork
|
1135
1143
|
|
1136
|
-
# Network tags applied to this
|
1144
|
+
# Network tags applied to this Cloud Run resource.
|
1137
1145
|
# Corresponds to the JSON property `tags`
|
1138
1146
|
# @return [Array<String>]
|
1139
1147
|
attr_accessor :tags
|
@@ -1429,10 +1437,8 @@ module Google
|
|
1429
1437
|
# @return [Array<Google::Apis::RunV2::GoogleCloudRunV2Volume>]
|
1430
1438
|
attr_accessor :volumes
|
1431
1439
|
|
1432
|
-
# VPC Access settings. For more information on
|
1433
|
-
# https://cloud.google.com/
|
1434
|
-
# information on how to configure Cloud Run with an existing VPC Connector,
|
1435
|
-
# visit https://cloud.google.com/run/docs/configuring/connecting-vpc
|
1440
|
+
# VPC Access settings. For more information on sending traffic to a VPC network,
|
1441
|
+
# visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
|
1436
1442
|
# Corresponds to the JSON property `vpcAccess`
|
1437
1443
|
# @return [Google::Apis::RunV2::GoogleCloudRunV2VpcAccess]
|
1438
1444
|
attr_accessor :vpc_access
|
@@ -1587,10 +1593,8 @@ module Google
|
|
1587
1593
|
# @return [Array<Google::Apis::RunV2::GoogleCloudRunV2Volume>]
|
1588
1594
|
attr_accessor :volumes
|
1589
1595
|
|
1590
|
-
# VPC Access settings. For more information on
|
1591
|
-
# https://cloud.google.com/
|
1592
|
-
# information on how to configure Cloud Run with an existing VPC Connector,
|
1593
|
-
# visit https://cloud.google.com/run/docs/configuring/connecting-vpc
|
1596
|
+
# VPC Access settings. For more information on sending traffic to a VPC network,
|
1597
|
+
# visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
|
1594
1598
|
# Corresponds to the JSON property `vpcAccess`
|
1595
1599
|
# @return [Google::Apis::RunV2::GoogleCloudRunV2VpcAccess]
|
1596
1600
|
attr_accessor :vpc_access
|
@@ -2159,6 +2163,13 @@ module Google
|
|
2159
2163
|
attr_accessor :satisfies_pzs
|
2160
2164
|
alias_method :satisfies_pzs?, :satisfies_pzs
|
2161
2165
|
|
2166
|
+
# Output only. Represents time when the task was scheduled to run by the system.
|
2167
|
+
# It is not guaranteed to be set in happens-before order across separate
|
2168
|
+
# operations.
|
2169
|
+
# Corresponds to the JSON property `scheduledTime`
|
2170
|
+
# @return [String]
|
2171
|
+
attr_accessor :scheduled_time
|
2172
|
+
|
2162
2173
|
# Email address of the IAM service account associated with the Task of a Job.
|
2163
2174
|
# The service account represents the identity of the running task, and
|
2164
2175
|
# determines what permissions the task has. If not provided, the task will use
|
@@ -2196,10 +2207,8 @@ module Google
|
|
2196
2207
|
# @return [Array<Google::Apis::RunV2::GoogleCloudRunV2Volume>]
|
2197
2208
|
attr_accessor :volumes
|
2198
2209
|
|
2199
|
-
# VPC Access settings. For more information on
|
2200
|
-
# https://cloud.google.com/
|
2201
|
-
# information on how to configure Cloud Run with an existing VPC Connector,
|
2202
|
-
# visit https://cloud.google.com/run/docs/configuring/connecting-vpc
|
2210
|
+
# VPC Access settings. For more information on sending traffic to a VPC network,
|
2211
|
+
# visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
|
2203
2212
|
# Corresponds to the JSON property `vpcAccess`
|
2204
2213
|
# @return [Google::Apis::RunV2::GoogleCloudRunV2VpcAccess]
|
2205
2214
|
attr_accessor :vpc_access
|
@@ -2233,6 +2242,7 @@ module Google
|
|
2233
2242
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
2234
2243
|
@retried = args[:retried] if args.key?(:retried)
|
2235
2244
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
2245
|
+
@scheduled_time = args[:scheduled_time] if args.key?(:scheduled_time)
|
2236
2246
|
@service_account = args[:service_account] if args.key?(:service_account)
|
2237
2247
|
@start_time = args[:start_time] if args.key?(:start_time)
|
2238
2248
|
@timeout = args[:timeout] if args.key?(:timeout)
|
@@ -2324,10 +2334,8 @@ module Google
|
|
2324
2334
|
# @return [Array<Google::Apis::RunV2::GoogleCloudRunV2Volume>]
|
2325
2335
|
attr_accessor :volumes
|
2326
2336
|
|
2327
|
-
# VPC Access settings. For more information on
|
2328
|
-
# https://cloud.google.com/
|
2329
|
-
# information on how to configure Cloud Run with an existing VPC Connector,
|
2330
|
-
# visit https://cloud.google.com/run/docs/configuring/connecting-vpc
|
2337
|
+
# VPC Access settings. For more information on sending traffic to a VPC network,
|
2338
|
+
# visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
|
2331
2339
|
# Corresponds to the JSON property `vpcAccess`
|
2332
2340
|
# @return [Google::Apis::RunV2::GoogleCloudRunV2VpcAccess]
|
2333
2341
|
attr_accessor :vpc_access
|
@@ -2546,15 +2554,15 @@ module Google
|
|
2546
2554
|
end
|
2547
2555
|
end
|
2548
2556
|
|
2549
|
-
# VPC Access settings. For more information on
|
2550
|
-
# https://cloud.google.com/
|
2551
|
-
# information on how to configure Cloud Run with an existing VPC Connector,
|
2552
|
-
# visit https://cloud.google.com/run/docs/configuring/connecting-vpc
|
2557
|
+
# VPC Access settings. For more information on sending traffic to a VPC network,
|
2558
|
+
# visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
|
2553
2559
|
class GoogleCloudRunV2VpcAccess
|
2554
2560
|
include Google::Apis::Core::Hashable
|
2555
2561
|
|
2556
2562
|
# VPC Access connector name. Format: projects/`project`/locations/`location`/
|
2557
|
-
# connectors/`connector`, where `project` can be project id or number.
|
2563
|
+
# connectors/`connector`, where `project` can be project id or number. For more
|
2564
|
+
# information on sending traffic to a VPC network via a connector, visit https://
|
2565
|
+
# cloud.google.com/run/docs/configuring/vpc-connectors.
|
2558
2566
|
# Corresponds to the JSON property `connector`
|
2559
2567
|
# @return [String]
|
2560
2568
|
attr_accessor :connector
|
@@ -2565,7 +2573,8 @@ module Google
|
|
2565
2573
|
# @return [String]
|
2566
2574
|
attr_accessor :egress
|
2567
2575
|
|
2568
|
-
# VPC
|
2576
|
+
# Direct VPC egress settings. Currently only single network interface is
|
2577
|
+
# supported.
|
2569
2578
|
# Corresponds to the JSON property `networkInterfaces`
|
2570
2579
|
# @return [Array<Google::Apis::RunV2::GoogleCloudRunV2NetworkInterface>]
|
2571
2580
|
attr_accessor :network_interfaces
|
@@ -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.48.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 = "20230917"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -813,6 +813,7 @@ module Google
|
|
813
813
|
property :reconciling, as: 'reconciling'
|
814
814
|
property :retried, as: 'retried'
|
815
815
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
816
|
+
property :scheduled_time, as: 'scheduledTime'
|
816
817
|
property :service_account, as: 'serviceAccount'
|
817
818
|
property :start_time, as: 'startTime'
|
818
819
|
property :timeout, as: 'timeout'
|
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.48.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-09-
|
11
|
+
date: 2023-09-24 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.48.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: []
|