google-apis-cloudsupport_v2beta 0.45.0 → 0.46.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: ada30ad95712534befd24acd45800291c8422b5eeac3d4df87730667523e14fd
4
- data.tar.gz: 3ecfb39289bbc6db09124fb96da938a0bfbae67517bf8c01308a7760ec0a7e77
3
+ metadata.gz: 33f57e0f76e6b043871ccc0ca3e39e25d8195429e2c06147cd08cbada742c62d
4
+ data.tar.gz: d9b44e569010e5cc48834ccf0119f14ad93dbdd8831fcfff95965114d98b10e5
5
5
  SHA512:
6
- metadata.gz: 628e72c136baaa03455c5128e09b1ed6bc4c56faf1bf2b8a88b3269b980546a96836f773109e9c1eb12ea957bf9c011e06cd9e2e07921b3af6e3f8ce10e4950e
7
- data.tar.gz: 52c4c3c0feed90328ef87624e390057d6107a24e72afd13df70b06e2223a0a992c41674669dd1b2821171022cba33b00299348ff979a19ced239b5a6e39735d1
6
+ metadata.gz: 971b6d658529451b4730ad72496a446d201b89a8ba9cecd0640d3d4a93bbc17de36abd5384ecc747eab159226208710335da6436eaaefd1cbe4ce59a21b04814
7
+ data.tar.gz: 420ce23c6abd74121f539d864bde5e13a5eacca02bee8393dd543b09b1288b90b1072d0a60ffbc5e259be9523d260b4c57891e0500f8b31aa4ca335917be6a99
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
@@ -1319,38 +1319,6 @@ module Google
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
@@ -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
@@ -202,12 +202,6 @@ module Google
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 @@ module Google
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudsupport_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.46.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-cloudsupport_v2beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.45.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.46.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2beta
62
62
  rdoc_options: []
63
63
  require_paths: