Skip to content

Commit e7ba623

Browse files
feat: Automated regeneration of cloudsupport v2beta client (googleapis#23429)
Auto-created at 2025-06-15 10:16:40 +0000 using the toys pull request generator.
1 parent 79101d9 commit e7ba623

File tree

4 files changed

+6
-49
lines changed

4 files changed

+6
-49
lines changed

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

3+
### v0.46.0 (2025-06-15)
4+
5+
* Regenerated from discovery document revision 20250609
6+
37
### v0.45.0 (2025-06-08)
48

59
* Regenerated from discovery document revision 20250602

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

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,38 +1319,6 @@ def update!(**args)
13191319
@plain_text = args[:plain_text] if args.key?(:plain_text)
13201320
end
13211321
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
13541322
end
13551323
end
13561324
end

generated/google-apis-cloudsupport_v2beta/lib/google/apis/cloudsupport_v2beta/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 CloudsupportV2beta
1818
# Version of the google-apis-cloudsupport_v2beta gem
19-
GEM_VERSION = "0.45.0"
19+
GEM_VERSION = "0.46.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 = "20250602"
25+
REVISION = "20250609"
2626
end
2727
end
2828
end

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,6 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
202202
include Google::Apis::Core::JsonObjectSupport
203203
end
204204

205-
class WorkflowOperationMetadata
206-
class Representation < Google::Apis::Core::JsonRepresentation; end
207-
208-
include Google::Apis::Core::JsonObjectSupport
209-
end
210-
211205
class Actor
212206
# @private
213207
class Representation < Google::Apis::Core::JsonRepresentation
@@ -557,15 +551,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
557551
property :plain_text, as: 'plainText'
558552
end
559553
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
569554
end
570555
end
571556
end

0 commit comments

Comments
 (0)