google-apis-gkeonprem_v1 0.26.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76763a697c1f51c17af9ccf0102a7807add7b3ae94169a1f001f2cc46be10807
|
4
|
+
data.tar.gz: 4bb173bbb716846bf3570aa69be8ae0a5e3863f4f391dca266529ed37b4612a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6aa1b34096b97404d318e95c3dfb29832ef27542c5881ab86eda81700d4b045f20bdb821ef7fae60d25ed08e60feaa3c79b6699ec574478bb8d6f7ae5aa9a12
|
7
|
+
data.tar.gz: 0b2b99710b170b55d40c51e848c58d8ff91ed142e6167bc1f267417776dc62b0a1bd9d944c8ffa87771c8a6207ec77669cbe3bf13e78e350e08e18cc6b90a32b
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.27.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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'
|
@@ -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?
|
metadata
CHANGED
@@ -1,13 +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.
|
4
|
+
version: 0.27.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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-gkeonprem_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkeonprem_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkeonprem_v1/v0.27.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkeonprem_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|