google-apis-gkehub_v1beta1 0.50.0 → 0.52.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: e4b9b3160c63077879558e836cfb8f62916261883b6ce18a3f1e0fa7e7fa76f6
|
|
4
|
+
data.tar.gz: a00c21e7e0dcbe4bbca70df0121d318e2931cc49a8b7c34e7d6fdd6bab82c941
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz: '
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08be14768770b95a7734e95f7138081d817380fded75137e03d4a269171f777738cd388638c445787e24b22c1c1c82fa91b216c4329c1deaa36b21df840b4bec'
|
|
7
|
+
data.tar.gz: '085b9f4c8f9b65f52d00b05d69bdd328ae86aad785a7ba94e67216b463797b43d39c5b5ef0a097d762b3e67e38081233bfb657e01da5a852335950472ed5d355'
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-gkehub_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.52.0 (2026-02-01)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260126
|
|
6
|
+
|
|
7
|
+
### v0.51.0 (2025-12-07)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251201
|
|
10
|
+
|
|
3
11
|
### v0.50.0 (2025-11-02)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251026
|
|
@@ -714,8 +714,9 @@ module Google
|
|
|
714
714
|
attr_accessor :operations
|
|
715
715
|
|
|
716
716
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
717
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
718
|
-
# when attempting to list all resources across all supported
|
|
717
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
718
|
+
# For example, when attempting to list all resources across all supported
|
|
719
|
+
# locations.
|
|
719
720
|
# Corresponds to the JSON property `unreachable`
|
|
720
721
|
# @return [Array<String>]
|
|
721
722
|
attr_accessor :unreachable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module GkehubV1beta1
|
|
18
18
|
# Version of the google-apis-gkehub_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.52.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260126"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -81,7 +81,11 @@ module Google
|
|
|
81
81
|
execute_or_queue_command(command, &block)
|
|
82
82
|
end
|
|
83
83
|
|
|
84
|
-
# Lists information about the supported locations for this service.
|
|
84
|
+
# Lists information about the supported locations for this service. This method
|
|
85
|
+
# can be called in two ways: * **List all public locations:** Use the path `GET /
|
|
86
|
+
# v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
|
|
87
|
+
# projects/`project_id`/locations`. This may include public locations as well as
|
|
88
|
+
# private or other locations specifically visible to the project.
|
|
85
89
|
# @param [String] name
|
|
86
90
|
# The resource that owns the locations collection, if applicable.
|
|
87
91
|
# @param [Array<String>, String] extra_location_types
|
|
@@ -758,11 +762,12 @@ module Google
|
|
|
758
762
|
# The standard list page token.
|
|
759
763
|
# @param [Boolean] return_partial_success
|
|
760
764
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
761
|
-
# those that are unreachable are returned in the
|
|
762
|
-
# unreachable
|
|
763
|
-
#
|
|
764
|
-
# by default
|
|
765
|
-
# explicitly documented otherwise in service or product specific
|
|
765
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
766
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
767
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
768
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
769
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
770
|
+
# documentation.
|
|
766
771
|
# @param [String] fields
|
|
767
772
|
# Selector specifying which fields to include in a partial response.
|
|
768
773
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-gkehub_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.52.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-gkehub_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.52.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|