google-apis-gkeonprem_v1 0.24.0 → 0.26.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: ced37d0ac0d8456f89c63dbd9f06d61bae699510d8ef107f0cb987dbe0cbf9be
4
- data.tar.gz: 06cc71da301c91cb6566bb3bfbc3ccb3e1533aed57b7a96af9e50785943d50f9
3
+ metadata.gz: e80ea0d8af3f9218eae869bb73ff6d43551d94787e1cbb0145872dfe79eabee0
4
+ data.tar.gz: 95be64cab41d8bee904eda4835c1d8ed507beb780dfd5e346ed251b960404c6f
5
5
  SHA512:
6
- metadata.gz: 7045dfb292a24536f5d46c6d0dd6201ac5a5c085f8ef18402c1b9cf37755a231b48d14825e1974adcd3f8a7c993122aae12cbecb79eb7f8804b30647e72182f3
7
- data.tar.gz: e64a95bb6db68a53b5e1665504e6eff418406d30c2f75bf8500d87363d7494bfbfafbbbadfcd3ec96b2b9536583e9e652ed5dda4387d3871c0e4c4a359994f16
6
+ metadata.gz: 89d4d72f4f093290ee4eb7f61b3635dbaa086884aa90525735be4528c4c81e07b3bbf38674bea6af32502c7c3f21245aa636fb4fe0d6ef505a07a991c6b604a4
7
+ data.tar.gz: 46ba5c9d8e4a87739ef2f0ed726a9d7cd7f5da672cae9f0f2e8895f5b3a710696c9a8919a922a77ddd0cd5a70d7986891f7aeab993e2abc9ae98cf5121367443
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-gkeonprem_v1
2
2
 
3
+ ### v0.26.0 (2025-03-02)
4
+
5
+ * Regenerated from discovery document revision 20250224
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.25.0 (2024-12-15)
9
+
10
+ * Regenerated from discovery document revision 20241204
11
+
3
12
  ### v0.24.0 (2024-11-24)
4
13
 
5
14
  * Regenerated from discovery document revision 20241110
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V1 of the GDC Virtual API
1
+ # Simple REST client for version V1 of the GKE On-Prem API
2
2
 
3
- This is a simple client library for version V1 of the GDC Virtual API. It provides:
3
+ This is a simple client library for version V1 of the GKE On-Prem API. It provides:
4
4
 
5
5
  * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
6
  * Ruby objects for data structures related to the service.
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Gkeonprem service in particular.)
67
67
 
68
- For reference information on specific calls in the GDC Virtual API, see the {Google::Apis::GkeonpremV1::GKEOnPremService class reference docs}.
68
+ For reference information on specific calls in the GKE On-Prem API, see the {Google::Apis::GkeonpremV1::GKEOnPremService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkeonpremV1
18
18
  # Version of the google-apis-gkeonprem_v1 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241110"
25
+ REVISION = "20250224"
26
26
  end
27
27
  end
28
28
  end
@@ -20,7 +20,7 @@ require 'google/apis/errors'
20
20
  module Google
21
21
  module Apis
22
22
  module GkeonpremV1
23
- # GDC Virtual API
23
+ # GKE On-Prem API
24
24
  #
25
25
  #
26
26
  #
@@ -1714,8 +1714,8 @@ module Google
1714
1714
  # Clients can use Operations.GetOperation or other methods to check whether the
1715
1715
  # cancellation succeeded or whether the operation completed despite cancellation.
1716
1716
  # On successful cancellation, the operation is not deleted; instead, it becomes
1717
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
1718
- # corresponding to `Code.CANCELLED`.
1717
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
1718
+ # , corresponding to `Code.CANCELLED`.
1719
1719
  # @param [String] name
1720
1720
  # The name of the operation resource to be cancelled.
1721
1721
  # @param [Google::Apis::GkeonpremV1::CancelOperationRequest] cancel_operation_request_object
@@ -19,13 +19,13 @@ require 'google/apis/gkeonprem_v1/gem_version.rb'
19
19
 
20
20
  module Google
21
21
  module Apis
22
- # GDC Virtual API
22
+ # GKE On-Prem API
23
23
  #
24
24
  #
25
25
  #
26
26
  # @see https://cloud.google.com/anthos/clusters/docs/on-prem/
27
27
  module GkeonpremV1
28
- # Version of the GDC Virtual API this client connects to.
28
+ # Version of the GKE On-Prem API this client connects to.
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkeonprem_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -30,12 +29,12 @@ dependencies:
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
33
- description: This is the simple REST client for GDC Virtual API V1. Simple REST clients
32
+ description: This is the simple REST client for GKE On-Prem API V1. Simple REST clients
34
33
  are Ruby client libraries that provide access to Google services via their HTTP
35
34
  REST API endpoints. These libraries are generated and updated automatically based
36
35
  on the discovery documents published by the service, and they handle most concerns
37
36
  such as authentication, pagination, retry, timeouts, and logging. You can use this
38
- client to access the GDC Virtual API, but note that some services may provide a
37
+ client to access the GKE On-Prem API, but note that some services may provide a
39
38
  separate modern client that is easier to use.
40
39
  email: googleapis-packages@google.com
41
40
  executables: []
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkeonprem_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkeonprem_v1/v0.24.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkeonprem_v1/v0.26.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkeonprem_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
- summary: Simple REST client for GDC Virtual API V1
78
+ summary: Simple REST client for GKE On-Prem API V1
82
79
  test_files: []