google-apis-cloudsupport_v2beta 0.25.0 → 0.26.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: 5542ebc619e24bb450b22f7094204f398a06d1bf07f836f2301b027939cb7bbc
4
- data.tar.gz: a47a1a4d0df4585a63907c652ea7e918b892e15fbcb19d3fbe262146b0168eea
3
+ metadata.gz: 11b7b98694bd54f24a2b2c16872fba4040bb4c5b44ea3d8234473a6654c39a71
4
+ data.tar.gz: 61ae2b86f4186e44342fd6d6cd32f2d152cc3a0dba0357dbb7a87563799dfbc1
5
5
  SHA512:
6
- metadata.gz: d1d41b562d7d926ff405c04778c31c229c0359d16c1da9414f4a213e722e06de8b5efde0bd2c0e1d42d189cd41b568baf4a96cd4b7cee58702a3aeaea3e59a34
7
- data.tar.gz: f4e652d7a9456265ebff380d94275834f6eb3e98ae5706edcfe8291b5da41ef3061b4eaa67c5831eab9e7ae9b57ba48b151c05a26ab752fa8caf7912cb376f2d
6
+ metadata.gz: f8cb4f4738730baf055acfd335748c50e786db585df330604adc53de55f09039f3ee5304b890d65181818dbf8cbe9fd5025a9e45ab50e9727ee394f839e16f1a
7
+ data.tar.gz: 2d02306e5e312cb10645c9ff98ad97219a405a96dd62f06d235ad6b835723958f34f0a0f4a390a865dba0946805ef1d15918ebe0bea274f59ef1b9606706bda4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsupport_v2beta
2
2
 
3
+ ### v0.26.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230818
6
+
3
7
  ### v0.25.0 (2023-08-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20230725
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.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 = "20230725"
25
+ REVISION = "20230818"
26
26
  end
27
27
  end
28
28
  end
@@ -135,14 +135,15 @@ module Google
135
135
  execute_or_queue_command(command, &block)
136
136
  end
137
137
 
138
- # Create a new case and associate it with the given Google Cloud Resource. The
139
- # case object must have the following fields set: `display_name`, `description`,
140
- # `classification`, and `priority`. Here is an example of calling this endpoint
141
- # using cURL: ```shell parent="projects/some-project" curl \ --request POST \ --
142
- # header "Authorization: Bearer $(gcloud auth print-access-token)" \ --header '
143
- # Content-Type: application/json' \ --data '` "display_name": "Test case created
144
- # by me.", "description": "a random test case, feel free to close", "
145
- # classification": ` "id": "
138
+ # Create a new case and associate it with a Google Cloud Resource. The case
139
+ # object must have the following fields set: `display_name`, `description`, `
140
+ # classification`, and `priority`. If you're just testing the API and don't want
141
+ # to route your case to an agent, set `testCase=true`. Here is an example of
142
+ # calling this endpoint using cURL: ```shell parent="projects/some-project" curl
143
+ # \ --request POST \ --header "Authorization: Bearer $(gcloud auth print-access-
144
+ # token)" \ --header 'Content-Type: application/json' \ --data '` "display_name":
145
+ # "Test case created by me.", "description": "a random test case, feel free to
146
+ # close", "classification": ` "id": "
146
147
  # 1BT1M2T31DHNMENPO6KS36CPJ786L2TBFEHGN6NPI64R3CDHN8880G08I1H3MURR7DHII0GRCDTQM8"
147
148
  # `, "time_zone": "-07:00", "subscriber_email_addresses": [ "foo@domain.com", "
148
149
  # bar@domain.com" ], "testCase": true, "priority": "P3" `' \ "https://
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.25.0
4
+ version: 0.26.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-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-27 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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.26.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Cloud Support API V2beta