google-apis-cloudshell_v1 0.26.0 → 0.28.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: 8d990dc47b70b470f55a18fd9ea158602f66839dedc8a9503280847b721e4250
4
- data.tar.gz: 57d43a6954e8f6adc884b3f663413fe0af4f5029f58bdd6eb33fb4cc0f462575
3
+ metadata.gz: 8509591bad7e688298e6fecebb322dadd56d7b7ff7f6591448449d10f7191378
4
+ data.tar.gz: 5e0be36eb3ce2cb6c30b50a8f8e396938280036f7f5386f1e7600b3aa41dd039
5
5
  SHA512:
6
- metadata.gz: 4337e77458fa50be0924dcfad914220511a063b0c51b1b616e112d5d37326a4a4fcfd4eb4329505e1231f8660aef19ba7156ef4d620ab4b45a0cf6d86d531220
7
- data.tar.gz: c92688b5ba2d466aeb9cea9933b292ed2cb3b08c2615215a90bf7fae80e513ed546e8870133eeaeb89882cf87b4a02990974e3488efd596aa26087aa48bb9f6b
6
+ metadata.gz: 64cf0b07b40bb5e935be8d8b6bd20e3bd102ef341dead09aecab55bb863959da3054d6ded5363f2ac217a7f346cd9b8fa178e50de6fb39155c8d230f7c4caff2
7
+ data.tar.gz: '0913f1917e7b83f650fceae5197293fb4cf721f829cf0e85e47864bab76594038c570137a1f154f2d3d277ef6f9e27170d9d36d0510c8b96b7528eeef6bec666'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudshell_v1
2
2
 
3
+ ### v0.28.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
7
+ ### v0.27.0 (2025-12-07)
8
+
9
+ * Regenerated from discovery document revision 20251204
10
+
3
11
  ### v0.26.0 (2025-11-09)
4
12
 
5
13
  * Regenerated from discovery document revision 20251105
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/shell/docs/) may provide gu
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -311,8 +311,9 @@ module Google
311
311
  attr_accessor :operations
312
312
 
313
313
  # Unordered list. Unreachable resources. Populated when the request sets `
314
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
315
- # when attempting to list all resources across all supported locations.
314
+ # ListOperationsRequest.return_partial_success` and reads across collections.
315
+ # For example, when attempting to list all resources across all supported
316
+ # locations.
316
317
  # Corresponds to the JSON property `unreachable`
317
318
  # @return [Array<String>]
318
319
  attr_accessor :unreachable
@@ -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.26.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251105"
25
+ REVISION = "20251204"
26
26
  end
27
27
  end
28
28
  end
@@ -168,11 +168,12 @@ module Google
168
168
  # The standard list page token.
169
169
  # @param [Boolean] return_partial_success
170
170
  # When set to `true`, operations that are reachable are returned as normal, and
171
- # those that are unreachable are returned in the [ListOperationsResponse.
172
- # unreachable] field. This can only be `true` when reading across collections e.
173
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
174
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
175
- # explicitly documented otherwise in service or product specific documentation.
171
+ # those that are unreachable are returned in the ListOperationsResponse.
172
+ # unreachable field. This can only be `true` when reading across collections.
173
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
174
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
175
+ # if set unless explicitly documented otherwise in service or product specific
176
+ # documentation.
176
177
  # @param [String] fields
177
178
  # Selector specifying which fields to include in a partial response.
178
179
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudshell_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudshell_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudshell_v1/v0.26.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudshell_v1/v0.28.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudshell_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="