Skip to content

Commit 12702c6

Browse files
feat: Automated regeneration of run v1 client (googleapis#27226)
Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com>
1 parent 096227a commit 12702c6

6 files changed

Lines changed: 115 additions & 58 deletions

File tree

api_names_out.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370722,6 +370722,7 @@
370722370722
"/run:v1/SetIamPolicyRequest/policy": policy
370723370723
"/run:v1/SetIamPolicyRequest/updateMask": update_mask
370724370724
"/run:v1/StartInstanceRequest": start_instance_request
370725+
"/run:v1/StartInstanceRequest/dryRun": dry_run
370725370726
"/run:v1/Status": status
370726370727
"/run:v1/Status/code": code
370727370728
"/run:v1/Status/details": details
@@ -370742,6 +370743,7 @@
370742370743
"/run:v1/StatusDetails/retryAfterSeconds": retry_after_seconds
370743370744
"/run:v1/StatusDetails/uid": uid
370744370745
"/run:v1/StopInstanceRequest": stop_instance_request
370746+
"/run:v1/StopInstanceRequest/dryRun": dry_run
370745370747
"/run:v1/TCPSocketAction": tcp_socket_action
370746370748
"/run:v1/TCPSocketAction/host": host
370747370749
"/run:v1/TCPSocketAction/port": port
@@ -370888,9 +370890,11 @@
370888370890
"/run:v1/run.namespaces.executions.list/resourceVersion": resource_version
370889370891
"/run:v1/run.namespaces.executions.list/watch": watch
370890370892
"/run:v1/run.namespaces.instances.create": create_namespace_instance
370893+
"/run:v1/run.namespaces.instances.create/dryRun": dry_run
370891370894
"/run:v1/run.namespaces.instances.create/parent": parent
370892370895
"/run:v1/run.namespaces.instances.delete": delete_namespace_instance
370893370896
"/run:v1/run.namespaces.instances.delete/apiVersion": api_version
370897+
"/run:v1/run.namespaces.instances.delete/dryRun": dry_run
370894370898
"/run:v1/run.namespaces.instances.delete/kind": kind
370895370899
"/run:v1/run.namespaces.instances.delete/name": name
370896370900
"/run:v1/run.namespaces.instances.delete/propagationPolicy": propagation_policy
@@ -370906,15 +370910,18 @@
370906370910
"/run:v1/run.namespaces.instances.list/resourceVersion": resource_version
370907370911
"/run:v1/run.namespaces.instances.list/watch": watch
370908370912
"/run:v1/run.namespaces.instances.replaceInstance": replace_namespace_instance_instance
370913+
"/run:v1/run.namespaces.instances.replaceInstance/dryRun": dry_run
370909370914
"/run:v1/run.namespaces.instances.replaceInstance/name": name
370910370915
"/run:v1/run.namespaces.instances.start": start_instance
370911370916
"/run:v1/run.namespaces.instances.start/name": name
370912370917
"/run:v1/run.namespaces.instances.stop": stop_instance
370913370918
"/run:v1/run.namespaces.instances.stop/name": name
370914370919
"/run:v1/run.namespaces.jobs.create": create_namespace_job
370920+
"/run:v1/run.namespaces.jobs.create/dryRun": dry_run
370915370921
"/run:v1/run.namespaces.jobs.create/parent": parent
370916370922
"/run:v1/run.namespaces.jobs.delete": delete_namespace_job
370917370923
"/run:v1/run.namespaces.jobs.delete/apiVersion": api_version
370924+
"/run:v1/run.namespaces.jobs.delete/dryRun": dry_run
370918370925
"/run:v1/run.namespaces.jobs.delete/kind": kind
370919370926
"/run:v1/run.namespaces.jobs.delete/name": name
370920370927
"/run:v1/run.namespaces.jobs.delete/propagationPolicy": propagation_policy
@@ -370930,6 +370937,7 @@
370930370937
"/run:v1/run.namespaces.jobs.list/resourceVersion": resource_version
370931370938
"/run:v1/run.namespaces.jobs.list/watch": watch
370932370939
"/run:v1/run.namespaces.jobs.replaceJob": replace_namespace_job_job
370940+
"/run:v1/run.namespaces.jobs.replaceJob/dryRun": dry_run
370933370941
"/run:v1/run.namespaces.jobs.replaceJob/name": name
370934370942
"/run:v1/run.namespaces.jobs.run": run_job
370935370943
"/run:v1/run.namespaces.jobs.run/name": name

generated/google-apis-run_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-run_v1
22

3+
### v0.109.0 (2026-07-05)
4+
5+
* Regenerated from discovery document revision 20260629
6+
37
### v0.108.0 (2026-06-14)
48

59
* Regenerated from discovery document revision 20260603

generated/google-apis-run_v1/lib/google/apis/run_v1/classes.rb

Lines changed: 38 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3931,8 +3931,8 @@ def update!(**args)
39313931
end
39323932
end
39333933

3934-
# Instance represents the configuration of a single Instance, which references a
3935-
# container image which is run to completion.
3934+
# An Instance represents the configuration of a single instance that references
3935+
# a container image and runs to completion.
39363936
class Instance
39373937
include Google::Apis::Core::Hashable
39383938

@@ -3961,7 +3961,7 @@ class Instance
39613961
# @return [Google::Apis::RunV1::InstanceSpec]
39623962
attr_accessor :spec
39633963

3964-
# InstanceStatus represents the current state of a Instance.
3964+
# InstanceStatus represents the current state of an Instance.
39653965
# Corresponds to the JSON property `status`
39663966
# @return [Google::Apis::RunV1::InstanceStatus]
39673967
attr_accessor :status
@@ -4066,7 +4066,7 @@ def update!(**args)
40664066
end
40674067
end
40684068

4069-
# InstanceStatus represents the current state of a Instance.
4069+
# InstanceStatus represents the current state of an Instance.
40704070
class InstanceStatus
40714071
include Google::Apis::Core::Hashable
40724072

@@ -4926,26 +4926,26 @@ class ObjectMeta
49264926
# googleapis.com/build-service-account`: Service. * `run.googleapis.com/build-
49274927
# source-location`: Service, Revision. * `run.googleapis.com/build-worker-pool`:
49284928
# Service. * `run.googleapis.com/client-name`: All resources. * `run.googleapis.
4929-
# com/cloudsql-instances`: Revision, Execution . * `run.googleapis.com/container-
4930-
# dependencies`: Revision . * `run.googleapis.com/cpu-throttling`: Revision. * `
4931-
# run.googleapis.com/custom-audiences`: Service. * `run.googleapis.com/default-
4932-
# url-disabled`: Service. * `run.googleapis.com/description`: Service. * `run.
4933-
# googleapis.com/encryption-key-shutdown-hours`: Revision * `run.googleapis.com/
4934-
# encryption-key`: Revision, Execution . * `run.googleapis.com/execution-
4935-
# environment`: Revision, Execution . * `run.googleapis.com/gc-traffic-tags`:
4936-
# Service. * `run.googleapis.com/gpu-zonal-redundancy-disabled`: Revision. * `
4937-
# run.googleapis.com/health-check-disabled`: Revision. * `run.googleapis.com/
4938-
# ingress`: Service, Instance. * `run.googleapis.com/invoker-iam-disabled`:
4939-
# Service, Instance. * `run.googleapis.com/launch-stage`: Service, Job. * `run.
4940-
# googleapis.com/minScale`: Service. * `run.googleapis.com/maxScale`: Service. *
4941-
# `run.googleapis.com/manualInstanceCount`: Service. * `run.googleapis.com/
4942-
# network-interfaces`: Revision, Execution. * `run.googleapis.com/post-key-
4943-
# revocation-action-type`: Revision. `run.googleapis.com/scalingMode`: Service. *
4944-
# `run.googleapis.com/secrets`: Revision, Execution. * `run.googleapis.com/
4945-
# secure-session-agent`: Revision. * `run.googleapis.com/sessionAffinity`:
4946-
# Revision. * `run.googleapis.com/startup-cpu-boost`: Revision. * `run.
4947-
# googleapis.com/vpc-access-connector`: Revision, Execution . * `run.googleapis.
4948-
# com/vpc-access-egress`: Revision, Execution.
4929+
# com/cloudsql-instances`: Revision, Execution, Instance. * `run.googleapis.com/
4930+
# container-dependencies`: Revision . * `run.googleapis.com/cpu-throttling`:
4931+
# Revision. * `run.googleapis.com/custom-audiences`: Service. * `run.googleapis.
4932+
# com/default-url-disabled`: Service. * `run.googleapis.com/description`:
4933+
# Service. * `run.googleapis.com/encryption-key-shutdown-hours`: Revision * `run.
4934+
# googleapis.com/encryption-key`: Revision, Execution, Instance. * `run.
4935+
# googleapis.com/execution-environment`: Revision, Execution. * `run.googleapis.
4936+
# com/gc-traffic-tags`: Service. * `run.googleapis.com/gpu-zonal-redundancy-
4937+
# disabled`: Revision. * `run.googleapis.com/health-check-disabled`: Revision. *
4938+
# `run.googleapis.com/ingress`: Service, Instance. * `run.googleapis.com/invoker-
4939+
# iam-disabled`: Service, Instance. * `run.googleapis.com/launch-stage`: Service,
4940+
# Job. * `run.googleapis.com/minScale`: Service. * `run.googleapis.com/maxScale`
4941+
# : Service. * `run.googleapis.com/manualInstanceCount`: Service. * `run.
4942+
# googleapis.com/network-interfaces`: Revision, Execution, Instance. * `run.
4943+
# googleapis.com/post-key-revocation-action-type`: Revision. `run.googleapis.com/
4944+
# scalingMode`: Service. * `run.googleapis.com/secrets`: Revision, Execution. * `
4945+
# run.googleapis.com/secure-session-agent`: Revision. * `run.googleapis.com/
4946+
# sessionAffinity`: Revision. * `run.googleapis.com/startup-cpu-boost`: Revision.
4947+
# * `run.googleapis.com/vpc-access-connector`: Revision, Execution. * `run.
4948+
# googleapis.com/vpc-access-egress`: Revision, Execution, Instance.
49494949
# Corresponds to the JSON property `annotations`
49504950
# @return [Hash<String,String>]
49514951
attr_accessor :annotations
@@ -5469,11 +5469,6 @@ class RevisionSpec
54695469
# @return [String]
54705470
attr_accessor :runtime_class_name
54715471

5472-
# Optional. Container templates that can be launched through the `sandbox` CLI.
5473-
# Corresponds to the JSON property `sandboxes`
5474-
# @return [Array<Google::Apis::RunV1::Container>]
5475-
attr_accessor :sandboxes
5476-
54775472
# Email address of the IAM service account associated with the revision of the
54785473
# service. The service account represents the identity of the running revision,
54795474
# and determines what permissions the revision has. If not provided, the
@@ -5506,7 +5501,6 @@ def update!(**args)
55065501
@image_pull_secrets = args[:image_pull_secrets] if args.key?(:image_pull_secrets)
55075502
@node_selector = args[:node_selector] if args.key?(:node_selector)
55085503
@runtime_class_name = args[:runtime_class_name] if args.key?(:runtime_class_name)
5509-
@sandboxes = args[:sandboxes] if args.key?(:sandboxes)
55105504
@service_account_name = args[:service_account_name] if args.key?(:service_account_name)
55115505
@timeout_seconds = args[:timeout_seconds] if args.key?(:timeout_seconds)
55125506
@volumes = args[:volumes] if args.key?(:volumes)
@@ -6121,12 +6115,19 @@ def update!(**args)
61216115
class StartInstanceRequest
61226116
include Google::Apis::Core::Hashable
61236117

6118+
# Optional. Indicates that the server should validate the request and populate
6119+
# default values without persisting the request. Supported values: `all`
6120+
# Corresponds to the JSON property `dryRun`
6121+
# @return [String]
6122+
attr_accessor :dry_run
6123+
61246124
def initialize(**args)
61256125
update!(**args)
61266126
end
61276127

61286128
# Update properties of this object
61296129
def update!(**args)
6130+
@dry_run = args[:dry_run] if args.key?(:dry_run)
61306131
end
61316132
end
61326133

@@ -6288,12 +6289,19 @@ def update!(**args)
62886289
class StopInstanceRequest
62896290
include Google::Apis::Core::Hashable
62906291

6292+
# Optional. Indicates that the server should validate the request and populate
6293+
# default values without persisting the request. Supported values: `all`
6294+
# Corresponds to the JSON property `dryRun`
6295+
# @return [String]
6296+
attr_accessor :dry_run
6297+
62916298
def initialize(**args)
62926299
update!(**args)
62936300
end
62946301

62956302
# Update properties of this object
62966303
def update!(**args)
6304+
@dry_run = args[:dry_run] if args.key?(:dry_run)
62976305
end
62986306
end
62996307

generated/google-apis-run_v1/lib/google/apis/run_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module RunV1
1818
# Version of the google-apis-run_v1 gem
19-
GEM_VERSION = "0.108.0"
19+
GEM_VERSION = "0.109.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.19.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260603"
25+
REVISION = "20260629"
2626
end
2727
end
2828
end

generated/google-apis-run_v1/lib/google/apis/run_v1/representations.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,8 +2337,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
23372337

23382338
hash :node_selector, as: 'nodeSelector'
23392339
property :runtime_class_name, as: 'runtimeClassName'
2340-
collection :sandboxes, as: 'sandboxes', class: Google::Apis::RunV1::Container, decorator: Google::Apis::RunV1::Container::Representation
2341-
23422340
property :service_account_name, as: 'serviceAccountName'
23432341
property :timeout_seconds, as: 'timeoutSeconds'
23442342
collection :volumes, as: 'volumes', class: Google::Apis::RunV1::Volume, decorator: Google::Apis::RunV1::Volume::Representation
@@ -2504,6 +2502,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
25042502
class StartInstanceRequest
25052503
# @private
25062504
class Representation < Google::Apis::Core::JsonRepresentation
2505+
property :dry_run, as: 'dryRun'
25072506
end
25082507
end
25092508

@@ -2546,6 +2545,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
25462545
class StopInstanceRequest
25472546
# @private
25482547
class Representation < Google::Apis::Core::JsonRepresentation
2548+
property :dry_run, as: 'dryRun'
25492549
end
25502550
end
25512551

0 commit comments

Comments
 (0)