google-apis-cloudsupport_v2beta 0.44.0 → 0.45.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: a4856d39247c768c9a51adaecb471787b14b94c297cd350c9534f0861a10a364
4
- data.tar.gz: f0cffca88c0c2c8185c0455e19407e3ae242a75f9dbe497334c300002d7b592d
3
+ metadata.gz: ada30ad95712534befd24acd45800291c8422b5eeac3d4df87730667523e14fd
4
+ data.tar.gz: 3ecfb39289bbc6db09124fb96da938a0bfbae67517bf8c01308a7760ec0a7e77
5
5
  SHA512:
6
- metadata.gz: dff7c091014b93665b4d84191ce1520c3d918917bf5d02b8ba689ffef981ac33f19b26ab25b207b98e11e05bb8f80d6eb245f2b75dcca58eac3d757734142658
7
- data.tar.gz: 4f01385f5c574d3e8e8aa0f6494bb046d55dbd8a3b1787e34adde0c68f6324171a42145c5f7bbe76dafd29952e6643e4f8ec52afb017e6137298d2e9970d8b9d
6
+ metadata.gz: 628e72c136baaa03455c5128e09b1ed6bc4c56faf1bf2b8a88b3269b980546a96836f773109e9c1eb12ea957bf9c011e06cd9e2e07921b3af6e3f8ce10e4950e
7
+ data.tar.gz: 52c4c3c0feed90328ef87624e390057d6107a24e72afd13df70b06e2223a0a992c41674669dd1b2821171022cba33b00299348ff979a19ced239b5a6e39735d1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsupport_v2beta
2
2
 
3
+ ### v0.45.0 (2025-06-08)
4
+
5
+ * Regenerated from discovery document revision 20250602
6
+
3
7
  ### v0.44.0 (2025-05-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20250521
@@ -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.44.0"
19
+ GEM_VERSION = "0.45.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 = "20250521"
25
+ REVISION = "20250602"
26
26
  end
27
27
  end
28
28
  end
@@ -650,17 +650,19 @@ module Google
650
650
  execute_or_queue_command(command, &block)
651
651
  end
652
652
 
653
- # Download a file attached to a case. Note: HTTP requests must append "?alt=
654
- # media" to the URL. EXAMPLES: cURL: ```shell name="projects/some-project/cases/
655
- # 43594844/attachments/0674M00000WijAnZAJ" curl \ --header "Authorization:
656
- # Bearer $(gcloud auth print-access-token)" \ "https://cloudsupport.googleapis.
657
- # com/v2/$name:download?alt=media" ``` Python: ```python import googleapiclient.
658
- # discovery api_version = "v2" supportApiService = googleapiclient.discovery.
659
- # build( serviceName="cloudsupport", version=api_version, discoveryServiceUrl=f"
660
- # https://cloudsupport.googleapis.com/$discovery/rest?version=`api_version`", )
661
- # request = supportApiService.media().download( name="projects/some-project/
662
- # cases/43595344/attachments/0684M00000Pw6pHQAR" ) request.uri = request.uri.
663
- # split("?")[0] + "?alt=media" print(request.execute()) ```
653
+ # Download a file attached to a case. When this endpoint is called, no "response
654
+ # body" will be returned. Instead, the attachment's blob will be returned. Note:
655
+ # HTTP requests must append "?alt=media" to the URL. EXAMPLES: cURL: ```shell
656
+ # name="projects/some-project/cases/43594844/attachments/0674M00000WijAnZAJ"
657
+ # curl \ --header "Authorization: Bearer $(gcloud auth print-access-token)" \ "
658
+ # https://cloudsupport.googleapis.com/v2/$name:download?alt=media" ``` Python: ``
659
+ # `python import googleapiclient.discovery api_version = "v2" supportApiService =
660
+ # googleapiclient.discovery.build( serviceName="cloudsupport", version=
661
+ # api_version, discoveryServiceUrl=f"https://cloudsupport.googleapis.com/$
662
+ # discovery/rest?version=`api_version`", ) request = supportApiService.media().
663
+ # download( name="projects/some-project/cases/43595344/attachments/
664
+ # 0684M00000Pw6pHQAR" ) request.uri = request.uri.split("?")[0] + "?alt=media"
665
+ # print(request.execute()) ```
664
666
  # @param [String] name
665
667
  # The name of the file attachment to download.
666
668
  # @param [String] fields
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.44.0
4
+ version: 0.45.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.44.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.45.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: