google-apis-cloudsupport_v2beta 0.34.0 → 0.35.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: 50ef613d38d4312de132e3e41064dcf5ff14ca6f9f8fcfa2feb230f197d15f4b
4
- data.tar.gz: 0e18ce4a2edc2a73d5f2f6c0c1221889881e0919cfa855dc592ad4aa5b1e582d
3
+ metadata.gz: a7b9ae719b8994e708095beb48a4ae54f3b0d5f4e8d4593011de8819e408c149
4
+ data.tar.gz: 2d9af8ebd999b05dff06b27513f51899f067e0c2e557d89143b9e9319861b65c
5
5
  SHA512:
6
- metadata.gz: f57b7db178ed2a49426a178119de7e09c1edc71cea6d373f5c67563be79c83e38cbf04620267f64608d9a159db1b815e28c121c9ecf5e2f37a76ee3adf1d9c51
7
- data.tar.gz: c357088c70fedd6b6a8e885ec914bbd6d5ae122b9adaf9265f7ff64fd8142441d257df5769bdab0f4bf440bb9d88f37f99e51f11760ddbac7f0ed901a5322d15
6
+ metadata.gz: db4061f03dbfc0bc3d208316677c1a6fcb09a5d9df9baa749ef6e62e596609f5f63335bf0bd331464d2654351c9ac2fd617ae4a374b6dd2961f55959de9516c0
7
+ data.tar.gz: 3c2db55ce18332bee6fe7ec0b58de6eb53ff6b4e6dd4f49e65e01644fc7921b8a54dc8efad03c38e14d621d6521ac3acf353e89c1d816b6a82ddf1f2b4ed92bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsupport_v2beta
2
2
 
3
+ ### v0.35.0 (2024-03-10)
4
+
5
+ * Regenerated from discovery document revision 20240303
6
+
3
7
  ### v0.34.0 (2024-02-23)
4
8
 
5
9
  * Regenerated using generator version 0.14.0
@@ -180,7 +180,7 @@ module Google
180
180
  # unique identifiers, an ID and a number, and they look like this: ``` projects/
181
181
  # abc/cases/456 ``` ``` projects/123/cases/456 ``` You can use either of them
182
182
  # when calling the API. To learn more about project identifiers, see [AIP-2510](
183
- # https://google.aip.dev/cloud/2510). Next ID: 38
183
+ # https://google.aip.dev/cloud/2510).
184
184
  class Case
185
185
  include Google::Apis::Core::Hashable
186
186
 
@@ -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.34.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240212"
25
+ REVISION = "20240303"
26
26
  end
27
27
  end
28
28
  end
@@ -320,7 +320,8 @@ module Google
320
320
  # A token identifying the page of results to return. If unspecified, the first
321
321
  # page is retrieved.
322
322
  # @param [String] product_line
323
- # The product line to request cases for.
323
+ # The product line for which to request cases for. If unspecified, only Google
324
+ # Cloud cases will be returned.
324
325
  # @param [String] fields
325
326
  # Selector specifying which fields to include in a partial response.
326
327
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudsupport_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.35.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []