google-apis-cloudshell_v1 0.22.0 → 0.23.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: 9330d04021e72b51b7e2602fc52d726c8cd642e58947017df1a5ec7b482188a4
4
- data.tar.gz: 350e379165b70c9f443d2d40157280f7cd4692a47407589e5b4b0ffb00b297c4
3
+ metadata.gz: 50a8558f90ce880dd693f3428530a9dda0de92aab85cc5a66f915c26013338bc
4
+ data.tar.gz: e795b776445ef4b75eeab99ef57bc205911472f0b965a346dea5260fc8dfbc43
5
5
  SHA512:
6
- metadata.gz: 6c856dd7a322e63c69224c55d846b517fae3ef5137e7125bf78b3552309987534e7bb957028da36527871b45bdfb155609075c377606342ae15f358bd3c9a725
7
- data.tar.gz: 4bb45e491e1114eaf825eed5db3e80a2b990a99c558fa1140b04793e1326bbaec26a048078158832893049f2024d842f9f602065e1e46cfcfc81424bd856d532
6
+ metadata.gz: 229f840770f6487b912df5c29b9f14a8cfc812dd1a69aacaa2722a1916c149d16f1b36c9e0b00d1fe08f5d5598924272e327382d055c978b49d73a62c7793508
7
+ data.tar.gz: e32778af42d838a0328302f197dfc4cec8c6344c7b0c4f1a9d41400c5683fe1fd78a225e0ae633c6aa5c839d8fc6d2a751f521ffeae863a4bbeecac68eae6c3a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudshell_v1
2
2
 
3
+ ### v0.23.0 (2024-11-24)
4
+
5
+ * Regenerated from discovery document revision 20241118
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.22.0 (2024-05-19)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudshellV1
18
18
  # Version of the google-apis-cloudshell_v1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230807"
25
+ REVISION = "20241118"
26
26
  end
27
27
  end
28
28
  end
@@ -58,8 +58,8 @@ module Google
58
58
  # Clients can use Operations.GetOperation or other methods to check whether the
59
59
  # cancellation succeeded or whether the operation completed despite cancellation.
60
60
  # On successful cancellation, the operation is not deleted; instead, it becomes
61
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
62
- # corresponding to `Code.CANCELLED`.
61
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
62
+ # , corresponding to `Code.CANCELLED`.
63
63
  # @param [String] name
64
64
  # The name of the operation resource to be cancelled.
65
65
  # @param [Google::Apis::CloudshellV1::CancelOperationRequest] cancel_operation_request_object
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudshell_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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: 2024-05-19 00:00:00.000000000 Z
11
+ date: 2024-12-04 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-cloudshell_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudshell_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudshell_v1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudshell_v1
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.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Shell API V1