google-apis-gkehub_v1alpha 0.26.0 → 0.27.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2538fd5e318ab3af693a78e4b4194ec95e4867510b5b7f2f43121f6c531e53c1
|
4
|
+
data.tar.gz: 58a9973c698f0b70ed09a4d6ef329d6c7d853dd324d2c9b117cbb38ce68e4c60
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '078f267cc9ceaac3cfb1e8b8d2a9c374ab00de892a1f6f0f59876040a22e67182ba9f147636b06b1f42a3a8fcdd8a07d408258efff734d7e3f4c2a3abe295a81'
|
7
|
+
data.tar.gz: a33f74a824f4cf636ee7af3f1ebd2f1ec15034ae20eec656789e418465d65f09351a95368f12aaf0634274d2bf7e45ce5f2bc8ea4401656b0db2384c7b223861
|
data/CHANGELOG.md
CHANGED
@@ -2131,7 +2131,8 @@ module Google
|
|
2131
2131
|
attr_accessor :fleets
|
2132
2132
|
|
2133
2133
|
# A token, which can be sent as `page_token` to retrieve the next page. If this
|
2134
|
-
# field is omitted, there are no subsequent pages.
|
2134
|
+
# field is omitted, there are no subsequent pages. The token is only valid for
|
2135
|
+
# 1h.
|
2135
2136
|
# Corresponds to the JSON property `nextPageToken`
|
2136
2137
|
# @return [String]
|
2137
2138
|
attr_accessor :next_page_token
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1alpha
|
18
18
|
# Version of the google-apis-gkehub_v1alpha 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.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220422"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -54,10 +54,14 @@ module Google
|
|
54
54
|
# @param [String] parent
|
55
55
|
# Required. The organization or project to list for Fleets under, in the format `
|
56
56
|
# organizations/*/locations/*` or `projects/*/locations/*`.
|
57
|
+
# @param [Fixnum] page_size
|
58
|
+
# Optional. The maximum number of fleets to return. The service may return fewer
|
59
|
+
# than this value. If unspecified, at most 200 fleets will be returned. The
|
60
|
+
# maximum value is 1000; values above 1000 will be coerced to 1000.
|
57
61
|
# @param [String] page_token
|
58
|
-
# A page token, received from a previous `ListFleets` call. Provide
|
59
|
-
# retrieve the subsequent page. When paginating, all other parameters
|
60
|
-
# to `ListFleets` must match the call that provided the page token.
|
62
|
+
# Optional. A page token, received from a previous `ListFleets` call. Provide
|
63
|
+
# this to retrieve the subsequent page. When paginating, all other parameters
|
64
|
+
# provided to `ListFleets` must match the call that provided the page token.
|
61
65
|
# @param [String] fields
|
62
66
|
# Selector specifying which fields to include in a partial response.
|
63
67
|
# @param [String] quota_user
|
@@ -75,11 +79,12 @@ module Google
|
|
75
79
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
76
80
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
77
81
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
78
|
-
def list_organization_location_fleets(parent, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
82
|
+
def list_organization_location_fleets(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
79
83
|
command = make_simple_command(:get, 'v1alpha/{+parent}/fleets', options)
|
80
84
|
command.response_representation = Google::Apis::GkehubV1alpha::ListFleetsResponse::Representation
|
81
85
|
command.response_class = Google::Apis::GkehubV1alpha::ListFleetsResponse
|
82
86
|
command.params['parent'] = parent unless parent.nil?
|
87
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
83
88
|
command.query['pageToken'] = page_token unless page_token.nil?
|
84
89
|
command.query['fields'] = fields unless fields.nil?
|
85
90
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
@@ -606,10 +611,14 @@ module Google
|
|
606
611
|
# @param [String] parent
|
607
612
|
# Required. The organization or project to list for Fleets under, in the format `
|
608
613
|
# organizations/*/locations/*` or `projects/*/locations/*`.
|
614
|
+
# @param [Fixnum] page_size
|
615
|
+
# Optional. The maximum number of fleets to return. The service may return fewer
|
616
|
+
# than this value. If unspecified, at most 200 fleets will be returned. The
|
617
|
+
# maximum value is 1000; values above 1000 will be coerced to 1000.
|
609
618
|
# @param [String] page_token
|
610
|
-
# A page token, received from a previous `ListFleets` call. Provide
|
611
|
-
# retrieve the subsequent page. When paginating, all other parameters
|
612
|
-
# to `ListFleets` must match the call that provided the page token.
|
619
|
+
# Optional. A page token, received from a previous `ListFleets` call. Provide
|
620
|
+
# this to retrieve the subsequent page. When paginating, all other parameters
|
621
|
+
# provided to `ListFleets` must match the call that provided the page token.
|
613
622
|
# @param [String] fields
|
614
623
|
# Selector specifying which fields to include in a partial response.
|
615
624
|
# @param [String] quota_user
|
@@ -627,11 +636,12 @@ module Google
|
|
627
636
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
628
637
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
629
638
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
630
|
-
def list_project_location_fleets(parent, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
639
|
+
def list_project_location_fleets(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
631
640
|
command = make_simple_command(:get, 'v1alpha/{+parent}/fleets', options)
|
632
641
|
command.response_representation = Google::Apis::GkehubV1alpha::ListFleetsResponse::Representation
|
633
642
|
command.response_class = Google::Apis::GkehubV1alpha::ListFleetsResponse
|
634
643
|
command.params['parent'] = parent unless parent.nil?
|
644
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
635
645
|
command.query['pageToken'] = page_token unless page_token.nil?
|
636
646
|
command.query['fields'] = fields unless fields.nil?
|
637
647
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1alpha
|
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
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-05-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.27.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|