google-apis-cloudsupport_v2 0.15.0 → 0.17.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: d4cbbf888d963d8ddadba1af560741a20e52fe60e3451f1c8c0eeb160fa78231
4
- data.tar.gz: 700ca598e31c1a7c5ffc73e957fd0795d3938db6e51e25ff5f80f3df9a3eb261
3
+ metadata.gz: 55c5ef30d02332215d2b29dd32bb467985efd1a8e8807faa9489d299a6dfa14c
4
+ data.tar.gz: 5f0918171676432202948610bfbf000541e0a09e68b7a4811c9bfc9eed6e0117
5
5
  SHA512:
6
- metadata.gz: f10a06e5ee0a2c06112120bf0d6ff43d3c954d77f8806f2fc82344ef93d53186db37afb6edcbc6d6c207364a34ca4efc195a6932d82c085d06e1b5b3da3ba4fe
7
- data.tar.gz: e6667653c08ef394be4a354e9bab8a1be297730d33bd17380bdb02ac2054be3e137e9b9b73d7822a0699ede67e2940b55310d1179993867e4c093b4d081327b1
6
+ metadata.gz: 9d215768897312591c47fd2c43432ded89af48ad4c7c88a9b0be09876aac80947f83c31f7ae142ff891a44f5b067daa20f83d346c5f3671289b9aaefb838084a
7
+ data.tar.gz: 450d8d9847a6c063035b6963e30c157999bc1412d481db03db1c1b03c3713bf9fd94c0d9389884997ee7cc7ae360196b694d03f4c7849b4dcee63b2ddc3062e6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudsupport_v2
2
2
 
3
+ ### v0.17.0 (2025-06-08)
4
+
5
+ * Regenerated from discovery document revision 20250602
6
+
7
+ ### v0.16.0 (2025-05-25)
8
+
9
+ * Regenerated from discovery document revision 20250521
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.15.0 (2025-05-11)
4
13
 
5
14
  * Regenerated using generator version 0.17.0
@@ -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.15.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
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 = "20250602"
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 `
@@ -599,17 +599,19 @@ module Google
599
599
  execute_or_queue_command(command, &block)
600
600
  end
601
601
 
602
- # Download a file attached to a case. Note: HTTP requests must append "?alt=
603
- # media" to the URL. EXAMPLES: cURL: ```shell name="projects/some-project/cases/
604
- # 43594844/attachments/0674M00000WijAnZAJ" curl \ --header "Authorization:
605
- # Bearer $(gcloud auth print-access-token)" \ "https://cloudsupport.googleapis.
606
- # com/v2/$name:download?alt=media" ``` Python: ```python import googleapiclient.
607
- # discovery api_version = "v2" supportApiService = googleapiclient.discovery.
608
- # build( serviceName="cloudsupport", version=api_version, discoveryServiceUrl=f"
609
- # https://cloudsupport.googleapis.com/$discovery/rest?version=`api_version`", )
610
- # request = supportApiService.media().download( name="projects/some-project/
611
- # cases/43595344/attachments/0684M00000Pw6pHQAR" ) request.uri = request.uri.
612
- # split("?")[0] + "?alt=media" print(request.execute()) ```
602
+ # Download a file attached to a case. When this endpoint is called, no "response
603
+ # body" will be returned. Instead, the attachment's blob will be returned. Note:
604
+ # HTTP requests must append "?alt=media" to the URL. EXAMPLES: cURL: ```shell
605
+ # name="projects/some-project/cases/43594844/attachments/0674M00000WijAnZAJ"
606
+ # curl \ --header "Authorization: Bearer $(gcloud auth print-access-token)" \ "
607
+ # https://cloudsupport.googleapis.com/v2/$name:download?alt=media" ``` Python: ``
608
+ # `python import googleapiclient.discovery api_version = "v2" supportApiService =
609
+ # googleapiclient.discovery.build( serviceName="cloudsupport", version=
610
+ # api_version, discoveryServiceUrl=f"https://cloudsupport.googleapis.com/$
611
+ # discovery/rest?version=`api_version`", ) request = supportApiService.media().
612
+ # download( name="projects/some-project/cases/43595344/attachments/
613
+ # 0684M00000Pw6pHQAR" ) request.uri = request.uri.split("?")[0] + "?alt=media"
614
+ # print(request.execute()) ```
613
615
  # @param [String] name
614
616
  # The name of the file attachment to download.
615
617
  # @param [String] fields
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudsupport_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.17.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_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2/v0.15.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2/v0.17.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Google Cloud Support API V2
79
79
  test_files: []