google-apis-cloudsupport_v2 0.14.0 → 0.16.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: c6242cfefc46372a171c18d903e17d53464499147a9b79ce26fc87d90c861d17
4
- data.tar.gz: 193930607d5aaac879f84b585d991b3766d63bb30068292668bc6e7fe2179c36
3
+ metadata.gz: 536541fe33b619f45a5d2bbd8dd37efcae3e7283ae8542543528b11573485f32
4
+ data.tar.gz: 404ae83ec9f732c9f3ecb4627d347c51fcc5efee267eb30fddd88db2c5ba54eb
5
5
  SHA512:
6
- metadata.gz: fb75cfdd7e73c0c595ea4c575e112bd312f9a5ed59fa969963c4b2703dddd597c2478fcdec85e749d582c62df2e6a1d53ab5a84dc3cba69f81069a78a7963aa4
7
- data.tar.gz: bb63637f5dbf9e65c9d6970e01a641415483edc4d58f4160ebac8814ebf9eb3aefa9fa2e5dbd85acd09f93f4f618d8e8c7e5a143e9480d0b19920b01d45c6e63
6
+ metadata.gz: 0d35f2d0995dac2873ef24455033a5b1507bbf58be9bfa14016e0670cda8c83677210f0e27180efaffcec23685ec423838a008f9ebb36d6a228693d998b3d141
7
+ data.tar.gz: 50fc7c5c51de1dedefd027bb1b3fde8bf9e7606facc710a0edff986c2a56714060cb40577b8dc274f155ab23a867e01eae9f16f6145c445860bdb6b7953d39df
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudsupport_v2
2
2
 
3
+ ### v0.16.0 (2025-05-25)
4
+
5
+ * Regenerated from discovery document revision 20250521
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.15.0 (2025-05-11)
9
+
10
+ * Regenerated using generator version 0.17.0
11
+
3
12
  ### v0.14.0 (2025-01-05)
4
13
 
5
14
  * Regenerated from discovery document revision 20241231
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/support/docs/apis) may prov
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
 
@@ -39,7 +39,7 @@ module Google
39
39
  # The email address of the actor. If not provided, it is inferred from the
40
40
  # credentials supplied during case creation. When a name is provided, an email
41
41
  # 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.
43
43
  # Corresponds to the JSON property `email`
44
44
  # @return [String]
45
45
  attr_accessor :email
@@ -101,7 +101,7 @@ module Google
101
101
  # @return [String]
102
102
  attr_accessor :mime_type
103
103
 
104
- # Output only. The resource name of the attachment.
104
+ # Output only. Identifier. The resource name of the attachment.
105
105
  # Corresponds to the JSON property `name`
106
106
  # @return [String]
107
107
  attr_accessor :name
@@ -238,7 +238,7 @@ module Google
238
238
  # @return [String]
239
239
  attr_accessor :language_code
240
240
 
241
- # The resource name for the case.
241
+ # Identifier. The resource name for the case.
242
242
  # Corresponds to the JSON property `name`
243
243
  # @return [String]
244
244
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudsupportV2
18
18
  # Version of the google-apis-cloudsupport_v2 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241231"
25
+ REVISION = "20250521"
26
26
  end
27
27
  end
28
28
  end
@@ -355,7 +355,7 @@ module Google
355
355
  # patch( name="projects/some-project/cases/43112854", body=` "displayName": "
356
356
  # This is Now a New Title", "priority": "P2", `, ) print(request.execute()) ```
357
357
  # @param [String] name
358
- # The resource name for the case.
358
+ # Identifier. The resource name for the case.
359
359
  # @param [Google::Apis::CloudsupportV2::Case] case_object
360
360
  # @param [String] update_mask
361
361
  # A list of attributes of the case that should be updated. Supported values are `
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudsupport_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-05 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2/v0.14.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2/v0.16.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.9
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Google Cloud Support API V2
82
79
  test_files: []