google-apis-gkehub_v1beta 0.9.0 → 0.13.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: 7de9d01ac26030f7fef2866bb1b99bcb09e816355fb468832c2d84c543bdf4d4
4
- data.tar.gz: eba1cb46a829ea36c7bc5c98372ba683079ab2f12ff52517f45cd29f7c76f9ed
3
+ metadata.gz: 7b9e8f6282b48dbd916156895d482c0ceaf9e4aba6df6873e602bbb76adcda45
4
+ data.tar.gz: 011dcddc85e4f129a396011924b70844b9958630e6c65ac54887672805b628c3
5
5
  SHA512:
6
- metadata.gz: 11c4a0eede5947f2d8cd42fba489fabd4f9d0558615092442194a1b08111a7ba7f5e0a4ab28c79b6a098f22b21127aeac858c314a8293b01920e3b952105632d
7
- data.tar.gz: ef484fa6e01b2255e2cee3ef1f4792a109395506f3573ed5e7c7b424f115afdaeae65c31856f96341c8935334cea4866f7374741b3bb035ed538438196c62b23
6
+ metadata.gz: dc79d025d663052723e8946761a447fe523d6057cea08a7ab9f949a2e4db4eae7f61943f3eb7d40c847519ec5889621b93448ea3febd3bcbd0c4311b648eb737
7
+ data.tar.gz: 51aea21a8e42b31a4e1981cca9e95870e2c89a07029a5c9236ed08e947892b39d650eaf5e76e8fe23b5edff45c05d73218ef5ae3fea7fe565ea45dc774392616
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.13.0 (2021-10-30)
4
+
5
+ * Regenerated from discovery document revision 20211021
6
+
7
+ ### v0.12.0 (2021-10-24)
8
+
9
+ * Regenerated from discovery document revision 20211015
10
+ * Unspecified changes
11
+
12
+ ### v0.11.0 (2021-10-04)
13
+
14
+ * Regenerated from discovery document revision 20210927
15
+
16
+ ### v0.10.0 (2021-09-26)
17
+
18
+ * Regenerated from discovery document revision 20210920
19
+
3
20
  ### v0.9.0 (2021-08-21)
4
21
 
5
22
  * Regenerated from discovery document revision 20210813
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 GkehubV1beta
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::GkehubV1beta::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
@@ -93,7 +125,7 @@ module Google
93
125
  end
94
126
  end
95
127
 
96
- # Associates `members` with a `role`.
128
+ # Associates `members`, or principals, with a `role`.
97
129
  class Binding
98
130
  include Google::Apis::Core::Hashable
99
131
 
@@ -116,7 +148,7 @@ module Google
116
148
  # @return [Google::Apis::GkehubV1beta::Expr]
117
149
  attr_accessor :condition
118
150
 
119
- # Specifies the identities requesting access for a Cloud Platform resource. `
151
+ # Specifies the principals requesting access for a Cloud Platform resource. `
120
152
  # members` can have the following values: * `allUsers`: A special identifier
121
153
  # that represents anyone who is on the internet; with or without a Google
122
154
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -146,8 +178,8 @@ module Google
146
178
  # @return [Array<String>]
147
179
  attr_accessor :members
148
180
 
149
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
150
- # , or `roles/owner`.
181
+ # Role that is assigned to the list of `members`, or principals. For example, `
182
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
151
183
  # Corresponds to the JSON property `role`
152
184
  # @return [String]
153
185
  attr_accessor :role
@@ -181,6 +213,11 @@ module Google
181
213
  class CommonFeatureSpec
182
214
  include Google::Apis::Core::Hashable
183
215
 
216
+ # Spec for App Dev Experience Feature.
217
+ # Corresponds to the JSON property `appdevexperience`
218
+ # @return [Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec]
219
+ attr_accessor :appdevexperience
220
+
184
221
  # **Multi-cluster Ingress**: The configuration for the MultiClusterIngress
185
222
  # feature.
186
223
  # Corresponds to the JSON property `multiclusteringress`
@@ -193,6 +230,7 @@ module Google
193
230
 
194
231
  # Update properties of this object
195
232
  def update!(**args)
233
+ @appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
196
234
  @multiclusteringress = args[:multiclusteringress] if args.key?(:multiclusteringress)
197
235
  end
198
236
  end
@@ -201,6 +239,11 @@ module Google
201
239
  class CommonFeatureState
202
240
  include Google::Apis::Core::Hashable
203
241
 
242
+ # State for App Dev Exp Feature.
243
+ # Corresponds to the JSON property `appdevexperience`
244
+ # @return [Google::Apis::GkehubV1beta::AppDevExperienceFeatureState]
245
+ attr_accessor :appdevexperience
246
+
204
247
  # FeatureState describes the high-level state of a Feature. It may be used to
205
248
  # describe a Feature's state at the environ-level, or per-membershop, depending
206
249
  # on the context.
@@ -214,6 +257,7 @@ module Google
214
257
 
215
258
  # Update properties of this object
216
259
  def update!(**args)
260
+ @appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
217
261
  @state = args[:state] if args.key?(:state)
218
262
  end
219
263
  end
@@ -286,6 +330,16 @@ module Google
286
330
  class ConfigManagementConfigSync
287
331
  include Google::Apis::Core::Hashable
288
332
 
333
+ # Enables the installation of ConfigSync. If set to true, ConfigSync resources
334
+ # will be created and the other ConfigSync fields will be applied if exist. If
335
+ # set to false, all other ConfigSync fields will be ignored, ConfigSync
336
+ # resources will be deleted. If omitted, ConfigSync resources will be managed
337
+ # depends on the presence of git field.
338
+ # Corresponds to the JSON property `enabled`
339
+ # @return [Boolean]
340
+ attr_accessor :enabled
341
+ alias_method :enabled?, :enabled
342
+
289
343
  # Git repo configuration for a single cluster.
290
344
  # Corresponds to the JSON property `git`
291
345
  # @return [Google::Apis::GkehubV1beta::ConfigManagementGitConfig]
@@ -303,6 +357,7 @@ module Google
303
357
 
304
358
  # Update properties of this object
305
359
  def update!(**args)
360
+ @enabled = args[:enabled] if args.key?(:enabled)
306
361
  @git = args[:git] if args.key?(:git)
307
362
  @source_format = args[:source_format] if args.key?(:source_format)
308
363
  end
@@ -312,6 +367,11 @@ module Google
312
367
  class ConfigManagementConfigSyncDeploymentState
313
368
  include Google::Apis::Core::Hashable
314
369
 
370
+ # Deployment state of admission-webhook
371
+ # Corresponds to the JSON property `admissionWebhook`
372
+ # @return [String]
373
+ attr_accessor :admission_webhook
374
+
315
375
  # Deployment state of the git-sync pod
316
376
  # Corresponds to the JSON property `gitSync`
317
377
  # @return [String]
@@ -348,6 +408,7 @@ module Google
348
408
 
349
409
  # Update properties of this object
350
410
  def update!(**args)
411
+ @admission_webhook = args[:admission_webhook] if args.key?(:admission_webhook)
351
412
  @git_sync = args[:git_sync] if args.key?(:git_sync)
352
413
  @importer = args[:importer] if args.key?(:importer)
353
414
  @monitor = args[:monitor] if args.key?(:monitor)
@@ -392,6 +453,11 @@ module Google
392
453
  class ConfigManagementConfigSyncVersion
393
454
  include Google::Apis::Core::Hashable
394
455
 
456
+ # Version of the deployed admission_webhook pod
457
+ # Corresponds to the JSON property `admissionWebhook`
458
+ # @return [String]
459
+ attr_accessor :admission_webhook
460
+
395
461
  # Version of the deployed git-sync pod
396
462
  # Corresponds to the JSON property `gitSync`
397
463
  # @return [String]
@@ -428,6 +494,7 @@ module Google
428
494
 
429
495
  # Update properties of this object
430
496
  def update!(**args)
497
+ @admission_webhook = args[:admission_webhook] if args.key?(:admission_webhook)
431
498
  @git_sync = args[:git_sync] if args.key?(:git_sync)
432
499
  @importer = args[:importer] if args.key?(:importer)
433
500
  @monitor = args[:monitor] if args.key?(:monitor)
@@ -1629,6 +1696,11 @@ module Google
1629
1696
  class MembershipFeatureState
1630
1697
  include Google::Apis::Core::Hashable
1631
1698
 
1699
+ # State for App Dev Exp Feature.
1700
+ # Corresponds to the JSON property `appdevexperience`
1701
+ # @return [Google::Apis::GkehubV1beta::AppDevExperienceFeatureState]
1702
+ attr_accessor :appdevexperience
1703
+
1632
1704
  # **Anthos Config Management**: State for a single cluster.
1633
1705
  # Corresponds to the JSON property `configmanagement`
1634
1706
  # @return [Google::Apis::GkehubV1beta::ConfigManagementMembershipState]
@@ -1657,6 +1729,7 @@ module Google
1657
1729
 
1658
1730
  # Update properties of this object
1659
1731
  def update!(**args)
1732
+ @appdevexperience = args[:appdevexperience] if args.key?(:appdevexperience)
1660
1733
  @configmanagement = args[:configmanagement] if args.key?(:configmanagement)
1661
1734
  @identityservice = args[:identityservice] if args.key?(:identityservice)
1662
1735
  @metering = args[:metering] if args.key?(:metering)
@@ -1842,31 +1915,31 @@ module Google
1842
1915
 
1843
1916
  # An Identity and Access Management (IAM) policy, which specifies access
1844
1917
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1845
- # A `binding` binds one or more `members` to a single `role`. Members can be
1846
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1847
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1848
- # role or a user-created custom role. For some types of Google Cloud resources,
1849
- # a `binding` can also specify a `condition`, which is a logical expression that
1850
- # allows access to a resource only if the expression evaluates to `true`. A
1851
- # condition can add constraints based on attributes of the request, the resource,
1852
- # or both. To learn which resources support conditions in their IAM policies,
1853
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1854
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1855
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1856
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1857
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1858
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1859
- # title": "expirable access", "description": "Does not grant access after Sep
1860
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1861
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1862
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1863
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1864
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1865
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1866
- # description: Does not grant access after Sep 2020 expression: request.time <
1867
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1868
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1869
- # google.com/iam/docs/).
1918
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1919
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1920
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1921
+ # an IAM predefined role or a user-created custom role. For some types of Google
1922
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1923
+ # logical expression that allows access to a resource only if the expression
1924
+ # evaluates to `true`. A condition can add constraints based on attributes of
1925
+ # the request, the resource, or both. To learn which resources support
1926
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1927
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1928
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1929
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1930
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1931
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1932
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1933
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1934
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1935
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1936
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1937
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1938
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1939
+ # access description: Does not grant access after Sep 2020 expression: request.
1940
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1941
+ # a description of IAM and its features, see the [IAM documentation](https://
1942
+ # cloud.google.com/iam/docs/).
1870
1943
  class Policy
1871
1944
  include Google::Apis::Core::Hashable
1872
1945
 
@@ -1875,9 +1948,14 @@ module Google
1875
1948
  # @return [Array<Google::Apis::GkehubV1beta::AuditConfig>]
1876
1949
  attr_accessor :audit_configs
1877
1950
 
1878
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1879
- # condition` that determines how and when the `bindings` are applied. Each of
1880
- # the `bindings` must contain at least one member.
1951
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1952
+ # specify a `condition` that determines how and when the `bindings` are applied.
1953
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1954
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1955
+ # can be Google groups. Each occurrence of a principal counts towards these
1956
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1957
+ # example.com`, and not to any other principal, then you can add another 1,450
1958
+ # principals to the `bindings` in the `Policy`.
1881
1959
  # Corresponds to the JSON property `bindings`
1882
1960
  # @return [Array<Google::Apis::GkehubV1beta::Binding>]
1883
1961
  attr_accessor :bindings
@@ -1936,31 +2014,31 @@ module Google
1936
2014
 
1937
2015
  # An Identity and Access Management (IAM) policy, which specifies access
1938
2016
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1939
- # A `binding` binds one or more `members` to a single `role`. Members can be
1940
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1941
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1942
- # role or a user-created custom role. For some types of Google Cloud resources,
1943
- # a `binding` can also specify a `condition`, which is a logical expression that
1944
- # allows access to a resource only if the expression evaluates to `true`. A
1945
- # condition can add constraints based on attributes of the request, the resource,
1946
- # or both. To learn which resources support conditions in their IAM policies,
1947
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1948
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1949
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1950
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1951
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1952
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1953
- # title": "expirable access", "description": "Does not grant access after Sep
1954
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1955
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1956
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1957
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1958
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1959
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1960
- # description: Does not grant access after Sep 2020 expression: request.time <
1961
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1962
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1963
- # google.com/iam/docs/).
2017
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
2018
+ # Principals can be user accounts, service accounts, Google groups, and domains (
2019
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
2020
+ # an IAM predefined role or a user-created custom role. For some types of Google
2021
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
2022
+ # logical expression that allows access to a resource only if the expression
2023
+ # evaluates to `true`. A condition can add constraints based on attributes of
2024
+ # the request, the resource, or both. To learn which resources support
2025
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2026
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
2027
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
2028
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
2029
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
2030
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
2031
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
2032
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
2033
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
2034
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
2035
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
2036
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
2037
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
2038
+ # access description: Does not grant access after Sep 2020 expression: request.
2039
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
2040
+ # a description of IAM and its features, see the [IAM documentation](https://
2041
+ # cloud.google.com/iam/docs/).
1964
2042
  # Corresponds to the JSON property `policy`
1965
2043
  # @return [Google::Apis::GkehubV1beta::Policy]
1966
2044
  attr_accessor :policy
@@ -1983,6 +2061,31 @@ module Google
1983
2061
  end
1984
2062
  end
1985
2063
 
2064
+ # Status specifies state for the subcomponent.
2065
+ class Status
2066
+ include Google::Apis::Core::Hashable
2067
+
2068
+ # Code specifies AppDevExperienceFeature's subcomponent ready state.
2069
+ # Corresponds to the JSON property `code`
2070
+ # @return [String]
2071
+ attr_accessor :code
2072
+
2073
+ # Description is populated if Code is Failed, explaining why it has failed.
2074
+ # Corresponds to the JSON property `description`
2075
+ # @return [String]
2076
+ attr_accessor :description
2077
+
2078
+ def initialize(**args)
2079
+ update!(**args)
2080
+ end
2081
+
2082
+ # Update properties of this object
2083
+ def update!(**args)
2084
+ @code = args[:code] if args.key?(:code)
2085
+ @description = args[:description] if args.key?(:description)
2086
+ end
2087
+ end
2088
+
1986
2089
  # Request message for `TestIamPermissions` method.
1987
2090
  class TestIamPermissionsRequest
1988
2091
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1beta
18
18
  # Version of the google-apis-gkehub_v1beta gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.13.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 = "20210813"
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 GkehubV1beta
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
 
@@ -334,6 +346,12 @@ module Google
334
346
  include Google::Apis::Core::JsonObjectSupport
335
347
  end
336
348
 
349
+ class Status
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
337
355
  class TestIamPermissionsRequest
338
356
  class Representation < Google::Apis::Core::JsonRepresentation; end
339
357
 
@@ -346,6 +364,20 @@ module Google
346
364
  include Google::Apis::Core::JsonObjectSupport
347
365
  end
348
366
 
367
+ class AppDevExperienceFeatureSpec
368
+ # @private
369
+ class Representation < Google::Apis::Core::JsonRepresentation
370
+ end
371
+ end
372
+
373
+ class AppDevExperienceFeatureState
374
+ # @private
375
+ class Representation < Google::Apis::Core::JsonRepresentation
376
+ property :networking_install_succeeded, as: 'networkingInstallSucceeded', class: Google::Apis::GkehubV1beta::Status, decorator: Google::Apis::GkehubV1beta::Status::Representation
377
+
378
+ end
379
+ end
380
+
349
381
  class AuditConfig
350
382
  # @private
351
383
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -382,6 +414,8 @@ module Google
382
414
  class CommonFeatureSpec
383
415
  # @private
384
416
  class Representation < Google::Apis::Core::JsonRepresentation
417
+ property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec, decorator: Google::Apis::GkehubV1beta::AppDevExperienceFeatureSpec::Representation
418
+
385
419
  property :multiclusteringress, as: 'multiclusteringress', class: Google::Apis::GkehubV1beta::MultiClusterIngressFeatureSpec, decorator: Google::Apis::GkehubV1beta::MultiClusterIngressFeatureSpec::Representation
386
420
 
387
421
  end
@@ -390,6 +424,8 @@ module Google
390
424
  class CommonFeatureState
391
425
  # @private
392
426
  class Representation < Google::Apis::Core::JsonRepresentation
427
+ property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1beta::AppDevExperienceFeatureState, decorator: Google::Apis::GkehubV1beta::AppDevExperienceFeatureState::Representation
428
+
393
429
  property :state, as: 'state', class: Google::Apis::GkehubV1beta::FeatureState, decorator: Google::Apis::GkehubV1beta::FeatureState::Representation
394
430
 
395
431
  end
@@ -421,6 +457,7 @@ module Google
421
457
  class ConfigManagementConfigSync
422
458
  # @private
423
459
  class Representation < Google::Apis::Core::JsonRepresentation
460
+ property :enabled, as: 'enabled'
424
461
  property :git, as: 'git', class: Google::Apis::GkehubV1beta::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1beta::ConfigManagementGitConfig::Representation
425
462
 
426
463
  property :source_format, as: 'sourceFormat'
@@ -430,6 +467,7 @@ module Google
430
467
  class ConfigManagementConfigSyncDeploymentState
431
468
  # @private
432
469
  class Representation < Google::Apis::Core::JsonRepresentation
470
+ property :admission_webhook, as: 'admissionWebhook'
433
471
  property :git_sync, as: 'gitSync'
434
472
  property :importer, as: 'importer'
435
473
  property :monitor, as: 'monitor'
@@ -454,6 +492,7 @@ module Google
454
492
  class ConfigManagementConfigSyncVersion
455
493
  # @private
456
494
  class Representation < Google::Apis::Core::JsonRepresentation
495
+ property :admission_webhook, as: 'admissionWebhook'
457
496
  property :git_sync, as: 'gitSync'
458
497
  property :importer, as: 'importer'
459
498
  property :monitor, as: 'monitor'
@@ -803,6 +842,8 @@ module Google
803
842
  class MembershipFeatureState
804
843
  # @private
805
844
  class Representation < Google::Apis::Core::JsonRepresentation
845
+ property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1beta::AppDevExperienceFeatureState, decorator: Google::Apis::GkehubV1beta::AppDevExperienceFeatureState::Representation
846
+
806
847
  property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1beta::ConfigManagementMembershipState, decorator: Google::Apis::GkehubV1beta::ConfigManagementMembershipState::Representation
807
848
 
808
849
  property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1beta::IdentityServiceMembershipState, decorator: Google::Apis::GkehubV1beta::IdentityServiceMembershipState::Representation
@@ -876,6 +917,14 @@ module Google
876
917
  end
877
918
  end
878
919
 
920
+ class Status
921
+ # @private
922
+ class Representation < Google::Apis::Core::JsonRepresentation
923
+ property :code, as: 'code'
924
+ property :description, as: 'description'
925
+ end
926
+ end
927
+
879
928
  class TestIamPermissionsRequest
880
929
  # @private
881
930
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.13.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-23 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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.9.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1beta
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.13.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: