google-apis-cloudsupport_v2beta 0.20.0 → 0.22.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: 1c4da5958dcb64d4b9f2c99d0ed16de6033c710512422ac338168fd4f280efc2
4
- data.tar.gz: 72b37dfaf8fb8ed25c0bcc60c3d4722544ac6c6914befe8ff446266d7d10997b
3
+ metadata.gz: 3e6a882676a7dd9306982c5651692d3d9996f76f22d3c8e054152bfe4069f4b5
4
+ data.tar.gz: b0f72cca17c8391c41b75b8e62a6396b972351c4035ba3821eb6ac8bfb542be6
5
5
  SHA512:
6
- metadata.gz: bd0252a3bae567ba0e29b4a7c21ce6f8b6d900f7613f930e503d591532f5ab5b6e3f5eccd55e296415785d67f3e60de8d97dae525a39f76e1e7aabd2e18a577c
7
- data.tar.gz: 61cc4cf8b90f60618b111109ad8b95ea1433d785be27e842a6edc02e65badbb2bb17a142dd481a1d70481d32892122fef05467704597eea0dee8264189bc139a
6
+ metadata.gz: 6835757a8b570c58afd33e0adfb84b39383d2964ee90b832d131ff91ede93614a4a77e317cbf25b69efe42db3619442b22c58e4063ac29acadec89a8ee259a8b
7
+ data.tar.gz: 5da649370f5a84daa8a37a906a3c1e82c340a522b88e4b901c78db6fe921e8784428723e50f3deae1bb951a403206954210539e3c3b6d50c5411eeb41bb29138
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudsupport_v2beta
2
2
 
3
+ ### v0.22.0 (2023-06-11)
4
+
5
+ * Regenerated from discovery document revision 20230605
6
+
7
+ ### v0.21.0 (2023-05-07)
8
+
9
+ * Regenerated from discovery document revision 20230501
10
+
3
11
  ### v0.20.0 (2023-04-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230412
@@ -216,7 +216,7 @@ module Google
216
216
  # @return [String]
217
217
  attr_accessor :name
218
218
 
219
- # The priority of this case. If this is set, do not set severity.
219
+ # The priority of this case.
220
220
  # Corresponds to the JSON property `priority`
221
221
  # @return [String]
222
222
  attr_accessor :priority
@@ -284,7 +284,9 @@ 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
@@ -758,15 +760,15 @@ module Google
758
760
  class ListCasesResponse
759
761
  include Google::Apis::Core::Hashable
760
762
 
761
- # The list of cases associated with the cloud resource, after any filters have
762
- # been applied.
763
+ # The list of cases associated with the Google Cloud Resource, after any filters
764
+ # have been applied.
763
765
  # Corresponds to the JSON property `cases`
764
766
  # @return [Array<Google::Apis::CloudsupportV2beta::Case>]
765
767
  attr_accessor :cases
766
768
 
767
769
  # A token to retrieve the next page of results. This should be set in the `
768
- # page_token` field of subsequent `ListCasesRequest` message that is issued. If
769
- # unspecified, there are no more results to retrieve.
770
+ # page_token` field of the subsequent `ListCasesRequest` message that is issued.
771
+ # If unspecified, there are no more results to retrieve.
770
772
  # Corresponds to the JSON property `nextPageToken`
771
773
  # @return [String]
772
774
  attr_accessor :next_page_token
@@ -1074,8 +1076,8 @@ module Google
1074
1076
  class SearchCasesResponse
1075
1077
  include Google::Apis::Core::Hashable
1076
1078
 
1077
- # The list of Case associated with the cloud resource, after any filters have
1078
- # been applied.
1079
+ # The list of cases associated with the Google Cloud Resource, after any filters
1080
+ # have been applied.
1079
1081
  # Corresponds to the JSON property `cases`
1080
1082
  # @return [Array<Google::Apis::CloudsupportV2beta::Case>]
1081
1083
  attr_accessor :cases
@@ -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.20.0"
19
+ GEM_VERSION = "0.22.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 = "20230412"
25
+ REVISION = "20230605"
26
26
  end
27
27
  end
28
28
  end
@@ -60,9 +60,9 @@ module Google
60
60
  # A token identifying the page of results to return. If unspecified, the first
61
61
  # page is retrieved.
62
62
  # @param [String] query
63
- # An expression written in the Cloud filter language. If non-empty, then only
64
- # cases whose fields match the filter are returned. If empty, then no messages
65
- # are filtered out.
63
+ # An expression written in the Google Cloud filter language. If non-empty, then
64
+ # only cases whose fields match the filter are returned. If empty, then no
65
+ # messages are filtered out.
66
66
  # @param [String] fields
67
67
  # Selector specifying which fields to include in a partial response.
68
68
  # @param [String] quota_user
@@ -125,11 +125,11 @@ module Google
125
125
  execute_or_queue_command(command, &block)
126
126
  end
127
127
 
128
- # Create a new case and associate it with the given Cloud resource. The case
129
- # object must have the following fields set: display_name, description,
130
- # classification, and severity.
128
+ # Create a new case and associate it with the given Google Cloud Resource. The
129
+ # case object must have the following fields set: `display_name`, `description`,
130
+ # `classification`, and `priority`.
131
131
  # @param [String] parent
132
- # Required. The name of the Cloud resource under which the case should be
132
+ # Required. The name of the Google Cloud Resource under which the case should be
133
133
  # created.
134
134
  # @param [Google::Apis::CloudsupportV2beta::Case] case_object
135
135
  # @param [String] fields
@@ -161,11 +161,11 @@ module Google
161
161
  execute_or_queue_command(command, &block)
162
162
  end
163
163
 
164
- # Escalate a case. Escalating a case will initiate the Cloud Support escalation
165
- # management process. This operation is only available to certain Customer Care
166
- # tiers. Go to https://cloud.google.com/support and look for 'Technical support
167
- # escalations' in the feature list to find out which tiers are able to perform
168
- # escalations.
164
+ # Escalate a case. Escalating a case will initiate the Google Cloud Support
165
+ # escalation management process. This operation is only available to certain
166
+ # Customer Care tiers. Go to https://cloud.google.com/support and look for '
167
+ # Technical support escalations' in the feature list to find out which tiers are
168
+ # able to perform escalations.
169
169
  # @param [String] name
170
170
  # Required. The fully qualified name of the Case resource to be escalated.
171
171
  # @param [Google::Apis::CloudsupportV2beta::EscalateCaseRequest] escalate_case_request_object
@@ -241,8 +241,7 @@ module Google
241
241
  # - `state`: The accepted values are `OPEN` or `CLOSED`. - `priority`: The
242
242
  # accepted values are `P0`, `P1`, `P2`, `P3`, or `P4`. You can specify multiple
243
243
  # values for priority using the `OR` operator. For example, `priority=P1 OR
244
- # priority=P2`. - [DEPRECATED] `severity`: The accepted values are `S0`, `S1`, `
245
- # S2`, `S3`, or `S4`. - `creator.email`: The email address of the case creator.
244
+ # priority=P2`. - `creator.email`: The email address of the case creator.
246
245
  # Examples: - `state=CLOSED` - `state=OPEN AND creator.email="tester@example.com"
247
246
  # ` - `state=OPEN AND (priority=P0 OR priority=P1)`
248
247
  # @param [Fixnum] page_size
@@ -286,12 +285,12 @@ module Google
286
285
  # @param [Google::Apis::CloudsupportV2beta::Case] case_object
287
286
  # @param [String] update_mask
288
287
  # A list of attributes of the case object that should be updated as part of this
289
- # request. Supported values are severity, display_name, and
290
- # subscriber_email_addresses. If no fields are specified, all supported fields
291
- # are updated. WARNING: If you do not provide a field mask, then you may
292
- # accidentally clear some fields. For example, if you leave field mask empty and
293
- # do not provide a value for subscriber_email_addresses, then
294
- # subscriber_email_addresses is updated to empty.
288
+ # request. Supported values are `priority`, `display_name`, and `
289
+ # subscriber_email_addresses`. If no fields are specified, all supported fields
290
+ # are updated. WARNING: If you do not provide a field mask, then you might
291
+ # accidentally clear some fields. For example, if you leave the field mask empty
292
+ # and do not provide a value for `subscriber_email_addresses`, then `
293
+ # subscriber_email_addresses` is updated to empty.
295
294
  # @param [String] fields
296
295
  # Selector specifying which fields to include in a partial response.
297
296
  # @param [String] quota_user
@@ -336,17 +335,16 @@ module Google
336
335
  # projects/`. - `state`: The accepted values are `OPEN` or `CLOSED`. - `priority`
337
336
  # : The accepted values are `P0`, `P1`, `P2`, `P3`, or `P4`. You can specify
338
337
  # multiple values for priority using the `OR` operator. For example, `priority=
339
- # P1 OR priority=P2`. - [DEPRECATED] `severity`: The accepted values are `S0`, `
340
- # S1`, `S2`, `S3`, or `S4`. - `creator.email`: The email address of the case
341
- # creator. - `billingAccount`: A billing account in the form `billingAccounts/`
342
- # You must specify eitehr `organization` or `project`. To search across `
343
- # displayName`, `description`, and comments, use a global restriction with no
344
- # keyword or operator. For example, `"my search"`. To search only cases updated
345
- # after a certain date, use `update_time` retricted with that particular date,
346
- # time, and timezone in ISO datetime format. For example, `update_time>"2020-01-
347
- # 01T00:00:00-05:00"`. `update_time` only supports the greater than operator (`>`
348
- # ). Examples: - `organization="organizations/123456789"` - `project="projects/
349
- # my-project-id"` - `project="projects/123456789"` - `billing_account="
338
+ # P1 OR priority=P2`. - `creator.email`: The email address of the case creator. -
339
+ # `billingAccount`: A billing account in the form `billingAccounts/` You must
340
+ # specify either `organization` or `project`. To search across `displayName`, `
341
+ # description`, and comments, use a global restriction with no keyword or
342
+ # operator. For example, `"my search"`. To search only cases updated after a
343
+ # certain date, use `update_time` restricted with that particular date, time,
344
+ # and timezone in ISO datetime format. For example, `update_time>"2020-01-01T00:
345
+ # 00:00-05:00"`. `update_time` only supports the greater than operator (`>`).
346
+ # Examples: - `organization="organizations/123456789"` - `project="projects/my-
347
+ # project-id"` - `project="projects/123456789"` - `billing_account="
350
348
  # billingAccounts/123456-A0B0C0-CUZ789"` - `organization="organizations/
351
349
  # 123456789" AND state=CLOSED` - `project="projects/my-project-id" AND creator.
352
350
  # email="tester@example.com"` - `project="projects/my-project-id" AND (priority=
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.20.0
4
+ version: 0.22.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-04-16 00:00:00.000000000 Z
11
+ date: 2023-06-11 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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.22.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: []