google-apis-gkehub_v1 0.11.0 → 0.15.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: d3bc363f5aa703d31a1d61ea1961e0402bca121e270e7962124b534b87a1a20d
4
- data.tar.gz: d65487533140d0045ee673e5a70ec5c2f42e1aa63db78831e6537d21d867480d
3
+ metadata.gz: 609996b51ec3a826d1eb6de33f2318eb5c7a5414f7c2425fcf677398ab3d072f
4
+ data.tar.gz: 61a07ebfd395bbc384df28a1ec0f88531cc44221715a255d5151a7632f069973
5
5
  SHA512:
6
- metadata.gz: ab2431257e4fa3f5fd19d2812a03fa53986830859f2fa17d67ab6ff1639de8dafa8b3fc0af313062eee719ddc846c62a6569376539d6594b514b490b83875526
7
- data.tar.gz: a09da86bea27bf5b1120ffa4a844f813ce9a499f55e7cd5573d464f54be90671e451cc533dc6184ca7f945a3d81cb07d2f23e4c104132db82467a8054328596d
6
+ metadata.gz: 360b76965b2d178fb93d2b5c07b28c582af4e46a97b162c22deaf941fe2920148de6db17776f30c189d006a7707453cf94ea5d6632988ffaf0323041a3c6173a
7
+ data.tar.gz: a45e91b07742e2713fbeadff667c8687a33e0dd1fa8be2368bede28fedeb3ea097651738de133d759270e1cbb693fe4797b3dcbaead5e2e6dd3712bafbfd4a65
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.15.0 (2021-10-30)
4
+
5
+ * Regenerated from discovery document revision 20211021
6
+
7
+ ### v0.14.0 (2021-10-24)
8
+
9
+ * Regenerated from discovery document revision 20211015
10
+ * Unspecified changes
11
+
12
+ ### v0.13.0 (2021-10-04)
13
+
14
+ * Regenerated from discovery document revision 20210927
15
+
16
+ ### v0.12.0 (2021-09-26)
17
+
18
+ * Regenerated from discovery document revision 20210920
19
+
3
20
  ### v0.11.0 (2021-08-28)
4
21
 
5
22
  * Regenerated from discovery document revision 20210820
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Gkehub service in particular.)
67
67
 
@@ -22,6 +22,38 @@ module Google
22
22
  module Apis
23
23
  module GkehubV1
24
24
 
25
+ # Spec for App Dev Experience Feature.
26
+ class AppDevExperienceFeatureSpec
27
+ include Google::Apis::Core::Hashable
28
+
29
+ def initialize(**args)
30
+ update!(**args)
31
+ end
32
+
33
+ # Update properties of this object
34
+ def update!(**args)
35
+ end
36
+ end
37
+
38
+ # State for App Dev Exp Feature.
39
+ class AppDevExperienceFeatureState
40
+ include Google::Apis::Core::Hashable
41
+
42
+ # Status specifies state for the subcomponent.
43
+ # Corresponds to the JSON property `networkingInstallSucceeded`
44
+ # @return [Google::Apis::GkehubV1::Status]
45
+ attr_accessor :networking_install_succeeded
46
+
47
+ def initialize(**args)
48
+ update!(**args)
49
+ end
50
+
51
+ # Update properties of this object
52
+ def update!(**args)
53
+ @networking_install_succeeded = args[:networking_install_succeeded] if args.key?(:networking_install_succeeded)
54
+ end
55
+ end
56
+
25
57
  # Specifies the audit configuration for a service. The configuration determines
26
58
  # which permission types are logged, and what identities, if any, are exempted
27
59
  # from logging. An AuditConfig must have one or more AuditLogConfigs. If there
@@ -147,7 +179,7 @@ module Google
147
179
  end
148
180
  end
149
181
 
150
- # Associates `members` with a `role`.
182
+ # Associates `members`, or principals, with a `role`.
151
183
  class Binding
152
184
  include Google::Apis::Core::Hashable
153
185
 
@@ -170,7 +202,7 @@ module Google
170
202
  # @return [Google::Apis::GkehubV1::Expr]
171
203
  attr_accessor :condition
172
204
 
173
- # Specifies the identities requesting access for a Cloud Platform resource. `
205
+ # Specifies the principals requesting access for a Cloud Platform resource. `
174
206
  # members` can have the following values: * `allUsers`: A special identifier
175
207
  # that represents anyone who is on the internet; with or without a Google
176
208
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -200,8 +232,8 @@ module Google
200
232
  # @return [Array<String>]
201
233
  attr_accessor :members
202
234
 
203
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
204
- # , or `roles/owner`.
235
+ # Role that is assigned to the list of `members`, or principals. For example, `
236
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
205
237
  # Corresponds to the JSON property `role`
206
238
  # @return [String]
207
239
  attr_accessor :role
@@ -235,6 +267,11 @@ module Google
235
267
  class CommonFeatureSpec
236
268
  include Google::Apis::Core::Hashable
237
269
 
270
+ # Spec for App Dev Experience Feature.
271
+ # Corresponds to the JSON property `appdevexperience`
272
+ # @return [Google::Apis::GkehubV1::AppDevExperienceFeatureSpec]
273
+ attr_accessor :appdevexperience
274
+
238
275
  # **Multi-cluster Ingress**: The configuration for the MultiClusterIngress
239
276
  # feature.
240
277
  # Corresponds to the JSON property `multiclusteringress`
@@ -247,6 +284,7 @@ module Google
247
284
 
248
285
  # Update properties of this object
249
286
  def update!(**args)
287
+ @appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
250
288
  @multiclusteringress = args[:multiclusteringress] if args.key?(:multiclusteringress)
251
289
  end
252
290
  end
@@ -255,6 +293,11 @@ module Google
255
293
  class CommonFeatureState
256
294
  include Google::Apis::Core::Hashable
257
295
 
296
+ # State for App Dev Exp Feature.
297
+ # Corresponds to the JSON property `appdevexperience`
298
+ # @return [Google::Apis::GkehubV1::AppDevExperienceFeatureState]
299
+ attr_accessor :appdevexperience
300
+
258
301
  # FeatureState describes the high-level state of a Feature. It may be used to
259
302
  # describe a Feature's state at the environ-level, or per-membershop, depending
260
303
  # on the context.
@@ -268,6 +311,7 @@ module Google
268
311
 
269
312
  # Update properties of this object
270
313
  def update!(**args)
314
+ @appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
271
315
  @state = args[:state] if args.key?(:state)
272
316
  end
273
317
  end
@@ -276,6 +320,16 @@ module Google
276
320
  class ConfigManagementConfigSync
277
321
  include Google::Apis::Core::Hashable
278
322
 
323
+ # Enables the installation of ConfigSync. If set to true, ConfigSync resources
324
+ # will be created and the other ConfigSync fields will be applied if exist. If
325
+ # set to false, all other ConfigSync fields will be ignored, ConfigSync
326
+ # resources will be deleted. If omitted, ConfigSync resources will be managed
327
+ # depends on the presence of git field.
328
+ # Corresponds to the JSON property `enabled`
329
+ # @return [Boolean]
330
+ attr_accessor :enabled
331
+ alias_method :enabled?, :enabled
332
+
279
333
  # Git repo configuration for a single cluster.
280
334
  # Corresponds to the JSON property `git`
281
335
  # @return [Google::Apis::GkehubV1::ConfigManagementGitConfig]
@@ -293,6 +347,7 @@ module Google
293
347
 
294
348
  # Update properties of this object
295
349
  def update!(**args)
350
+ @enabled = args[:enabled] if args.key?(:enabled)
296
351
  @git = args[:git] if args.key?(:git)
297
352
  @source_format = args[:source_format] if args.key?(:source_format)
298
353
  end
@@ -302,6 +357,11 @@ module Google
302
357
  class ConfigManagementConfigSyncDeploymentState
303
358
  include Google::Apis::Core::Hashable
304
359
 
360
+ # Deployment state of admission-webhook
361
+ # Corresponds to the JSON property `admissionWebhook`
362
+ # @return [String]
363
+ attr_accessor :admission_webhook
364
+
305
365
  # Deployment state of the git-sync pod
306
366
  # Corresponds to the JSON property `gitSync`
307
367
  # @return [String]
@@ -338,6 +398,7 @@ module Google
338
398
 
339
399
  # Update properties of this object
340
400
  def update!(**args)
401
+ @admission_webhook = args[:admission_webhook] if args.key?(:admission_webhook)
341
402
  @git_sync = args[:git_sync] if args.key?(:git_sync)
342
403
  @importer = args[:importer] if args.key?(:importer)
343
404
  @monitor = args[:monitor] if args.key?(:monitor)
@@ -382,6 +443,11 @@ module Google
382
443
  class ConfigManagementConfigSyncVersion
383
444
  include Google::Apis::Core::Hashable
384
445
 
446
+ # Version of the deployed admission_webhook pod
447
+ # Corresponds to the JSON property `admissionWebhook`
448
+ # @return [String]
449
+ attr_accessor :admission_webhook
450
+
385
451
  # Version of the deployed git-sync pod
386
452
  # Corresponds to the JSON property `gitSync`
387
453
  # @return [String]
@@ -418,6 +484,7 @@ module Google
418
484
 
419
485
  # Update properties of this object
420
486
  def update!(**args)
487
+ @admission_webhook = args[:admission_webhook] if args.key?(:admission_webhook)
421
488
  @git_sync = args[:git_sync] if args.key?(:git_sync)
422
489
  @importer = args[:importer] if args.key?(:importer)
423
490
  @monitor = args[:monitor] if args.key?(:monitor)
@@ -1737,6 +1804,11 @@ module Google
1737
1804
  class MembershipFeatureState
1738
1805
  include Google::Apis::Core::Hashable
1739
1806
 
1807
+ # State for App Dev Exp Feature.
1808
+ # Corresponds to the JSON property `appdevexperience`
1809
+ # @return [Google::Apis::GkehubV1::AppDevExperienceFeatureState]
1810
+ attr_accessor :appdevexperience
1811
+
1740
1812
  # **Anthos Config Management**: State for a single cluster.
1741
1813
  # Corresponds to the JSON property `configmanagement`
1742
1814
  # @return [Google::Apis::GkehubV1::ConfigManagementMembershipState]
@@ -1755,6 +1827,7 @@ module Google
1755
1827
 
1756
1828
  # Update properties of this object
1757
1829
  def update!(**args)
1830
+ @appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
1758
1831
  @configmanagement = args[:configmanagement] if args.key?(:configmanagement)
1759
1832
  @state = args[:state] if args.key?(:state)
1760
1833
  end
@@ -1990,31 +2063,31 @@ module Google
1990
2063
 
1991
2064
  # An Identity and Access Management (IAM) policy, which specifies access
1992
2065
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1993
- # A `binding` binds one or more `members` to a single `role`. Members can be
1994
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1995
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1996
- # role or a user-created custom role. For some types of Google Cloud resources,
1997
- # a `binding` can also specify a `condition`, which is a logical expression that
1998
- # allows access to a resource only if the expression evaluates to `true`. A
1999
- # condition can add constraints based on attributes of the request, the resource,
2000
- # or both. To learn which resources support conditions in their IAM policies,
2001
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
2002
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
2003
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
2004
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
2005
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
2006
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
2007
- # title": "expirable access", "description": "Does not grant access after Sep
2008
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
2009
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
2010
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
2011
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
2012
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2013
- # roles/resourcemanager.organizationViewer condition: title: expirable access
2014
- # description: Does not grant access after Sep 2020 expression: request.time <
2015
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2016
- # description of IAM and its features, see the [IAM documentation](https://cloud.
2017
- # google.com/iam/docs/).
2066
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
2067
+ # Principals can be user accounts, service accounts, Google groups, and domains (
2068
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
2069
+ # an IAM predefined role or a user-created custom role. For some types of Google
2070
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
2071
+ # logical expression that allows access to a resource only if the expression
2072
+ # evaluates to `true`. A condition can add constraints based on attributes of
2073
+ # the request, the resource, or both. To learn which resources support
2074
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2075
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2076
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2077
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2078
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2079
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2080
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
2081
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2082
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2083
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
2084
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2085
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2086
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2087
+ # access description: Does not grant access after Sep 2020 expression: request.
2088
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2089
+ # a description of IAM and its features, see the [IAM documentation](https://
2090
+ # cloud.google.com/iam/docs/).
2018
2091
  class Policy
2019
2092
  include Google::Apis::Core::Hashable
2020
2093
 
@@ -2023,9 +2096,14 @@ module Google
2023
2096
  # @return [Array<Google::Apis::GkehubV1::AuditConfig>]
2024
2097
  attr_accessor :audit_configs
2025
2098
 
2026
- # Associates a list of `members` to a `role`. Optionally, may specify a `
2027
- # condition` that determines how and when the `bindings` are applied. Each of
2028
- # the `bindings` must contain at least one member.
2099
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
2100
+ # specify a `condition` that determines how and when the `bindings` are applied.
2101
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
2102
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
2103
+ # can be Google groups. Each occurrence of a principal counts towards these
2104
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
2105
+ # example.com`, and not to any other principal, then you can add another 1,450
2106
+ # principals to the `bindings` in the `Policy`.
2029
2107
  # Corresponds to the JSON property `bindings`
2030
2108
  # @return [Array<Google::Apis::GkehubV1::Binding>]
2031
2109
  attr_accessor :bindings
@@ -2084,31 +2162,31 @@ module Google
2084
2162
 
2085
2163
  # An Identity and Access Management (IAM) policy, which specifies access
2086
2164
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
2087
- # A `binding` binds one or more `members` to a single `role`. Members can be
2088
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
2089
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
2090
- # role or a user-created custom role. For some types of Google Cloud resources,
2091
- # a `binding` can also specify a `condition`, which is a logical expression that
2092
- # allows access to a resource only if the expression evaluates to `true`. A
2093
- # condition can add constraints based on attributes of the request, the resource,
2094
- # or both. To learn which resources support conditions in their IAM policies,
2095
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
2096
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
2097
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
2098
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
2099
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
2100
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
2101
- # title": "expirable access", "description": "Does not grant access after Sep
2102
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
2103
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
2104
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
2105
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
2106
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2107
- # roles/resourcemanager.organizationViewer condition: title: expirable access
2108
- # description: Does not grant access after Sep 2020 expression: request.time <
2109
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2110
- # description of IAM and its features, see the [IAM documentation](https://cloud.
2111
- # google.com/iam/docs/).
2165
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
2166
+ # Principals can be user accounts, service accounts, Google groups, and domains (
2167
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
2168
+ # an IAM predefined role or a user-created custom role. For some types of Google
2169
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
2170
+ # logical expression that allows access to a resource only if the expression
2171
+ # evaluates to `true`. A condition can add constraints based on attributes of
2172
+ # the request, the resource, or both. To learn which resources support
2173
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2174
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2175
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2176
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2177
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2178
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2179
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
2180
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2181
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2182
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
2183
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2184
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2185
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2186
+ # access description: Does not grant access after Sep 2020 expression: request.
2187
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2188
+ # a description of IAM and its features, see the [IAM documentation](https://
2189
+ # cloud.google.com/iam/docs/).
2112
2190
  # Corresponds to the JSON property `policy`
2113
2191
  # @return [Google::Apis::GkehubV1::Policy]
2114
2192
  attr_accessor :policy
@@ -2131,6 +2209,31 @@ module Google
2131
2209
  end
2132
2210
  end
2133
2211
 
2212
+ # Status specifies state for the subcomponent.
2213
+ class Status
2214
+ include Google::Apis::Core::Hashable
2215
+
2216
+ # Code specifies AppDevExperienceFeature's subcomponent ready state.
2217
+ # Corresponds to the JSON property `code`
2218
+ # @return [String]
2219
+ attr_accessor :code
2220
+
2221
+ # Description is populated if Code is Failed, explaining why it has failed.
2222
+ # Corresponds to the JSON property `description`
2223
+ # @return [String]
2224
+ attr_accessor :description
2225
+
2226
+ def initialize(**args)
2227
+ update!(**args)
2228
+ end
2229
+
2230
+ # Update properties of this object
2231
+ def update!(**args)
2232
+ @code = args[:code] if args.key?(:code)
2233
+ @description = args[:description] if args.key?(:description)
2234
+ end
2235
+ end
2236
+
2134
2237
  # Request message for `TestIamPermissions` method.
2135
2238
  class TestIamPermissionsRequest
2136
2239
  include Google::Apis::Core::Hashable
@@ -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.11.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210820"
25
+ REVISION = "20211021"
26
26
  end
27
27
  end
28
28
  end
@@ -22,6 +22,18 @@ module Google
22
22
  module Apis
23
23
  module GkehubV1
24
24
 
25
+ class AppDevExperienceFeatureSpec
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AppDevExperienceFeatureState
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
25
37
  class AuditConfig
26
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
39
 
@@ -352,6 +364,12 @@ module Google
352
364
  include Google::Apis::Core::JsonObjectSupport
353
365
  end
354
366
 
367
+ class Status
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
355
373
  class TestIamPermissionsRequest
356
374
  class Representation < Google::Apis::Core::JsonRepresentation; end
357
375
 
@@ -370,6 +388,20 @@ module Google
370
388
  include Google::Apis::Core::JsonObjectSupport
371
389
  end
372
390
 
391
+ class AppDevExperienceFeatureSpec
392
+ # @private
393
+ class Representation < Google::Apis::Core::JsonRepresentation
394
+ end
395
+ end
396
+
397
+ class AppDevExperienceFeatureState
398
+ # @private
399
+ class Representation < Google::Apis::Core::JsonRepresentation
400
+ property :networking_install_succeeded, as: 'networkingInstallSucceeded', class: Google::Apis::GkehubV1::Status, decorator: Google::Apis::GkehubV1::Status::Representation
401
+
402
+ end
403
+ end
404
+
373
405
  class AuditConfig
374
406
  # @private
375
407
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -416,6 +448,8 @@ module Google
416
448
  class CommonFeatureSpec
417
449
  # @private
418
450
  class Representation < Google::Apis::Core::JsonRepresentation
451
+ property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1::AppDevExperienceFeatureSpec, decorator: Google::Apis::GkehubV1::AppDevExperienceFeatureSpec::Representation
452
+
419
453
  property :multiclusteringress, as: 'multiclusteringress', class: Google::Apis::GkehubV1::MultiClusterIngressFeatureSpec, decorator: Google::Apis::GkehubV1::MultiClusterIngressFeatureSpec::Representation
420
454
 
421
455
  end
@@ -424,6 +458,8 @@ module Google
424
458
  class CommonFeatureState
425
459
  # @private
426
460
  class Representation < Google::Apis::Core::JsonRepresentation
461
+ property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1::AppDevExperienceFeatureState, decorator: Google::Apis::GkehubV1::AppDevExperienceFeatureState::Representation
462
+
427
463
  property :state, as: 'state', class: Google::Apis::GkehubV1::FeatureState, decorator: Google::Apis::GkehubV1::FeatureState::Representation
428
464
 
429
465
  end
@@ -432,6 +468,7 @@ module Google
432
468
  class ConfigManagementConfigSync
433
469
  # @private
434
470
  class Representation < Google::Apis::Core::JsonRepresentation
471
+ property :enabled, as: 'enabled'
435
472
  property :git, as: 'git', class: Google::Apis::GkehubV1::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1::ConfigManagementGitConfig::Representation
436
473
 
437
474
  property :source_format, as: 'sourceFormat'
@@ -441,6 +478,7 @@ module Google
441
478
  class ConfigManagementConfigSyncDeploymentState
442
479
  # @private
443
480
  class Representation < Google::Apis::Core::JsonRepresentation
481
+ property :admission_webhook, as: 'admissionWebhook'
444
482
  property :git_sync, as: 'gitSync'
445
483
  property :importer, as: 'importer'
446
484
  property :monitor, as: 'monitor'
@@ -465,6 +503,7 @@ module Google
465
503
  class ConfigManagementConfigSyncVersion
466
504
  # @private
467
505
  class Representation < Google::Apis::Core::JsonRepresentation
506
+ property :admission_webhook, as: 'admissionWebhook'
468
507
  property :git_sync, as: 'gitSync'
469
508
  property :importer, as: 'importer'
470
509
  property :monitor, as: 'monitor'
@@ -844,6 +883,8 @@ module Google
844
883
  class MembershipFeatureState
845
884
  # @private
846
885
  class Representation < Google::Apis::Core::JsonRepresentation
886
+ property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1::AppDevExperienceFeatureState, decorator: Google::Apis::GkehubV1::AppDevExperienceFeatureState::Representation
887
+
847
888
  property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1::ConfigManagementMembershipState, decorator: Google::Apis::GkehubV1::ConfigManagementMembershipState::Representation
848
889
 
849
890
  property :state, as: 'state', class: Google::Apis::GkehubV1::FeatureState, decorator: Google::Apis::GkehubV1::FeatureState::Representation
@@ -928,6 +969,14 @@ module Google
928
969
  end
929
970
  end
930
971
 
972
+ class Status
973
+ # @private
974
+ class Representation < Google::Apis::Core::JsonRepresentation
975
+ property :code, as: 'code'
976
+ property :description, as: 'description'
977
+ end
978
+ end
979
+
931
980
  class TestIamPermissionsRequest
932
981
  # @private
933
982
  class Representation < Google::Apis::Core::JsonRepresentation
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.11.0
4
+ version: 0.15.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-08-30 00:00:00.000000000 Z
11
+ date: 2021-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.11.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.15.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: