google-apis-run_v1 0.110.0 → 0.111.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 +27 -2
- data/lib/google/apis/run_v1/gem_version.rb +2 -2
- data/lib/google/apis/run_v1/representations.rb +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 269139a610dce31c90806a72d09d3e021eb56196ae1641bc309329b23433aac0
|
|
4
|
+
data.tar.gz: e76c1392b25de4864cfb61c60d902d5501d83049ad77f3a5a92447945feca03b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b8541e398d9ece558a54f090f86878336d629ea25630cb1ee5df4914a1af49135d095ddfa684c25f9f66395b99f31993f2ef0a80f3ccbd2d9c04d744154be79c
|
|
7
|
+
data.tar.gz: 74a0108c0521f16e305a81dba9bb72e29619d95b25ce3ddc99298b0c57bcf1909b4b1c8dbb709bf6b459909d12be91f49051a612d4b76ded09b5a1db4821ecea
|
data/CHANGELOG.md
CHANGED
|
@@ -1168,6 +1168,13 @@ module Google
|
|
|
1168
1168
|
class ExecutionSpec
|
|
1169
1169
|
include Google::Apis::Core::Hashable
|
|
1170
1170
|
|
|
1171
|
+
# Optional. If true, the system will start the execution within the next 12
|
|
1172
|
+
# hours depending on available capacity.
|
|
1173
|
+
# Corresponds to the JSON property `delayExecution`
|
|
1174
|
+
# @return [Boolean]
|
|
1175
|
+
attr_accessor :delay_execution
|
|
1176
|
+
alias_method :delay_execution?, :delay_execution
|
|
1177
|
+
|
|
1171
1178
|
# Optional. Specifies the maximum desired number of tasks the execution should
|
|
1172
1179
|
# run at given time. When the job is run, if this field is 0 or unset, the
|
|
1173
1180
|
# maximum possible value will be used for that execution. The actual number of
|
|
@@ -1197,6 +1204,7 @@ module Google
|
|
|
1197
1204
|
|
|
1198
1205
|
# Update properties of this object
|
|
1199
1206
|
def update!(**args)
|
|
1207
|
+
@delay_execution = args[:delay_execution] if args.key?(:delay_execution)
|
|
1200
1208
|
@parallelism = args[:parallelism] if args.key?(:parallelism)
|
|
1201
1209
|
@task_count = args[:task_count] if args.key?(:task_count)
|
|
1202
1210
|
@template = args[:template] if args.key?(:template)
|
|
@@ -2597,6 +2605,14 @@ module Google
|
|
|
2597
2605
|
# @return [String]
|
|
2598
2606
|
attr_accessor :dest_path
|
|
2599
2607
|
|
|
2608
|
+
# Optional. True if remote tags should be fetched too (default false). Note:
|
|
2609
|
+
# when depth is 1 (default), git fetch only retrieves tags pointing to commits
|
|
2610
|
+
# within the shallow boundary. Set depth to -1 to fetch all historical tags.
|
|
2611
|
+
# Corresponds to the JSON property `fetchTags`
|
|
2612
|
+
# @return [Boolean]
|
|
2613
|
+
attr_accessor :fetch_tags
|
|
2614
|
+
alias_method :fetch_tags?, :fetch_tags
|
|
2615
|
+
|
|
2600
2616
|
# Optional. True if submodules should be fetched too (default false).
|
|
2601
2617
|
# Corresponds to the JSON property `recurseSubmodules`
|
|
2602
2618
|
# @return [Boolean]
|
|
@@ -2621,6 +2637,7 @@ module Google
|
|
|
2621
2637
|
def update!(**args)
|
|
2622
2638
|
@depth = args[:depth] if args.key?(:depth)
|
|
2623
2639
|
@dest_path = args[:dest_path] if args.key?(:dest_path)
|
|
2640
|
+
@fetch_tags = args[:fetch_tags] if args.key?(:fetch_tags)
|
|
2624
2641
|
@recurse_submodules = args[:recurse_submodules] if args.key?(:recurse_submodules)
|
|
2625
2642
|
@repository = args[:repository] if args.key?(:repository)
|
|
2626
2643
|
@revision = args[:revision] if args.key?(:revision)
|
|
@@ -4915,8 +4932,8 @@ module Google
|
|
|
4915
4932
|
# run.googleapis.com/' and 'autoscaling.knative.dev' are restricted, and the
|
|
4916
4933
|
# accepted annotations will be different depending on the resource type. * `
|
|
4917
4934
|
# autoscaling.knative.dev/maxScale`: Revision. * `autoscaling.knative.dev/
|
|
4918
|
-
# minScale`: Revision. * `run.googleapis.com/base-images`: Service, Revision. *
|
|
4919
|
-
# run.googleapis.com/binary-authorization-breakglass`: Service, Job, * `run.
|
|
4935
|
+
# minScale`: Revision. * `run.googleapis.com/base-images`: Service, Revision . *
|
|
4936
|
+
# `run.googleapis.com/binary-authorization-breakglass`: Service, Job, * `run.
|
|
4920
4937
|
# googleapis.com/binary-authorization`: Service, Job, Execution. * `run.
|
|
4921
4938
|
# googleapis.com/build-base-image`: Service. * `run.googleapis.com/build-enable-
|
|
4922
4939
|
# automatic-updates`: Service. * `run.googleapis.com/build-environment-variables`
|
|
@@ -5069,6 +5086,13 @@ module Google
|
|
|
5069
5086
|
# @return [Array<Google::Apis::RunV1::ContainerOverride>]
|
|
5070
5087
|
attr_accessor :container_overrides
|
|
5071
5088
|
|
|
5089
|
+
# Optional. If true, the system will start the execution within the next 12
|
|
5090
|
+
# hours depending on available capacity.
|
|
5091
|
+
# Corresponds to the JSON property `delayExecution`
|
|
5092
|
+
# @return [Boolean]
|
|
5093
|
+
attr_accessor :delay_execution
|
|
5094
|
+
alias_method :delay_execution?, :delay_execution
|
|
5095
|
+
|
|
5072
5096
|
# The desired number of tasks the execution should run. Will replace existing
|
|
5073
5097
|
# task_count value.
|
|
5074
5098
|
# Corresponds to the JSON property `taskCount`
|
|
@@ -5089,6 +5113,7 @@ module Google
|
|
|
5089
5113
|
# Update properties of this object
|
|
5090
5114
|
def update!(**args)
|
|
5091
5115
|
@container_overrides = args[:container_overrides] if args.key?(:container_overrides)
|
|
5116
|
+
@delay_execution = args[:delay_execution] if args.key?(:delay_execution)
|
|
5092
5117
|
@task_count = args[:task_count] if args.key?(:task_count)
|
|
5093
5118
|
@timeout_seconds = args[:timeout_seconds] if args.key?(:timeout_seconds)
|
|
5094
5119
|
end
|
|
@@ -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.111.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260814"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1237,6 +1237,7 @@ module Google
|
|
|
1237
1237
|
class ExecutionSpec
|
|
1238
1238
|
# @private
|
|
1239
1239
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1240
|
+
property :delay_execution, as: 'delayExecution'
|
|
1240
1241
|
property :parallelism, as: 'parallelism'
|
|
1241
1242
|
property :task_count, as: 'taskCount'
|
|
1242
1243
|
property :template, as: 'template', class: Google::Apis::RunV1::TaskTemplateSpec, decorator: Google::Apis::RunV1::TaskTemplateSpec::Representation
|
|
@@ -1576,6 +1577,7 @@ module Google
|
|
|
1576
1577
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1577
1578
|
property :depth, :numeric_string => true, as: 'depth'
|
|
1578
1579
|
property :dest_path, as: 'destPath'
|
|
1580
|
+
property :fetch_tags, as: 'fetchTags'
|
|
1579
1581
|
property :recurse_submodules, as: 'recurseSubmodules'
|
|
1580
1582
|
property :repository, as: 'repository', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1GitSourceRepository, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1GitSourceRepository::Representation
|
|
1581
1583
|
|
|
@@ -2247,6 +2249,7 @@ module Google
|
|
|
2247
2249
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2248
2250
|
collection :container_overrides, as: 'containerOverrides', class: Google::Apis::RunV1::ContainerOverride, decorator: Google::Apis::RunV1::ContainerOverride::Representation
|
|
2249
2251
|
|
|
2252
|
+
property :delay_execution, as: 'delayExecution'
|
|
2250
2253
|
property :task_count, as: 'taskCount'
|
|
2251
2254
|
property :timeout_seconds, as: 'timeoutSeconds'
|
|
2252
2255
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.111.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.111.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|