google-apis-cloudsupport_v2beta 0.21.0 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e76b58277804caacbd934a906304fd650d1eea00c9ea070b02dcd4d1bbca3460
4
- data.tar.gz: 5c3e9ac3e07a9443132ebc511efdcd616e7ccd3f2d7885a68fa839e5970c369f
3
+ metadata.gz: f41218600f3a5e02a1782d768812e60a8e4e110a09d9ec57dda24ce2541773d6
4
+ data.tar.gz: a5e983fa053298ca67f4e2b0bd9efc74de13d973766961a5d127cd20402a11f3
5
5
  SHA512:
6
- metadata.gz: 96f394e9580f22322cab7c8d76f98d61937cc806e2c594989c14f8803c2fc84aabb1fb2820ff4b7082c5af36f3db027fed6a98e0d78bebb1d265ceb59ea01858
7
- data.tar.gz: 5dbe26fba7610b472973a2fd796a1532398210b842cddee7d1849776e4b1a98d9104e6e17f5b7b0770b732864614bf2d2d34d9cfdfc1b5ba8b676538bc91ebcd
6
+ metadata.gz: 30a765690307d61cfbc49e82466043f6d944485236aa60e6258356a28bcd889269e8fbdcbbd3305817ac3a04a7f40657efe1c4c9b5776c0996e1b08dde6867c4
7
+ data.tar.gz: bd7de8b7fe88e5f3e29e0f0e4030efc784aeb1944675e5c5b809cd454a5937ff4ca163817347eff8b0dee71fb28652a4cf387dd3867dae3e9990c40ae038edd1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudsupport_v2beta
2
2
 
3
+ ### v0.23.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230614
6
+
7
+ ### v0.22.0 (2023-06-11)
8
+
9
+ * Regenerated from discovery document revision 20230605
10
+
3
11
  ### v0.21.0 (2023-05-07)
4
12
 
5
13
  * Regenerated from discovery document revision 20230501
@@ -284,14 +284,19 @@ module Google
284
284
  class CaseClassification
285
285
  include Google::Apis::Core::Hashable
286
286
 
287
- # The display name of the classification.
287
+ # A display name for the classification. The display name is not static and can
288
+ # change. To uniquely and consistently identify classifications, use the `
289
+ # CaseClassification.id` field.
288
290
  # Corresponds to the JSON property `displayName`
289
291
  # @return [String]
290
292
  attr_accessor :display_name
291
293
 
292
294
  # The unique ID for a classification. Must be specified for case creation. To
293
295
  # retrieve valid classification IDs for case creation, use `caseClassifications.
294
- # search`.
296
+ # search`. Classification IDs returned by `caseClassifications.search` are
297
+ # guaranteed to be valid for at least 6 months. If a given classification is
298
+ # deactiveated, it will immediately stop being returned. After 6 months, `case.
299
+ # create` requests using the classification ID will fail.
295
300
  # Corresponds to the JSON property `id`
296
301
  # @return [String]
297
302
  attr_accessor :id
@@ -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.21.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230501"
25
+ REVISION = "20230614"
26
26
  end
27
27
  end
28
28
  end
@@ -52,8 +52,12 @@ module Google
52
52
 
53
53
  # Retrieve valid classifications to be used when creating a support case. The
54
54
  # classications are hierarchical, with each classification containing all levels
55
- # of the hierarchy, separated by " > ". For example "Technical Issue > Compute >
56
- # Compute Engine".
55
+ # of the hierarchy, separated by `" > "`. For example `"Technical Issue >
56
+ # Compute > Compute Engine"`. Classification IDs returned by `
57
+ # caseClassifications.search` are guaranteed to be valid for at least 6 months.
58
+ # If a given classification is deactiveated, it will immediately stop being
59
+ # returned. After 6 months, `case.create` requests using the classification ID
60
+ # will fail.
57
61
  # @param [Fixnum] page_size
58
62
  # The maximum number of cases fetched with each request.
59
63
  # @param [String] page_token
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.21.0
4
+ version: 0.23.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: 2023-05-14 00:00:00.000000000 Z
11
+ date: 2023-06-18 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.23.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: []