google-apis-gkehub_v1beta1 0.50.0 → 0.51.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: 6b5ebe8e8188d103fa3f2413b1c69020dee1545461f3aca1a096c63751c516c7
|
|
4
|
+
data.tar.gz: bc341b07874f5a66fbedcd99819006121ba72cffd690e267f1bfb50d33026d7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25f994b0d309ab753f3fa1d2571b6e07760712181e546f8b4d63f76a5a86a363503322ba2053da89e4a0262e5f47f247b65522a8324e40fd82bf8a9a28dae799
|
|
7
|
+
data.tar.gz: cd295ca7ef2a0f39b497e42e0a3fe2d62fc5c795b2b06763f2b94be1be21bfd7eb56d19d920972df81fbffb87e18d2a985f54e3c2d4ceca480a9985e242468d0
|
data/CHANGELOG.md
CHANGED
|
@@ -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.51.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 = "20251201"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -758,11 +758,12 @@ module Google
|
|
|
758
758
|
# The standard list page token.
|
|
759
759
|
# @param [Boolean] return_partial_success
|
|
760
760
|
# 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
|
|
761
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
762
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
763
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
764
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
765
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
766
|
+
# documentation.
|
|
766
767
|
# @param [String] fields
|
|
767
768
|
# Selector specifying which fields to include in a partial response.
|
|
768
769
|
# @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.51.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.51.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:
|