google-apis-gkehub_v1 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: 5c4abcc2a03a12f5d9e4330d5f23f5bf0c73ad7cf55cad8a5f2c9be3ded5dc2f
4
- data.tar.gz: 581d738d4119dbc7d709172e59288dda8211ed047fefc644365f90c840e09d9e
3
+ metadata.gz: 07ca67bde9eabaee1cb17aeee8c8604a9cdcaafd2bda0e5204487d994aca2972
4
+ data.tar.gz: 18a70f5b54a77fd7711c4fde30614babc15f543d3682c7d59fcbdff4bbf6e784
5
5
  SHA512:
6
- metadata.gz: b7ebbfdb7b79227923bd413c9ba02a87c1ed6381236923e9137dabcc99cebf03e13d915aca565fda7b6d20739804a9a453e3eea9ff040bd3f4101f153ac511ef
7
- data.tar.gz: 94ab334beda80495390ac7bf5a2753547a31b13bee9280f674870053c212696fb3a9196436eb87cb400dff9c3c802657bb7797e00979e8b1323fd63a3d229c4e
6
+ metadata.gz: f4ba8cf772d5e45c8ed654cc8eaa056c13b7ec53038d2c6b966052f670be911ecaa45ae837093bf5f3ec84a9ee22d69fe75f701726fe046772c759b023407dcb
7
+ data.tar.gz: 1caee697a210f3b3a69f13526828ec0b902d473e351d25932980ef4b49502c4e0b380d5fb826aae65eda311b3383f7fed7438c3ac398969dd3603a081fa90e05
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1
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 20210322
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1
18
18
  # Version of the google-apis-gkehub_v1 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 = "20210322"
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
@@ -122,7 +122,10 @@ module Google
122
122
  execute_or_queue_command(command, &block)
123
123
  end
124
124
 
125
- # Adds a new Membership.
125
+ # Creates a new Membership. **This is currently only supported for GKE clusters
126
+ # on Google Cloud**. To register other clusters, follow the instructions at
127
+ # https://cloud.google.com/anthos/multicluster-management/connect/registering-a-
128
+ # cluster.
126
129
  # @param [String] parent
127
130
  # Required. The parent (project and location) where the Memberships will be
128
131
  # created. Specified in the format `projects/*/locations/*`.
@@ -175,7 +178,10 @@ module Google
175
178
  execute_or_queue_command(command, &block)
176
179
  end
177
180
 
178
- # Removes a Membership.
181
+ # Removes a Membership. **This is currently only supported for GKE clusters on
182
+ # Google Cloud**. To unregister other clusters, follow the instructions at https:
183
+ # //cloud.google.com/anthos/multicluster-management/connect/unregistering-a-
184
+ # cluster.
179
185
  # @param [String] name
180
186
  # Required. The Membership resource name in the format `projects/*/locations/*/
181
187
  # memberships/*`.
@@ -218,7 +224,9 @@ module Google
218
224
  execute_or_queue_command(command, &block)
219
225
  end
220
226
 
221
- # Generates the manifest for deployment of the GKE connect agent.
227
+ # Generates the manifest for deployment of the GKE connect agent. **This method
228
+ # is used internally by Google-provided libraries.** Most clients should not
229
+ # need to call this method directly.
222
230
  # @param [String] name
223
231
  # Required. The Membership resource name the Agent will associate with, in the
224
232
  # format `projects/*/locations/*/memberships/*`.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1
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_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1
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 V1