google-apis-gkeonprem_v1 0.25.0 → 0.27.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: 260a8718ffa2713100cbe2e34b287cc3842c0f641344e85bb8dcddb3256c6c2f
4
- data.tar.gz: 42530a0810dd1fbde84ecd03989adf97d22eccb087f4afffe596f385572ba7ba
3
+ metadata.gz: 76763a697c1f51c17af9ccf0102a7807add7b3ae94169a1f001f2cc46be10807
4
+ data.tar.gz: 4bb173bbb716846bf3570aa69be8ae0a5e3863f4f391dca266529ed37b4612a8
5
5
  SHA512:
6
- metadata.gz: 05fad575ef76ed4eec8f5b50e8d1bbd49acf91094646a2bd105f0634c09ca84968fdffee7438c76f2475588d888d3da29468a6ef8a586c4cd0a3238d77e1d08f
7
- data.tar.gz: '07699ac1bfbfcd8f6f2de7225d79ab9a406b9c51af7ed0eb4ec013b0e3c088c0e28dbbfa3b704e68feb10095b04e8f1dc83f10acc0f846c35b9f30ab7605aafa'
6
+ metadata.gz: c6aa1b34096b97404d318e95c3dfb29832ef27542c5881ab86eda81700d4b045f20bdb821ef7fae60d25ed08e60feaa3c79b6699ec574478bb8d6f7ae5aa9a12
7
+ data.tar.gz: 0b2b99710b170b55d40c51e848c58d8ff91ed142e6167bc1f267417776dc62b0a1bd9d944c8ffa87771c8a6207ec77669cbe3bf13e78e350e08e18cc6b90a32b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-gkeonprem_v1
2
2
 
3
+ ### v0.27.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250326
6
+
7
+ ### v0.26.0 (2025-03-02)
8
+
9
+ * Regenerated from discovery document revision 20250224
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.25.0 (2024-12-15)
4
13
 
5
14
  * Regenerated from discovery document revision 20241204
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
 
@@ -3808,6 +3808,12 @@ module Google
3808
3808
  # @return [String]
3809
3809
  attr_accessor :description
3810
3810
 
3811
+ # Enable advanced cluster.
3812
+ # Corresponds to the JSON property `enableAdvancedCluster`
3813
+ # @return [Boolean]
3814
+ attr_accessor :enable_advanced_cluster
3815
+ alias_method :enable_advanced_cluster?, :enable_advanced_cluster
3816
+
3811
3817
  # Output only. The DNS name of VMware admin cluster's API server.
3812
3818
  # Corresponds to the JSON property `endpoint`
3813
3819
  # @return [String]
@@ -3934,6 +3940,7 @@ module Google
3934
3940
  @control_plane_node = args[:control_plane_node] if args.key?(:control_plane_node)
3935
3941
  @create_time = args[:create_time] if args.key?(:create_time)
3936
3942
  @description = args[:description] if args.key?(:description)
3943
+ @enable_advanced_cluster = args[:enable_advanced_cluster] if args.key?(:enable_advanced_cluster)
3937
3944
  @endpoint = args[:endpoint] if args.key?(:endpoint)
3938
3945
  @etag = args[:etag] if args.key?(:etag)
3939
3946
  @fleet = args[:fleet] if args.key?(:fleet)
@@ -4565,6 +4572,12 @@ module Google
4565
4572
  attr_accessor :disable_bundled_ingress
4566
4573
  alias_method :disable_bundled_ingress?, :disable_bundled_ingress
4567
4574
 
4575
+ # Enable advanced cluster.
4576
+ # Corresponds to the JSON property `enableAdvancedCluster`
4577
+ # @return [Boolean]
4578
+ attr_accessor :enable_advanced_cluster
4579
+ alias_method :enable_advanced_cluster?, :enable_advanced_cluster
4580
+
4568
4581
  # Enable control plane V2. Default to false.
4569
4582
  # Corresponds to the JSON property `enableControlPlaneV2`
4570
4583
  # @return [Boolean]
@@ -4698,6 +4711,7 @@ module Google
4698
4711
  @delete_time = args[:delete_time] if args.key?(:delete_time)
4699
4712
  @description = args[:description] if args.key?(:description)
4700
4713
  @disable_bundled_ingress = args[:disable_bundled_ingress] if args.key?(:disable_bundled_ingress)
4714
+ @enable_advanced_cluster = args[:enable_advanced_cluster] if args.key?(:enable_advanced_cluster)
4701
4715
  @enable_control_plane_v2 = args[:enable_control_plane_v2] if args.key?(:enable_control_plane_v2)
4702
4716
  @endpoint = args[:endpoint] if args.key?(:endpoint)
4703
4717
  @etag = args[:etag] if args.key?(:etag)
@@ -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.25.0"
19
+ GEM_VERSION = "0.27.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 = "20241204"
25
+ REVISION = "20250326"
26
26
  end
27
27
  end
28
28
  end
@@ -2018,6 +2018,7 @@ module Google
2018
2018
 
2019
2019
  property :create_time, as: 'createTime'
2020
2020
  property :description, as: 'description'
2021
+ property :enable_advanced_cluster, as: 'enableAdvancedCluster'
2021
2022
  property :endpoint, as: 'endpoint'
2022
2023
  property :etag, as: 'etag'
2023
2024
  property :fleet, as: 'fleet', class: Google::Apis::GkeonpremV1::Fleet, decorator: Google::Apis::GkeonpremV1::Fleet::Representation
@@ -2212,6 +2213,7 @@ module Google
2212
2213
  property :delete_time, as: 'deleteTime'
2213
2214
  property :description, as: 'description'
2214
2215
  property :disable_bundled_ingress, as: 'disableBundledIngress'
2216
+ property :enable_advanced_cluster, as: 'enableAdvancedCluster'
2215
2217
  property :enable_control_plane_v2, as: 'enableControlPlaneV2'
2216
2218
  property :endpoint, as: 'endpoint'
2217
2219
  property :etag, as: 'etag'
@@ -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
  #
@@ -84,6 +84,9 @@ module Google
84
84
  # Lists information about the supported locations for this service.
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
+ # @param [Array<String>, String] extra_location_types
88
+ # Optional. A list of extra location types that should be used as conditions for
89
+ # controlling the visibility of the locations.
87
90
  # @param [String] filter
88
91
  # A filter to narrow down results to a preferred subset. The filtering language
89
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -111,11 +114,12 @@ module Google
111
114
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
112
115
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
113
116
  # @raise [Google::Apis::AuthorizationError] Authorization is required
114
- def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
117
+ def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
115
118
  command = make_simple_command(:get, 'v1/{+name}/locations', options)
116
119
  command.response_representation = Google::Apis::GkeonpremV1::ListLocationsResponse::Representation
117
120
  command.response_class = Google::Apis::GkeonpremV1::ListLocationsResponse
118
121
  command.params['name'] = name unless name.nil?
122
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
119
123
  command.query['filter'] = filter unless filter.nil?
120
124
  command.query['pageSize'] = page_size unless page_size.nil?
121
125
  command.query['pageToken'] = page_token unless page_token.nil?
@@ -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.25.0
4
+ version: 0.27.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-15 00:00:00.000000000 Z
10
+ date: 2025-03-30 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.25.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkeonprem_v1/v0.27.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.23
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: []