google-apis-cloudsupport_v2 0.2.0 → 0.3.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: 6b88fea822e6ee0ac0c6bdd849705ddb01d663c195eb6c06968cc1fcbf45dcfb
4
- data.tar.gz: d7a4e439b946a6f36c6c8daf39a57eecb4d455c76d2c76f4f86f964f30256c6a
3
+ metadata.gz: 9e71bf8078540186c463d7806e543dc506dec619582dd2dffeef5ad3ba1568b8
4
+ data.tar.gz: e49e75175d1e926e2f91e9c6a295a6a7cdce8270c0c80bd1545992cc53ab4ab8
5
5
  SHA512:
6
- metadata.gz: 2c8cfa3725f904f1079363f87b95edb607bbf6383aee335028783aa3085170de73423d02970bcd96aeec3c33ff9419535d62d38b681751c0d80cdc506ec33c9c
7
- data.tar.gz: fa948eba60cbfbf283e6600968945000a953734b0abb95177549e26d07768d8d5da8aefef8086eae486faf324d646565c3c8a8b136072921ee145c4da5048d71
6
+ metadata.gz: 1c08c3bde964244b221e8f68863bd7146454c4571281e7f4f6f59fe4b4bf77fa0e2ee09de8018eb627fc5a39999f968bfb039bc67336add106f196782e4626e7
7
+ data.tar.gz: db504c2fde0cf65eca87bdd05160ce5c5efff0955b5f07443cfc35b91cc60a6cb74156875fd92b990811ea09a52963baeab01c99a1502d02c2123dd96cc0db61
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsupport_v2
2
2
 
3
+ ### v0.3.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230818
6
+
3
7
  ### v0.2.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 CloudsupportV2
18
18
  # Version of the google-apis-cloudsupport_v2 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2/v0.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2/v0.3.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2
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 V2