google-apis-gkehub_v1alpha2 0.1.0 → 0.2.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: e3213b31ba9a793bc4f37b7470709edbc39c43d6d09fbc0d4646d86baf451de6
4
- data.tar.gz: c8ca97ef4ff858a1c6ebcdf5f6417f8da21699a564487d305e0dc94b0374506c
3
+ metadata.gz: 917b2289c431c86cff514077a94a708073cc1bdf543e89b998e83ffd4ba05e3e
4
+ data.tar.gz: 2cf3ffeb8c628aaaae6b125c333bf71ecc6a6d707c59ff21a819f99ae42fddb6
5
5
  SHA512:
6
- metadata.gz: f7e2c680b0eaa0189205a91e19d993831352b702156d769af9849c7ae0505e3eeb84cf114a384ba06b245934515fc8289bc3f7ec5834c1d993219f46020090ab
7
- data.tar.gz: a57d11f6aca4016e6cbbacdbf96b27c5d0f8ef0574c797cc75a206224db7723d5897a154042d7c3da998ceee9ed85c923f25a71f6f4b1469422cf10a68b46c96
6
+ metadata.gz: 8ebcc78978d5e9eb84a5dd4552faa90000124eb81e5b237d666f6163d9279186029a3b2d0544efe437dc2b82ae16a58d958b3b9b059a2521b7a152b64558f821
7
+ data.tar.gz: e89398a4377884ce566b55c7bb929c8677424244832b4055d98d6857936d5da789c09f17f506b7be3030bbbc8e951fdb4f2f49a8f6fba869c7d6839ff764f1e9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1alpha2
2
2
 
3
+ ### v0.2.0 (2021-05-13)
4
+
5
+ * Regenerated from discovery document revision 20210507
6
+
3
7
  ### v0.1.0 (2021-03-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20210315
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1alpha2
18
18
  # Version of the google-apis-gkehub_v1alpha2 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210315"
25
+ REVISION = "20210507"
26
26
  end
27
27
  end
28
28
  end
@@ -87,7 +87,7 @@ module Google
87
87
  # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
88
  # AIP-160](https://google.aip.dev/160).
89
89
  # @param [Fixnum] page_size
90
- # The maximum number of results to return. If not set, the service will select a
90
+ # The maximum number of results to return. If not set, the service selects a
91
91
  # default.
92
92
  # @param [String] page_token
93
93
  # A page token received from the `next_page_token` field in the response. Send
@@ -161,7 +161,10 @@ module Google
161
161
  execute_or_queue_command(command, &block)
162
162
  end
163
163
 
164
- # Adds a new Membership.
164
+ # Creates a new Membership. **This is currently only supported for GKE clusters
165
+ # on Google Cloud**. To register other clusters, follow the instructions at
166
+ # https://cloud.google.com/anthos/multicluster-management/connect/registering-a-
167
+ # cluster.
165
168
  # @param [String] parent
166
169
  # Required. The parent (project and location) where the Memberships will be
167
170
  # created. Specified in the format `projects/*/locations/*`.
@@ -202,7 +205,10 @@ module Google
202
205
  execute_or_queue_command(command, &block)
203
206
  end
204
207
 
205
- # Removes a Membership.
208
+ # Removes a Membership. **This is currently only supported for GKE clusters on
209
+ # Google Cloud**. To unregister other clusters, follow the instructions at https:
210
+ # //cloud.google.com/anthos/multicluster-management/connect/unregistering-a-
211
+ # cluster.
206
212
  # @param [String] name
207
213
  # Required. The Membership resource name in the format `projects/*/locations/*/
208
214
  # memberships/*`.
@@ -233,7 +239,9 @@ module Google
233
239
  execute_or_queue_command(command, &block)
234
240
  end
235
241
 
236
- # Generates the manifest for deployment of the GKE connect agent.
242
+ # Generates the manifest for deployment of the GKE connect agent. **This method
243
+ # is used internally by Google-provided libraries.** Most clients should not
244
+ # need to call this method directly.
237
245
  # @param [String] name
238
246
  # Required. The Membership resource name the Agent will associate with, in the
239
247
  # format `projects/*/locations/*/memberships/*`.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1alpha2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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: 2021-04-05 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1alpha2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha2/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha2/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1alpha2
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for GKE Hub V1alpha2