Skip to content

Commit eeeffa4

Browse files
feat: Automated regeneration of cloudsupport v2beta client (googleapis#23253)
Auto-created at 2025-05-25 10:11:42 +0000 using the toys pull request generator.
1 parent 57539d6 commit eeeffa4

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

generated/google-apis-cloudsupport_v2beta/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-cloudsupport_v2beta
22

3+
### v0.44.0 (2025-05-25)
4+
5+
* Regenerated from discovery document revision 20250521
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.43.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Actor
3939
# The email address of the actor. If not provided, it is inferred from the
4040
# credentials supplied during case creation. When a name is provided, an email
4141
# must also be provided. If the user is a Google Support agent, this is
42-
# obfuscated. This field is deprecated. Use **username** field instead.
42+
# obfuscated. This field is deprecated. Use `username` instead.
4343
# Corresponds to the JSON property `email`
4444
# @return [String]
4545
attr_accessor :email
@@ -101,7 +101,7 @@ class Attachment
101101
# @return [String]
102102
attr_accessor :mime_type
103103

104-
# Output only. The resource name of the attachment.
104+
# Output only. Identifier. The resource name of the attachment.
105105
# Corresponds to the JSON property `name`
106106
# @return [String]
107107
attr_accessor :name
@@ -238,7 +238,7 @@ class Case
238238
# @return [String]
239239
attr_accessor :language_code
240240

241-
# The resource name for the case.
241+
# Identifier. The resource name for the case.
242242
# Corresponds to the JSON property `name`
243243
# @return [String]
244244
attr_accessor :name

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

Lines changed: 3 additions & 3 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.43.0"
19+
GEM_VERSION = "0.44.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def list_cases(parent, filter: nil, page_size: nil, page_token: nil, product_lin
362362
# patch( name="projects/some-project/cases/43112854", body=` "displayName": "
363363
# This is Now a New Title", "priority": "P2", `, ) print(request.execute()) ```
364364
# @param [String] name
365-
# The resource name for the case.
365+
# Identifier. The resource name for the case.
366366
# @param [Google::Apis::CloudsupportV2beta::Case] case_object
367367
# @param [String] update_mask
368368
# A list of attributes of the case that should be updated. Supported values are `

0 commit comments

Comments
 (0)