Skip to content

Commit 446eef3

Browse files
feat: Automated regeneration of workstations v1beta client (googleapis#23783)
Auto-created at 2025-07-27 10:12:17 +0000 using the toys pull request generator.
1 parent 0ac272b commit 446eef3

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377260,6 +377260,7 @@
377260377260
"/workstations:v1beta/Workstation/updateTime": update_time
377261377261
"/workstations:v1beta/WorkstationBoostConfig": workstation_boost_config
377262377262
"/workstations:v1beta/WorkstationBoostConfig/id": id
377263+
"/workstations:v1beta/WorkstationBoostConfig/running": running
377263377264
"/workstations:v1beta/WorkstationCluster": workstation_cluster
377264377265
"/workstations:v1beta/WorkstationCluster/annotations": annotations
377265377266
"/workstations:v1beta/WorkstationCluster/annotations/annotation": annotation

generated/google-apis-workstations_v1beta/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-workstations_v1beta
22

3+
### v0.42.0 (2025-07-27)
4+
5+
* Regenerated from discovery document revision 20250716
6+
37
### v0.41.0 (2025-07-06)
48

59
* Regenerated from discovery document revision 20250625

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1988,13 +1988,21 @@ class WorkstationBoostConfig
19881988
# @return [String]
19891989
attr_accessor :id
19901990

1991+
# Output only. Whether or not the current workstation is actively boosted with
1992+
# this id.
1993+
# Corresponds to the JSON property `running`
1994+
# @return [Boolean]
1995+
attr_accessor :running
1996+
alias_method :running?, :running
1997+
19911998
def initialize(**args)
19921999
update!(**args)
19932000
end
19942001

19952002
# Update properties of this object
19962003
def update!(**args)
19972004
@id = args[:id] if args.key?(:id)
2005+
@running = args[:running] if args.key?(:running)
19982006
end
19992007
end
20002008

generated/google-apis-workstations_v1beta/lib/google/apis/workstations_v1beta/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 WorkstationsV1beta
1818
# Version of the google-apis-workstations_v1beta gem
19-
GEM_VERSION = "0.41.0"
19+
GEM_VERSION = "0.42.0"
2020

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ class WorkstationBoostConfig
763763
# @private
764764
class Representation < Google::Apis::Core::JsonRepresentation
765765
property :id, as: 'id'
766+
property :running, as: 'running'
766767
end
767768
end
768769

0 commit comments

Comments
 (0)