google-apis-cloudsupport_v2beta 0.20.0 → 0.21.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: 1c4da5958dcb64d4b9f2c99d0ed16de6033c710512422ac338168fd4f280efc2
4
- data.tar.gz: 72b37dfaf8fb8ed25c0bcc60c3d4722544ac6c6914befe8ff446266d7d10997b
3
+ metadata.gz: e76b58277804caacbd934a906304fd650d1eea00c9ea070b02dcd4d1bbca3460
4
+ data.tar.gz: 5c3e9ac3e07a9443132ebc511efdcd616e7ccd3f2d7885a68fa839e5970c369f
5
5
  SHA512:
6
- metadata.gz: bd0252a3bae567ba0e29b4a7c21ce6f8b6d900f7613f930e503d591532f5ab5b6e3f5eccd55e296415785d67f3e60de8d97dae525a39f76e1e7aabd2e18a577c
7
- data.tar.gz: 61cc4cf8b90f60618b111109ad8b95ea1433d785be27e842a6edc02e65badbb2bb17a142dd481a1d70481d32892122fef05467704597eea0dee8264189bc139a
6
+ metadata.gz: 96f394e9580f22322cab7c8d76f98d61937cc806e2c594989c14f8803c2fc84aabb1fb2820ff4b7082c5af36f3db027fed6a98e0d78bebb1d265ceb59ea01858
7
+ data.tar.gz: 5dbe26fba7610b472973a2fd796a1532398210b842cddee7d1849776e4b1a98d9104e6e17f5b7b0770b732864614bf2d2d34d9cfdfc1b5ba8b676538bc91ebcd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsupport_v2beta
2
2
 
3
+ ### v0.21.0 (2023-05-07)
4
+
5
+ * Regenerated from discovery document revision 20230501
6
+
3
7
  ### v0.20.0 (2023-04-16)
4
8
 
5
9
  * 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
@@ -758,15 +758,15 @@ module Google
758
758
  class ListCasesResponse
759
759
  include Google::Apis::Core::Hashable
760
760
 
761
- # The list of cases associated with the cloud resource, after any filters have
762
- # been applied.
761
+ # The list of cases associated with the Google Cloud Resource, after any filters
762
+ # have been applied.
763
763
  # Corresponds to the JSON property `cases`
764
764
  # @return [Array<Google::Apis::CloudsupportV2beta::Case>]
765
765
  attr_accessor :cases
766
766
 
767
767
  # 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.
768
+ # page_token` field of the subsequent `ListCasesRequest` message that is issued.
769
+ # If unspecified, there are no more results to retrieve.
770
770
  # Corresponds to the JSON property `nextPageToken`
771
771
  # @return [String]
772
772
  attr_accessor :next_page_token
@@ -1074,8 +1074,8 @@ module Google
1074
1074
  class SearchCasesResponse
1075
1075
  include Google::Apis::Core::Hashable
1076
1076
 
1077
- # The list of Case associated with the cloud resource, after any filters have
1078
- # been applied.
1077
+ # The list of cases associated with the Google Cloud Resource, after any filters
1078
+ # have been applied.
1079
1079
  # Corresponds to the JSON property `cases`
1080
1080
  # @return [Array<Google::Apis::CloudsupportV2beta::Case>]
1081
1081
  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.21.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 = "20230501"
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.21.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-05-14 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.21.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: []