google-apis-workloadmanager_v1 0.34.0 → 0.35.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d16e995681f2bba417d7e0bdee18c9701a35fc71dd3529f300045de5e9ef872
4
- data.tar.gz: 42c9f52ae9982c6b76a9a8a9b91ef6587338278b76fe3fedff4a5a1fb7a18730
3
+ metadata.gz: 586d9d229298f7da6b8e9e8474f520006d8defeeb77f16ccbe882a1334978bc8
4
+ data.tar.gz: b2f135de935786b5f043615458ca7b2696fc9b0e9e010cb101078fbb0a9054f7
5
5
  SHA512:
6
- metadata.gz: 8701f6fcd83d8e964abcc8ee8876cfc786299a7f01b54ccb9d647d92346acac4f799f648fda016a4add29a18d4bd8dc6bec33971518d24b43313b9f24da181f8
7
- data.tar.gz: ff7c7348710b5e54a1d8e62555fafabbf7b86b794853797bc47152ad3c3e8f72dcfa989a9978f038b48e8eb58dfbf13b3a6d36f3f87506796c8d7910a11f39cf
6
+ metadata.gz: 572e392c231557c2633586f6d14fd79e45bea94e69519c062da1bd96a83fd9b36e7b4f2d72c3d52545480ed585dad6ea5ac2851aa1c2026e12ee8f5384c9fad2
7
+ data.tar.gz: c1d6e9ee46277436f9c98b3cdcdbd63a8a7a911dab3597229ff86abd6dd93b566499087840218a7b831c962cb4aba34f4f1b52cdfcca6c07929d8c594c115ccf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-workloadmanager_v1
2
2
 
3
+ ### v0.35.0 (2025-05-04)
4
+
5
+ * Regenerated from discovery document revision 20250416
6
+ * Regenerated using generator version 0.17.0
7
+
3
8
  ### v0.34.0 (2025-04-20)
4
9
 
5
10
  * Regenerated from discovery document revision 20250326
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/workload-manager/docs) may
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -22,37 +22,6 @@ module Google
22
22
  module Apis
23
23
  module WorkloadmanagerV1
24
24
 
25
- # The API layer server
26
- class ApiLayerServer
27
- include Google::Apis::Core::Hashable
28
-
29
- # Output only. The api layer name
30
- # Corresponds to the JSON property `name`
31
- # @return [String]
32
- attr_accessor :name
33
-
34
- # Output only. OS information
35
- # Corresponds to the JSON property `osVersion`
36
- # @return [String]
37
- attr_accessor :os_version
38
-
39
- # Output only. resources in the component
40
- # Corresponds to the JSON property `resources`
41
- # @return [Array<Google::Apis::WorkloadmanagerV1::CloudResource>]
42
- attr_accessor :resources
43
-
44
- def initialize(**args)
45
- update!(**args)
46
- end
47
-
48
- # Update properties of this object
49
- def update!(**args)
50
- @name = args[:name] if args.key?(:name)
51
- @os_version = args[:os_version] if args.key?(:os_version)
52
- @resources = args[:resources] if args.key?(:resources)
53
- end
54
- end
55
-
56
25
  # * An AgentCommand specifies a one-time executable program for the agent to run.
57
26
  class AgentCommand
58
27
  include Google::Apis::Core::Hashable
@@ -79,86 +48,6 @@ module Google
79
48
  end
80
49
  end
81
50
 
82
- # The availability groups for sqlserver
83
- class AvailabilityGroup
84
- include Google::Apis::Core::Hashable
85
-
86
- # Output only. The databases
87
- # Corresponds to the JSON property `databases`
88
- # @return [Array<String>]
89
- attr_accessor :databases
90
-
91
- # Output only. The availability group name
92
- # Corresponds to the JSON property `name`
93
- # @return [String]
94
- attr_accessor :name
95
-
96
- # Output only. The primary server
97
- # Corresponds to the JSON property `primaryServer`
98
- # @return [String]
99
- attr_accessor :primary_server
100
-
101
- # Output only. The secondary servers
102
- # Corresponds to the JSON property `secondaryServers`
103
- # @return [Array<String>]
104
- attr_accessor :secondary_servers
105
-
106
- def initialize(**args)
107
- update!(**args)
108
- end
109
-
110
- # Update properties of this object
111
- def update!(**args)
112
- @databases = args[:databases] if args.key?(:databases)
113
- @name = args[:name] if args.key?(:name)
114
- @primary_server = args[:primary_server] if args.key?(:primary_server)
115
- @secondary_servers = args[:secondary_servers] if args.key?(:secondary_servers)
116
- end
117
- end
118
-
119
- # The backend server
120
- class BackendServer
121
- include Google::Apis::Core::Hashable
122
-
123
- # Output only. The backup file
124
- # Corresponds to the JSON property `backupFile`
125
- # @return [String]
126
- attr_accessor :backup_file
127
-
128
- # Output only. The backup schedule
129
- # Corresponds to the JSON property `backupSchedule`
130
- # @return [String]
131
- attr_accessor :backup_schedule
132
-
133
- # Output only. The backend name
134
- # Corresponds to the JSON property `name`
135
- # @return [String]
136
- attr_accessor :name
137
-
138
- # Output only. OS information
139
- # Corresponds to the JSON property `osVersion`
140
- # @return [String]
141
- attr_accessor :os_version
142
-
143
- # Output only. resources in the component
144
- # Corresponds to the JSON property `resources`
145
- # @return [Array<Google::Apis::WorkloadmanagerV1::CloudResource>]
146
- attr_accessor :resources
147
-
148
- def initialize(**args)
149
- update!(**args)
150
- end
151
-
152
- # Update properties of this object
153
- def update!(**args)
154
- @backup_file = args[:backup_file] if args.key?(:backup_file)
155
- @backup_schedule = args[:backup_schedule] if args.key?(:backup_schedule)
156
- @name = args[:name] if args.key?(:name)
157
- @os_version = args[:os_version] if args.key?(:os_version)
158
- @resources = args[:resources] if args.key?(:resources)
159
- end
160
- end
161
-
162
51
  # Backup properties.
163
52
  class BackupProperties
164
53
  include Google::Apis::Core::Hashable
@@ -254,31 +143,6 @@ module Google
254
143
  end
255
144
  end
256
145
 
257
- # The cluster for sqlserver
258
- class Cluster
259
- include Google::Apis::Core::Hashable
260
-
261
- # Output only. The nodes
262
- # Corresponds to the JSON property `nodes`
263
- # @return [Array<String>]
264
- attr_accessor :nodes
265
-
266
- # Output only. The witness server
267
- # Corresponds to the JSON property `witnessServer`
268
- # @return [String]
269
- attr_accessor :witness_server
270
-
271
- def initialize(**args)
272
- update!(**args)
273
- end
274
-
275
- # Update properties of this object
276
- def update!(**args)
277
- @nodes = args[:nodes] if args.key?(:nodes)
278
- @witness_server = args[:witness_server] if args.key?(:witness_server)
279
- end
280
- end
281
-
282
146
  # * Command specifies the type of command to execute.
283
147
  class Command
284
148
  include Google::Apis::Core::Hashable
@@ -354,43 +218,6 @@ module Google
354
218
  end
355
219
  end
356
220
 
357
- # The database for sqlserver
358
- class Database
359
- include Google::Apis::Core::Hashable
360
-
361
- # Output only. The backup file
362
- # Corresponds to the JSON property `backupFile`
363
- # @return [String]
364
- attr_accessor :backup_file
365
-
366
- # Output only. The backup schedule
367
- # Corresponds to the JSON property `backupSchedule`
368
- # @return [String]
369
- attr_accessor :backup_schedule
370
-
371
- # Output only. The host VM
372
- # Corresponds to the JSON property `hostVm`
373
- # @return [String]
374
- attr_accessor :host_vm
375
-
376
- # Output only. The database name
377
- # Corresponds to the JSON property `name`
378
- # @return [String]
379
- attr_accessor :name
380
-
381
- def initialize(**args)
382
- update!(**args)
383
- end
384
-
385
- # Update properties of this object
386
- def update!(**args)
387
- @backup_file = args[:backup_file] if args.key?(:backup_file)
388
- @backup_schedule = args[:backup_schedule] if args.key?(:backup_schedule)
389
- @host_vm = args[:host_vm] if args.key?(:host_vm)
390
- @name = args[:name] if args.key?(:name)
391
- end
392
- end
393
-
394
221
  # Database Properties.
395
222
  class DatabaseProperties
396
223
  include Google::Apis::Core::Hashable
@@ -715,37 +542,6 @@ module Google
715
542
  end
716
543
  end
717
544
 
718
- # The front end server
719
- class FrontEndServer
720
- include Google::Apis::Core::Hashable
721
-
722
- # Output only. The frontend name
723
- # Corresponds to the JSON property `name`
724
- # @return [String]
725
- attr_accessor :name
726
-
727
- # Output only. OS information
728
- # Corresponds to the JSON property `osVersion`
729
- # @return [String]
730
- attr_accessor :os_version
731
-
732
- # Output only. resources in the component
733
- # Corresponds to the JSON property `resources`
734
- # @return [Array<Google::Apis::WorkloadmanagerV1::CloudResource>]
735
- attr_accessor :resources
736
-
737
- def initialize(**args)
738
- update!(**args)
739
- end
740
-
741
- # Update properties of this object
742
- def update!(**args)
743
- @name = args[:name] if args.key?(:name)
744
- @os_version = args[:os_version] if args.key?(:os_version)
745
- @resources = args[:resources] if args.key?(:resources)
746
- end
747
- end
748
-
749
545
  # Message describing compute engine instance filter
750
546
  class GceInstanceFilter
751
547
  include Google::Apis::Core::Hashable
@@ -1202,31 +998,6 @@ module Google
1202
998
  end
1203
999
  end
1204
1000
 
1205
- # The load balancer for sqlserver
1206
- class LoadBalancerServer
1207
- include Google::Apis::Core::Hashable
1208
-
1209
- # Output only. The IP address
1210
- # Corresponds to the JSON property `ip`
1211
- # @return [String]
1212
- attr_accessor :ip
1213
-
1214
- # Output only. The VM name
1215
- # Corresponds to the JSON property `vm`
1216
- # @return [String]
1217
- attr_accessor :vm
1218
-
1219
- def initialize(**args)
1220
- update!(**args)
1221
- end
1222
-
1223
- # Update properties of this object
1224
- def update!(**args)
1225
- @ip = args[:ip] if args.key?(:ip)
1226
- @vm = args[:vm] if args.key?(:vm)
1227
- end
1228
- end
1229
-
1230
1001
  # A resource that represents a Google Cloud location.
1231
1002
  class Location
1232
1003
  include Google::Apis::Core::Hashable
@@ -2571,43 +2342,6 @@ module Google
2571
2342
  end
2572
2343
  end
2573
2344
 
2574
- # The body of sqlserver workload
2575
- class SqlserverWorkload
2576
- include Google::Apis::Core::Hashable
2577
-
2578
- # Output only. The availability groups for sqlserver
2579
- # Corresponds to the JSON property `ags`
2580
- # @return [Array<Google::Apis::WorkloadmanagerV1::AvailabilityGroup>]
2581
- attr_accessor :ags
2582
-
2583
- # The cluster for sqlserver
2584
- # Corresponds to the JSON property `cluster`
2585
- # @return [Google::Apis::WorkloadmanagerV1::Cluster]
2586
- attr_accessor :cluster
2587
-
2588
- # Output only. The databases for sqlserver
2589
- # Corresponds to the JSON property `databases`
2590
- # @return [Array<Google::Apis::WorkloadmanagerV1::Database>]
2591
- attr_accessor :databases
2592
-
2593
- # The load balancer for sqlserver
2594
- # Corresponds to the JSON property `loadBalancerServer`
2595
- # @return [Google::Apis::WorkloadmanagerV1::LoadBalancerServer]
2596
- attr_accessor :load_balancer_server
2597
-
2598
- def initialize(**args)
2599
- update!(**args)
2600
- end
2601
-
2602
- # Update properties of this object
2603
- def update!(**args)
2604
- @ags = args[:ags] if args.key?(:ags)
2605
- @cluster = args[:cluster] if args.key?(:cluster)
2606
- @databases = args[:databases] if args.key?(:databases)
2607
- @load_balancer_server = args[:load_balancer_server] if args.key?(:load_balancer_server)
2608
- end
2609
- end
2610
-
2611
2345
  # The `Status` type defines a logical error model that is suitable for different
2612
2346
  # programming environments, including REST APIs and RPC APIs. It is used by [
2613
2347
  # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
@@ -2678,43 +2412,6 @@ module Google
2678
2412
  end
2679
2413
  end
2680
2414
 
2681
- # The body of three tier workload
2682
- class ThreeTierWorkload
2683
- include Google::Apis::Core::Hashable
2684
-
2685
- # The API layer server
2686
- # Corresponds to the JSON property `apiLayer`
2687
- # @return [Google::Apis::WorkloadmanagerV1::ApiLayerServer]
2688
- attr_accessor :api_layer
2689
-
2690
- # The backend server
2691
- # Corresponds to the JSON property `backend`
2692
- # @return [Google::Apis::WorkloadmanagerV1::BackendServer]
2693
- attr_accessor :backend
2694
-
2695
- # Output only. the workload endpoint
2696
- # Corresponds to the JSON property `endpoint`
2697
- # @return [String]
2698
- attr_accessor :endpoint
2699
-
2700
- # The front end server
2701
- # Corresponds to the JSON property `frontend`
2702
- # @return [Google::Apis::WorkloadmanagerV1::FrontEndServer]
2703
- attr_accessor :frontend
2704
-
2705
- def initialize(**args)
2706
- update!(**args)
2707
- end
2708
-
2709
- # Update properties of this object
2710
- def update!(**args)
2711
- @api_layer = args[:api_layer] if args.key?(:api_layer)
2712
- @backend = args[:backend] if args.key?(:backend)
2713
- @endpoint = args[:endpoint] if args.key?(:endpoint)
2714
- @frontend = args[:frontend] if args.key?(:frontend)
2715
- end
2716
- end
2717
-
2718
2415
  # The schema of torso workload validation data.
2719
2416
  class TorsoValidation
2720
2417
  include Google::Apis::Core::Hashable
@@ -2776,6 +2473,11 @@ module Google
2776
2473
  # @return [String]
2777
2474
  attr_accessor :maintenance_status
2778
2475
 
2476
+ # Optional. Instance maintenance behavior. Could be "MIGRATE" or "TERMINATE".
2477
+ # Corresponds to the JSON property `onHostMaintenance`
2478
+ # @return [String]
2479
+ attr_accessor :on_host_maintenance
2480
+
2779
2481
  # Optional. Start time
2780
2482
  # Corresponds to the JSON property `startTime`
2781
2483
  # @return [String]
@@ -2794,6 +2496,7 @@ module Google
2794
2496
  def update!(**args)
2795
2497
  @end_time = args[:end_time] if args.key?(:end_time)
2796
2498
  @maintenance_status = args[:maintenance_status] if args.key?(:maintenance_status)
2499
+ @on_host_maintenance = args[:on_host_maintenance] if args.key?(:on_host_maintenance)
2797
2500
  @start_time = args[:start_time] if args.key?(:start_time)
2798
2501
  @type = args[:type] if args.key?(:type)
2799
2502
  end
@@ -2871,21 +2574,11 @@ module Google
2871
2574
  # @return [Google::Apis::WorkloadmanagerV1::SapWorkload]
2872
2575
  attr_accessor :sap_workload
2873
2576
 
2874
- # The body of sqlserver workload
2875
- # Corresponds to the JSON property `sqlserverWorkload`
2876
- # @return [Google::Apis::WorkloadmanagerV1::SqlserverWorkload]
2877
- attr_accessor :sqlserver_workload
2878
-
2879
2577
  # Output only. [output only] the current state if a a workload
2880
2578
  # Corresponds to the JSON property `state`
2881
2579
  # @return [String]
2882
2580
  attr_accessor :state
2883
2581
 
2884
- # The body of three tier workload
2885
- # Corresponds to the JSON property `threeTierWorkload`
2886
- # @return [Google::Apis::WorkloadmanagerV1::ThreeTierWorkload]
2887
- attr_accessor :three_tier_workload
2888
-
2889
2582
  # Required. The type of the workload
2890
2583
  # Corresponds to the JSON property `workloadType`
2891
2584
  # @return [String]
@@ -2904,9 +2597,7 @@ module Google
2904
2597
  @name = args[:name] if args.key?(:name)
2905
2598
  @refreshed_time = args[:refreshed_time] if args.key?(:refreshed_time)
2906
2599
  @sap_workload = args[:sap_workload] if args.key?(:sap_workload)
2907
- @sqlserver_workload = args[:sqlserver_workload] if args.key?(:sqlserver_workload)
2908
2600
  @state = args[:state] if args.key?(:state)
2909
- @three_tier_workload = args[:three_tier_workload] if args.key?(:three_tier_workload)
2910
2601
  @workload_type = args[:workload_type] if args.key?(:workload_type)
2911
2602
  end
2912
2603
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkloadmanagerV1
18
18
  # Version of the google-apis-workloadmanager_v1 gem
19
- GEM_VERSION = "0.34.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250326"
25
+ REVISION = "20250416"
26
26
  end
27
27
  end
28
28
  end
@@ -22,30 +22,12 @@ module Google
22
22
  module Apis
23
23
  module WorkloadmanagerV1
24
24
 
25
- class ApiLayerServer
26
- class Representation < Google::Apis::Core::JsonRepresentation; end
27
-
28
- include Google::Apis::Core::JsonObjectSupport
29
- end
30
-
31
25
  class AgentCommand
32
26
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
27
 
34
28
  include Google::Apis::Core::JsonObjectSupport
35
29
  end
36
30
 
37
- class AvailabilityGroup
38
- class Representation < Google::Apis::Core::JsonRepresentation; end
39
-
40
- include Google::Apis::Core::JsonObjectSupport
41
- end
42
-
43
- class BackendServer
44
- class Representation < Google::Apis::Core::JsonRepresentation; end
45
-
46
- include Google::Apis::Core::JsonObjectSupport
47
- end
48
-
49
31
  class BackupProperties
50
32
  class Representation < Google::Apis::Core::JsonRepresentation; end
51
33
 
@@ -70,12 +52,6 @@ module Google
70
52
  include Google::Apis::Core::JsonObjectSupport
71
53
  end
72
54
 
73
- class Cluster
74
- class Representation < Google::Apis::Core::JsonRepresentation; end
75
-
76
- include Google::Apis::Core::JsonObjectSupport
77
- end
78
-
79
55
  class Command
80
56
  class Representation < Google::Apis::Core::JsonRepresentation; end
81
57
 
@@ -88,12 +64,6 @@ module Google
88
64
  include Google::Apis::Core::JsonObjectSupport
89
65
  end
90
66
 
91
- class Database
92
- class Representation < Google::Apis::Core::JsonRepresentation; end
93
-
94
- include Google::Apis::Core::JsonObjectSupport
95
- end
96
-
97
67
  class DatabaseProperties
98
68
  class Representation < Google::Apis::Core::JsonRepresentation; end
99
69
 
@@ -130,12 +100,6 @@ module Google
130
100
  include Google::Apis::Core::JsonObjectSupport
131
101
  end
132
102
 
133
- class FrontEndServer
134
- class Representation < Google::Apis::Core::JsonRepresentation; end
135
-
136
- include Google::Apis::Core::JsonObjectSupport
137
- end
138
-
139
103
  class GceInstanceFilter
140
104
  class Representation < Google::Apis::Core::JsonRepresentation; end
141
105
 
@@ -220,12 +184,6 @@ module Google
220
184
  include Google::Apis::Core::JsonObjectSupport
221
185
  end
222
186
 
223
- class LoadBalancerServer
224
- class Representation < Google::Apis::Core::JsonRepresentation; end
225
-
226
- include Google::Apis::Core::JsonObjectSupport
227
- end
228
-
229
187
  class Location
230
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
231
189
 
@@ -430,12 +388,6 @@ module Google
430
388
  include Google::Apis::Core::JsonObjectSupport
431
389
  end
432
390
 
433
- class SqlserverWorkload
434
- class Representation < Google::Apis::Core::JsonRepresentation; end
435
-
436
- include Google::Apis::Core::JsonObjectSupport
437
- end
438
-
439
391
  class Status
440
392
  class Representation < Google::Apis::Core::JsonRepresentation; end
441
393
 
@@ -448,12 +400,6 @@ module Google
448
400
  include Google::Apis::Core::JsonObjectSupport
449
401
  end
450
402
 
451
- class ThreeTierWorkload
452
- class Representation < Google::Apis::Core::JsonRepresentation; end
453
-
454
- include Google::Apis::Core::JsonObjectSupport
455
- end
456
-
457
403
  class TorsoValidation
458
404
  class Representation < Google::Apis::Core::JsonRepresentation; end
459
405
 
@@ -496,16 +442,6 @@ module Google
496
442
  include Google::Apis::Core::JsonObjectSupport
497
443
  end
498
444
 
499
- class ApiLayerServer
500
- # @private
501
- class Representation < Google::Apis::Core::JsonRepresentation
502
- property :name, as: 'name'
503
- property :os_version, as: 'osVersion'
504
- collection :resources, as: 'resources', class: Google::Apis::WorkloadmanagerV1::CloudResource, decorator: Google::Apis::WorkloadmanagerV1::CloudResource::Representation
505
-
506
- end
507
- end
508
-
509
445
  class AgentCommand
510
446
  # @private
511
447
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -514,28 +450,6 @@ module Google
514
450
  end
515
451
  end
516
452
 
517
- class AvailabilityGroup
518
- # @private
519
- class Representation < Google::Apis::Core::JsonRepresentation
520
- collection :databases, as: 'databases'
521
- property :name, as: 'name'
522
- property :primary_server, as: 'primaryServer'
523
- collection :secondary_servers, as: 'secondaryServers'
524
- end
525
- end
526
-
527
- class BackendServer
528
- # @private
529
- class Representation < Google::Apis::Core::JsonRepresentation
530
- property :backup_file, as: 'backupFile'
531
- property :backup_schedule, as: 'backupSchedule'
532
- property :name, as: 'name'
533
- property :os_version, as: 'osVersion'
534
- collection :resources, as: 'resources', class: Google::Apis::WorkloadmanagerV1::CloudResource, decorator: Google::Apis::WorkloadmanagerV1::CloudResource::Representation
535
-
536
- end
537
- end
538
-
539
453
  class BackupProperties
540
454
  # @private
541
455
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -568,14 +482,6 @@ module Google
568
482
  end
569
483
  end
570
484
 
571
- class Cluster
572
- # @private
573
- class Representation < Google::Apis::Core::JsonRepresentation
574
- collection :nodes, as: 'nodes'
575
- property :witness_server, as: 'witnessServer'
576
- end
577
- end
578
-
579
485
  class Command
580
486
  # @private
581
487
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -600,16 +506,6 @@ module Google
600
506
  end
601
507
  end
602
508
 
603
- class Database
604
- # @private
605
- class Representation < Google::Apis::Core::JsonRepresentation
606
- property :backup_file, as: 'backupFile'
607
- property :backup_schedule, as: 'backupSchedule'
608
- property :host_vm, as: 'hostVm'
609
- property :name, as: 'name'
610
- end
611
- end
612
-
613
509
  class DatabaseProperties
614
510
  # @private
615
511
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -696,16 +592,6 @@ module Google
696
592
  end
697
593
  end
698
594
 
699
- class FrontEndServer
700
- # @private
701
- class Representation < Google::Apis::Core::JsonRepresentation
702
- property :name, as: 'name'
703
- property :os_version, as: 'osVersion'
704
- collection :resources, as: 'resources', class: Google::Apis::WorkloadmanagerV1::CloudResource, decorator: Google::Apis::WorkloadmanagerV1::CloudResource::Representation
705
-
706
- end
707
- end
708
-
709
595
  class GceInstanceFilter
710
596
  # @private
711
597
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -851,14 +737,6 @@ module Google
851
737
  end
852
738
  end
853
739
 
854
- class LoadBalancerServer
855
- # @private
856
- class Representation < Google::Apis::Core::JsonRepresentation
857
- property :ip, as: 'ip'
858
- property :vm, as: 'vm'
859
- end
860
- end
861
-
862
740
  class Location
863
741
  # @private
864
742
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1229,20 +1107,6 @@ module Google
1229
1107
  end
1230
1108
  end
1231
1109
 
1232
- class SqlserverWorkload
1233
- # @private
1234
- class Representation < Google::Apis::Core::JsonRepresentation
1235
- collection :ags, as: 'ags', class: Google::Apis::WorkloadmanagerV1::AvailabilityGroup, decorator: Google::Apis::WorkloadmanagerV1::AvailabilityGroup::Representation
1236
-
1237
- property :cluster, as: 'cluster', class: Google::Apis::WorkloadmanagerV1::Cluster, decorator: Google::Apis::WorkloadmanagerV1::Cluster::Representation
1238
-
1239
- collection :databases, as: 'databases', class: Google::Apis::WorkloadmanagerV1::Database, decorator: Google::Apis::WorkloadmanagerV1::Database::Representation
1240
-
1241
- property :load_balancer_server, as: 'loadBalancerServer', class: Google::Apis::WorkloadmanagerV1::LoadBalancerServer, decorator: Google::Apis::WorkloadmanagerV1::LoadBalancerServer::Representation
1242
-
1243
- end
1244
- end
1245
-
1246
1110
  class Status
1247
1111
  # @private
1248
1112
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1261,19 +1125,6 @@ module Google
1261
1125
  end
1262
1126
  end
1263
1127
 
1264
- class ThreeTierWorkload
1265
- # @private
1266
- class Representation < Google::Apis::Core::JsonRepresentation
1267
- property :api_layer, as: 'apiLayer', class: Google::Apis::WorkloadmanagerV1::ApiLayerServer, decorator: Google::Apis::WorkloadmanagerV1::ApiLayerServer::Representation
1268
-
1269
- property :backend, as: 'backend', class: Google::Apis::WorkloadmanagerV1::BackendServer, decorator: Google::Apis::WorkloadmanagerV1::BackendServer::Representation
1270
-
1271
- property :endpoint, as: 'endpoint'
1272
- property :frontend, as: 'frontend', class: Google::Apis::WorkloadmanagerV1::FrontEndServer, decorator: Google::Apis::WorkloadmanagerV1::FrontEndServer::Representation
1273
-
1274
- end
1275
- end
1276
-
1277
1128
  class TorsoValidation
1278
1129
  # @private
1279
1130
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1290,6 +1141,7 @@ module Google
1290
1141
  class Representation < Google::Apis::Core::JsonRepresentation
1291
1142
  property :end_time, as: 'endTime'
1292
1143
  property :maintenance_status, as: 'maintenanceStatus'
1144
+ property :on_host_maintenance, as: 'onHostMaintenance'
1293
1145
  property :start_time, as: 'startTime'
1294
1146
  property :type, as: 'type'
1295
1147
  end
@@ -1318,11 +1170,7 @@ module Google
1318
1170
  property :refreshed_time, as: 'refreshedTime'
1319
1171
  property :sap_workload, as: 'sapWorkload', class: Google::Apis::WorkloadmanagerV1::SapWorkload, decorator: Google::Apis::WorkloadmanagerV1::SapWorkload::Representation
1320
1172
 
1321
- property :sqlserver_workload, as: 'sqlserverWorkload', class: Google::Apis::WorkloadmanagerV1::SqlserverWorkload, decorator: Google::Apis::WorkloadmanagerV1::SqlserverWorkload::Representation
1322
-
1323
1173
  property :state, as: 'state'
1324
- property :three_tier_workload, as: 'threeTierWorkload', class: Google::Apis::WorkloadmanagerV1::ThreeTierWorkload, decorator: Google::Apis::WorkloadmanagerV1::ThreeTierWorkload::Representation
1325
-
1326
1174
  property :workload_type, as: 'workloadType'
1327
1175
  end
1328
1176
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workloadmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-20 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-workloadmanager_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.34.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.35.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workloadmanager_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Workload Manager API V1
79
79
  test_files: []