File tree Expand file tree Collapse file tree 4 files changed +6
-49
lines changed
generated/google-apis-cloudsupport_v2beta
lib/google/apis/cloudsupport_v2beta Expand file tree Collapse file tree 4 files changed +6
-49
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-cloudsupport_v2beta
2
2
3
+ ### v0.46.0 (2025-06-15)
4
+
5
+ * Regenerated from discovery document revision 20250609
6
+
3
7
### v0.45.0 (2025-06-08)
4
8
5
9
* Regenerated from discovery document revision 20250602
Original file line number Diff line number Diff line change @@ -1319,38 +1319,6 @@ def update!(**args)
1319
1319
@plain_text = args [ :plain_text ] if args . key? ( :plain_text )
1320
1320
end
1321
1321
end
1322
-
1323
- # Metadata about the operation. Used to lookup the current status.
1324
- class WorkflowOperationMetadata
1325
- include Google ::Apis ::Core ::Hashable
1326
-
1327
- # The namespace that the job was scheduled in. Must be included in the workflow
1328
- # metadata so the workflow status can be retrieved.
1329
- # Corresponds to the JSON property `namespace`
1330
- # @return [String]
1331
- attr_accessor :namespace
1332
-
1333
- # The type of action the operation is classified as.
1334
- # Corresponds to the JSON property `operationAction`
1335
- # @return [String]
1336
- attr_accessor :operation_action
1337
-
1338
- # Which version of the workflow service this operation came from.
1339
- # Corresponds to the JSON property `workflowOperationType`
1340
- # @return [String]
1341
- attr_accessor :workflow_operation_type
1342
-
1343
- def initialize ( **args )
1344
- update! ( **args )
1345
- end
1346
-
1347
- # Update properties of this object
1348
- def update! ( **args )
1349
- @namespace = args [ :namespace ] if args . key? ( :namespace )
1350
- @operation_action = args [ :operation_action ] if args . key? ( :operation_action )
1351
- @workflow_operation_type = args [ :workflow_operation_type ] if args . key? ( :workflow_operation_type )
1352
- end
1353
- end
1354
1322
end
1355
1323
end
1356
1324
end
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module CloudsupportV2beta
18
18
# Version of the google-apis-cloudsupport_v2beta gem
19
- GEM_VERSION = "0.45 .0"
19
+ GEM_VERSION = "0.46 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION = "0.18.0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250602 "
25
+ REVISION = "20250609 "
26
26
end
27
27
end
28
28
end
Original file line number Diff line number Diff line change @@ -202,12 +202,6 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
202
202
include Google ::Apis ::Core ::JsonObjectSupport
203
203
end
204
204
205
- class WorkflowOperationMetadata
206
- class Representation < Google ::Apis ::Core ::JsonRepresentation ; end
207
-
208
- include Google ::Apis ::Core ::JsonObjectSupport
209
- end
210
-
211
205
class Actor
212
206
# @private
213
207
class Representation < Google ::Apis ::Core ::JsonRepresentation
@@ -557,15 +551,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
557
551
property :plain_text , as : 'plainText'
558
552
end
559
553
end
560
-
561
- class WorkflowOperationMetadata
562
- # @private
563
- class Representation < Google ::Apis ::Core ::JsonRepresentation
564
- property :namespace , as : 'namespace'
565
- property :operation_action , as : 'operationAction'
566
- property :workflow_operation_type , as : 'workflowOperationType'
567
- end
568
- end
569
554
end
570
555
end
571
556
end
You can’t perform that action at this time.
0 commit comments