google-apis-cloudsupport_v2beta 0.4.0 → 0.7.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: 0ca78b366a0d23761b98001f03510507369e094cb4fed26104f157c5552e7e73
4
- data.tar.gz: eb95404f93ae62df29eb9cf855400f268bad7671d06f14764702147752154b51
3
+ metadata.gz: 80ed9bfb2daa5c560d46ee93bbb61ae3e8dd35e5db0faa02f4627d671fb5f623
4
+ data.tar.gz: '049e63bbe78e61f4ae1723671246215af6fbe80cb9f4d74d4a44b5b9b9ec4bc7'
5
5
  SHA512:
6
- metadata.gz: 36b14bc3f7395e3b5147eab471809d1ac3bd28a622c9b0eec84786c4fc763a1c84e6ca3fd71e9b8f8fb367ead52809c17397d9316911731af67408045b3ce165
7
- data.tar.gz: e64f398f5dd23f2df233ba7beddb58ef2f701ce8bf7f01536f2e9264e457eab4d9dd6f39aa9a1f265a7afef23d6b8635f687d92b082e40a3a766e9edf3495c3b
6
+ metadata.gz: 92401fd7b9e6ea0d7c9daa7cc27f9628636e6d71bbac888eab1c341841f4f7e32ecd5e1ae3326ab400ed6539fef5faa59025ff8755e52ecfe48fcca522763afa
7
+ data.tar.gz: 5f7d7ec5a4ee461fbcf12bc848ae27672ed00b152805affc946723866f446fb72f58e64d9a2b6ee1e556a4675ba7be153843fee02827a8d46885bd9f38243580
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-cloudsupport_v2beta
2
2
 
3
+ ### v0.7.0 (2022-05-18)
4
+
5
+ * Regenerated from discovery document revision 20220516
6
+
7
+ ### v0.6.0 (2022-03-04)
8
+
9
+ * Regenerated from discovery document revision 20220302
10
+
11
+ ### v0.5.0 (2022-02-23)
12
+
13
+ * Regenerated from discovery document revision 20220221
14
+
3
15
  ### v0.4.0 (2022-02-01)
4
16
 
5
17
  * Regenerated from discovery document revision 20220129
@@ -50,14 +50,6 @@ module Google
50
50
  attr_accessor :google_support
51
51
  alias_method :google_support?, :google_support
52
52
 
53
- # Output only. An ID representing the user that was authenticated when the
54
- # corresponding action was taken. This will be an email address, if one is
55
- # available, or some other unique ID. See https://cloud.google.com/docs/
56
- # authentication for more information on types of authentication.
57
- # Corresponds to the JSON property `principalId`
58
- # @return [String]
59
- attr_accessor :principal_id
60
-
61
53
  def initialize(**args)
62
54
  update!(**args)
63
55
  end
@@ -67,7 +59,6 @@ module Google
67
59
  @display_name = args[:display_name] if args.key?(:display_name)
68
60
  @email = args[:email] if args.key?(:email)
69
61
  @google_support = args[:google_support] if args.key?(:google_support)
70
- @principal_id = args[:principal_id] if args.key?(:principal_id)
71
62
  end
72
63
  end
73
64
 
@@ -278,7 +269,9 @@ module Google
278
269
  # @return [String]
279
270
  attr_accessor :display_name
280
271
 
281
- # The unique ID for a classification. Must be specified for case creation.
272
+ # The unique ID for a classification. Must be specified for case creation. To
273
+ # retrieve valid classification IDs for case creation, use `caseClassifications.
274
+ # search`.
282
275
  # Corresponds to the JSON property `id`
283
276
  # @return [String]
284
277
  attr_accessor :id
@@ -692,28 +685,12 @@ module Google
692
685
  class Escalation
693
686
  include Google::Apis::Core::Hashable
694
687
 
695
- # An object containing information about the effective user and authenticated
696
- # principal responsible for an action.
697
- # Corresponds to the JSON property `actor`
698
- # @return [Google::Apis::CloudsupportV2beta::Actor]
699
- attr_accessor :actor
700
-
701
- # Output only. The time when this escalation event was created.
702
- # Corresponds to the JSON property `createTime`
703
- # @return [String]
704
- attr_accessor :create_time
705
-
706
688
  # Required. A free text description to accompany the `reason` field above.
707
689
  # Provides additional context on why the case is being escalated.
708
690
  # Corresponds to the JSON property `justification`
709
691
  # @return [String]
710
692
  attr_accessor :justification
711
693
 
712
- # Output only. The resource name for the escalation event.
713
- # Corresponds to the JSON property `name`
714
- # @return [String]
715
- attr_accessor :name
716
-
717
694
  # Required. The reason why the Case is being escalated.
718
695
  # Corresponds to the JSON property `reason`
719
696
  # @return [String]
@@ -725,10 +702,7 @@ module Google
725
702
 
726
703
  # Update properties of this object
727
704
  def update!(**args)
728
- @actor = args[:actor] if args.key?(:actor)
729
- @create_time = args[:create_time] if args.key?(:create_time)
730
705
  @justification = args[:justification] if args.key?(:justification)
731
- @name = args[:name] if args.key?(:name)
732
706
  @reason = args[:reason] if args.key?(:reason)
733
707
  end
734
708
  end
@@ -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.4.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220129"
25
+ REVISION = "20220516"
26
26
  end
27
27
  end
28
28
  end
@@ -184,7 +184,6 @@ module Google
184
184
  property :display_name, as: 'displayName'
185
185
  property :email, as: 'email'
186
186
  property :google_support, as: 'googleSupport'
187
- property :principal_id, as: 'principalId'
188
187
  end
189
188
  end
190
189
 
@@ -366,11 +365,7 @@ module Google
366
365
  class Escalation
367
366
  # @private
368
367
  class Representation < Google::Apis::Core::JsonRepresentation
369
- property :actor, as: 'actor', class: Google::Apis::CloudsupportV2beta::Actor, decorator: Google::Apis::CloudsupportV2beta::Actor::Representation
370
-
371
- property :create_time, as: 'createTime'
372
368
  property :justification, as: 'justification'
373
- property :name, as: 'name'
374
369
  property :reason, as: 'reason'
375
370
  end
376
371
  end
@@ -259,17 +259,23 @@ module Google
259
259
  execute_or_queue_command(command, &block)
260
260
  end
261
261
 
262
- # Retrieve all cases under the specified parent.
262
+ # Retrieve all cases under the specified parent. Note: Listing cases under an
263
+ # Organization returns only the cases directly parented by that organization. To
264
+ # retrieve all cases under an organization, including cases parented by projects
265
+ # under that organization, use `cases.search`.
263
266
  # @param [String] parent
264
267
  # Required. The fully qualified name of parent resource to list cases under.
265
268
  # @param [String] filter
266
- # An expression written in the Cloud filter language. If non-empty, then only
267
- # cases whose fields match the filter are returned. If empty, then no messages
268
- # are filtered out. Filter strings can use the following fields: - status (
269
- # Accepted values: OPEN or CLOSED) - severity (Accepted values: S0, S1, S2, S3,
270
- # or S4) - creator.email with the operators equals (=) and AND. Additionally, a
271
- # global restriction (with no operator) can be used to search across displayName,
272
- # description, and comments (e.g. "my search").
269
+ # An expression written in filter language. If non-empty, the query returns the
270
+ # cases that match the filter. Else, the query doesn't filter the cases. Filter
271
+ # expressions use the following fields with the operators equals (`=`) and `AND`:
272
+ # - `state`: The accepted values are `OPEN` or `CLOSED`. - `priority`: The
273
+ # accepted values are `P0`, `P1`, `P2`, `P3`, or `P4`. You can specify multiple
274
+ # values for priority using the `OR` operator. For example, `priority=P1 OR
275
+ # priority=P2`. - [DEPRECATED] `severity`: The accepted values are `S0`, `S1`, `
276
+ # S2`, `S3`, or `S4`. - `creator.email`: The email address of the case creator.
277
+ # Examples: - `state=CLOSED` - `state=OPEN AND creator.email="tester@example.com"
278
+ # ` - `state=OPEN AND (priority=P0 OR priority=P1)`
273
279
  # @param [Fixnum] page_size
274
280
  # The maximum number of cases fetched with each request. Defaults to 10.
275
281
  # @param [String] page_token
@@ -357,14 +363,25 @@ module Google
357
363
  # A token identifying the page of results to return. If unspecified, the first
358
364
  # page is retrieved.
359
365
  # @param [String] query
360
- # An expression written in the Cloud filter language. Filter strings can use the
361
- # following fields: - organization (A name of the form organizations/) - project
362
- # (A name of the form projects/) - customer (A name of the form customers/) -
363
- # state (Accepted values: OPEN or CLOSED) - severity (Accepted values: S0, S1,
364
- # S2, S3, or S4) - creator.email with the operators equals (=) and AND.
365
- # Additionally, a global restriction (with no key/operator) can be used to
366
- # search across display_name, description, and comments (e.g. "my search"). One
367
- # of organization, project, or customer field must be specified.
366
+ # An expression written in filter language. A query uses the following fields
367
+ # with the operators equals (`=`) and `AND`: - `organization`: An organization
368
+ # name in the form `organizations/`. - `project`: A project name in the form `
369
+ # projects/`. - `state`: The accepted values are `OPEN` or `CLOSED`. - `priority`
370
+ # : The accepted values are `P0`, `P1`, `P2`, `P3`, or `P4`. You can specify
371
+ # multiple values for priority using the `OR` operator. For example, `priority=
372
+ # P1 OR priority=P2`. - [DEPRECATED] `severity`: The accepted values are `S0`, `
373
+ # S1`, `S2`, `S3`, or `S4`. - `creator.email`: The email address of the case
374
+ # creator. You must specify eitehr `organization` or `project`. To search across
375
+ # `displayName`, `description`, and comments, use a global restriction with no
376
+ # keyword or operator. For example, `"my search"`. To search only cases updated
377
+ # after a certain date, use `update_time` retricted with that particular date,
378
+ # time, and timezone in ISO datetime format. For example, `update_time>"2020-01-
379
+ # 01T00:00:00-05:00"`. `update_time` only supports the greater than operator (`>`
380
+ # ). Examples: - `organization="organizations/123456789"` - `project="projects/
381
+ # my-project-id"` - `project="projects/123456789"` - `organization="
382
+ # organizations/123456789" AND state=CLOSED` - `project="projects/my-project-id"
383
+ # AND creator.email="tester@example.com"` - `project="projects/my-project-id"
384
+ # AND (priority=P0 OR priority=P1)`
368
385
  # @param [String] fields
369
386
  # Selector specifying which fields to include in a partial response.
370
387
  # @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.4.0
4
+ version: 0.7.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: 2022-02-07 00:00:00.000000000 Z
11
+ date: 2022-05-23 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.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.7.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: []