google-apis-gkehub_v1beta 0.7.0 → 0.11.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: 6337567b17bdab20a947c81ed94ef5c6961c113a68aaa2f0c854f7d242e11d89
4
- data.tar.gz: 80c60f136df1074c43efd6bffd6225671f5bf00195f93c800edad2cb40f46411
3
+ metadata.gz: e173e2d991cdba23aa363a0a335ef45377cf777e875c240a4f58e385d6da9107
4
+ data.tar.gz: b6c2a5db64bc906e7410122d794d634d105b704f40ee756c2350a13b7202d246
5
5
  SHA512:
6
- metadata.gz: cf757d7cae70473645a1c6e7e6fe58860bfbdf5cf830abd31ad06315b438134b91adc76cd0a1c47c1a0f6e6864d57f429c064586437e41638768134b22b301a7
7
- data.tar.gz: bdacbda3cb462667812df2fe25abe0fa61c0c105577025dda71e1ce947692dd59d2dd7204cdf023bee270e706abcf0c1a6265aaee9f6aebaf8bac863d0dddb9a
6
+ metadata.gz: '0799d8fa13cd9352ef78e16f65831f62d679b4ad0fadef74068447f721eff706d65eb94ecbe35df228241fb47a41b1459a117412c912c33b25cdc2de594adb1a'
7
+ data.tar.gz: d680c236c96eeddf89bf77e6b4f61b35adc5585d60b588d2da1da87e44b2f99f2363b0a530d4a604c0acb368e63fd1b87e51e8f21c67719d64be6f349a57e8cf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.11.0 (2021-10-04)
4
+
5
+ * Regenerated from discovery document revision 20210927
6
+
7
+ ### v0.10.0 (2021-09-26)
8
+
9
+ * Regenerated from discovery document revision 20210920
10
+
11
+ ### v0.9.0 (2021-08-21)
12
+
13
+ * Regenerated from discovery document revision 20210813
14
+
15
+ ### v0.8.0 (2021-08-04)
16
+
17
+ * Regenerated from discovery document revision 20210729
18
+
3
19
  ### v0.7.0 (2021-07-14)
4
20
 
5
21
  * Regenerated from discovery document revision 20210709
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V1beta of the GKE Hub
1
+ # Simple REST client for version V1beta of the GKE Hub API
2
2
 
3
- This is a simple client library for version V1beta of the GKE Hub. It provides:
3
+ This is a simple client library for version V1beta of the GKE Hub API. It provides:
4
4
 
5
5
  * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
6
  * Ruby objects for data structures related to the service.
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
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
 
68
- For reference information on specific calls in the GKE Hub, see the {Google::Apis::GkehubV1beta::GKEHubService class reference docs}.
68
+ For reference information on specific calls in the GKE Hub API, see the {Google::Apis::GkehubV1beta::GKEHubService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71
 
@@ -312,6 +312,11 @@ module Google
312
312
  class ConfigManagementConfigSyncDeploymentState
313
313
  include Google::Apis::Core::Hashable
314
314
 
315
+ # Deployment state of admission-webhook
316
+ # Corresponds to the JSON property `admissionWebhook`
317
+ # @return [String]
318
+ attr_accessor :admission_webhook
319
+
315
320
  # Deployment state of the git-sync pod
316
321
  # Corresponds to the JSON property `gitSync`
317
322
  # @return [String]
@@ -348,6 +353,7 @@ module Google
348
353
 
349
354
  # Update properties of this object
350
355
  def update!(**args)
356
+ @admission_webhook = args[:admission_webhook] if args.key?(:admission_webhook)
351
357
  @git_sync = args[:git_sync] if args.key?(:git_sync)
352
358
  @importer = args[:importer] if args.key?(:importer)
353
359
  @monitor = args[:monitor] if args.key?(:monitor)
@@ -392,6 +398,11 @@ module Google
392
398
  class ConfigManagementConfigSyncVersion
393
399
  include Google::Apis::Core::Hashable
394
400
 
401
+ # Version of the deployed admission_webhook pod
402
+ # Corresponds to the JSON property `admissionWebhook`
403
+ # @return [String]
404
+ attr_accessor :admission_webhook
405
+
395
406
  # Version of the deployed git-sync pod
396
407
  # Corresponds to the JSON property `gitSync`
397
408
  # @return [String]
@@ -428,6 +439,7 @@ module Google
428
439
 
429
440
  # Update properties of this object
430
441
  def update!(**args)
442
+ @admission_webhook = args[:admission_webhook] if args.key?(:admission_webhook)
431
443
  @git_sync = args[:git_sync] if args.key?(:git_sync)
432
444
  @importer = args[:importer] if args.key?(:importer)
433
445
  @monitor = args[:monitor] if args.key?(:monitor)
@@ -1302,6 +1314,178 @@ module Google
1302
1314
  end
1303
1315
  end
1304
1316
 
1317
+ # Configuration of an auth method for a member/cluster. Only one authentication
1318
+ # method (e.g., OIDC and LDAP) can be set per AuthMethod.
1319
+ class IdentityServiceAuthMethod
1320
+ include Google::Apis::Core::Hashable
1321
+
1322
+ # Identifier for auth config.
1323
+ # Corresponds to the JSON property `name`
1324
+ # @return [String]
1325
+ attr_accessor :name
1326
+
1327
+ # Configuration for OIDC Auth flow.
1328
+ # Corresponds to the JSON property `oidcConfig`
1329
+ # @return [Google::Apis::GkehubV1beta::IdentityServiceOidcConfig]
1330
+ attr_accessor :oidc_config
1331
+
1332
+ # Proxy server address to use for auth method.
1333
+ # Corresponds to the JSON property `proxy`
1334
+ # @return [String]
1335
+ attr_accessor :proxy
1336
+
1337
+ def initialize(**args)
1338
+ update!(**args)
1339
+ end
1340
+
1341
+ # Update properties of this object
1342
+ def update!(**args)
1343
+ @name = args[:name] if args.key?(:name)
1344
+ @oidc_config = args[:oidc_config] if args.key?(:oidc_config)
1345
+ @proxy = args[:proxy] if args.key?(:proxy)
1346
+ end
1347
+ end
1348
+
1349
+ # **Anthos Identity Service**: Configuration for a single Membership.
1350
+ class IdentityServiceMembershipSpec
1351
+ include Google::Apis::Core::Hashable
1352
+
1353
+ # A member may support multiple auth methods.
1354
+ # Corresponds to the JSON property `authMethods`
1355
+ # @return [Array<Google::Apis::GkehubV1beta::IdentityServiceAuthMethod>]
1356
+ attr_accessor :auth_methods
1357
+
1358
+ def initialize(**args)
1359
+ update!(**args)
1360
+ end
1361
+
1362
+ # Update properties of this object
1363
+ def update!(**args)
1364
+ @auth_methods = args[:auth_methods] if args.key?(:auth_methods)
1365
+ end
1366
+ end
1367
+
1368
+ # **Anthos Identity Service**: State for a single Membership.
1369
+ class IdentityServiceMembershipState
1370
+ include Google::Apis::Core::Hashable
1371
+
1372
+ # The reason of the failure.
1373
+ # Corresponds to the JSON property `failureReason`
1374
+ # @return [String]
1375
+ attr_accessor :failure_reason
1376
+
1377
+ # Installed AIS version. This is the AIS version installed on this member. The
1378
+ # values makes sense iff state is OK.
1379
+ # Corresponds to the JSON property `installedVersion`
1380
+ # @return [String]
1381
+ attr_accessor :installed_version
1382
+
1383
+ # **Anthos Identity Service**: Configuration for a single Membership.
1384
+ # Corresponds to the JSON property `memberConfig`
1385
+ # @return [Google::Apis::GkehubV1beta::IdentityServiceMembershipSpec]
1386
+ attr_accessor :member_config
1387
+
1388
+ # Deployment state on this member
1389
+ # Corresponds to the JSON property `state`
1390
+ # @return [String]
1391
+ attr_accessor :state
1392
+
1393
+ def initialize(**args)
1394
+ update!(**args)
1395
+ end
1396
+
1397
+ # Update properties of this object
1398
+ def update!(**args)
1399
+ @failure_reason = args[:failure_reason] if args.key?(:failure_reason)
1400
+ @installed_version = args[:installed_version] if args.key?(:installed_version)
1401
+ @member_config = args[:member_config] if args.key?(:member_config)
1402
+ @state = args[:state] if args.key?(:state)
1403
+ end
1404
+ end
1405
+
1406
+ # Configuration for OIDC Auth flow.
1407
+ class IdentityServiceOidcConfig
1408
+ include Google::Apis::Core::Hashable
1409
+
1410
+ # PEM-encoded CA for OIDC provider.
1411
+ # Corresponds to the JSON property `certificateAuthorityData`
1412
+ # @return [String]
1413
+ attr_accessor :certificate_authority_data
1414
+
1415
+ # ID for OIDC client application.
1416
+ # Corresponds to the JSON property `clientId`
1417
+ # @return [String]
1418
+ attr_accessor :client_id
1419
+
1420
+ # Flag to denote if reverse proxy is used to connect to auth provider. This flag
1421
+ # should be set to true when provider is not reachable by Google Cloud Console.
1422
+ # Corresponds to the JSON property `deployCloudConsoleProxy`
1423
+ # @return [Boolean]
1424
+ attr_accessor :deploy_cloud_console_proxy
1425
+ alias_method :deploy_cloud_console_proxy?, :deploy_cloud_console_proxy
1426
+
1427
+ # Comma-separated list of key-value pairs.
1428
+ # Corresponds to the JSON property `extraParams`
1429
+ # @return [String]
1430
+ attr_accessor :extra_params
1431
+
1432
+ # Prefix to prepend to group name.
1433
+ # Corresponds to the JSON property `groupPrefix`
1434
+ # @return [String]
1435
+ attr_accessor :group_prefix
1436
+
1437
+ # Claim in OIDC ID token that holds group information.
1438
+ # Corresponds to the JSON property `groupsClaim`
1439
+ # @return [String]
1440
+ attr_accessor :groups_claim
1441
+
1442
+ # URI for the OIDC provider. This should point to the level below .well-known/
1443
+ # openid-configuration.
1444
+ # Corresponds to the JSON property `issuerUri`
1445
+ # @return [String]
1446
+ attr_accessor :issuer_uri
1447
+
1448
+ # Registered redirect uri to redirect users going through OAuth flow using
1449
+ # kubectl plugin.
1450
+ # Corresponds to the JSON property `kubectlRedirectUri`
1451
+ # @return [String]
1452
+ attr_accessor :kubectl_redirect_uri
1453
+
1454
+ # Comma-separated list of identifiers.
1455
+ # Corresponds to the JSON property `scopes`
1456
+ # @return [String]
1457
+ attr_accessor :scopes
1458
+
1459
+ # Claim in OIDC ID token that holds username.
1460
+ # Corresponds to the JSON property `userClaim`
1461
+ # @return [String]
1462
+ attr_accessor :user_claim
1463
+
1464
+ # Prefix to prepend to user name.
1465
+ # Corresponds to the JSON property `userPrefix`
1466
+ # @return [String]
1467
+ attr_accessor :user_prefix
1468
+
1469
+ def initialize(**args)
1470
+ update!(**args)
1471
+ end
1472
+
1473
+ # Update properties of this object
1474
+ def update!(**args)
1475
+ @certificate_authority_data = args[:certificate_authority_data] if args.key?(:certificate_authority_data)
1476
+ @client_id = args[:client_id] if args.key?(:client_id)
1477
+ @deploy_cloud_console_proxy = args[:deploy_cloud_console_proxy] if args.key?(:deploy_cloud_console_proxy)
1478
+ @extra_params = args[:extra_params] if args.key?(:extra_params)
1479
+ @group_prefix = args[:group_prefix] if args.key?(:group_prefix)
1480
+ @groups_claim = args[:groups_claim] if args.key?(:groups_claim)
1481
+ @issuer_uri = args[:issuer_uri] if args.key?(:issuer_uri)
1482
+ @kubectl_redirect_uri = args[:kubectl_redirect_uri] if args.key?(:kubectl_redirect_uri)
1483
+ @scopes = args[:scopes] if args.key?(:scopes)
1484
+ @user_claim = args[:user_claim] if args.key?(:user_claim)
1485
+ @user_prefix = args[:user_prefix] if args.key?(:user_prefix)
1486
+ end
1487
+ end
1488
+
1305
1489
  # Response message for the `GkeHub.ListFeatures` method.
1306
1490
  class ListFeaturesResponse
1307
1491
  include Google::Apis::Core::Hashable
@@ -1436,6 +1620,11 @@ module Google
1436
1620
  # @return [Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec]
1437
1621
  attr_accessor :configmanagement
1438
1622
 
1623
+ # **Anthos Identity Service**: Configuration for a single Membership.
1624
+ # Corresponds to the JSON property `identityservice`
1625
+ # @return [Google::Apis::GkehubV1beta::IdentityServiceMembershipSpec]
1626
+ attr_accessor :identityservice
1627
+
1439
1628
  def initialize(**args)
1440
1629
  update!(**args)
1441
1630
  end
@@ -1443,6 +1632,7 @@ module Google
1443
1632
  # Update properties of this object
1444
1633
  def update!(**args)
1445
1634
  @configmanagement = args[:configmanagement] if args.key?(:configmanagement)
1635
+ @identityservice = args[:identityservice] if args.key?(:identityservice)
1446
1636
  end
1447
1637
  end
1448
1638
 
@@ -1456,6 +1646,11 @@ module Google
1456
1646
  # @return [Google::Apis::GkehubV1beta::ConfigManagementMembershipState]
1457
1647
  attr_accessor :configmanagement
1458
1648
 
1649
+ # **Anthos Identity Service**: State for a single Membership.
1650
+ # Corresponds to the JSON property `identityservice`
1651
+ # @return [Google::Apis::GkehubV1beta::IdentityServiceMembershipState]
1652
+ attr_accessor :identityservice
1653
+
1459
1654
  # **Metering**: Per-Membership Feature State.
1460
1655
  # Corresponds to the JSON property `metering`
1461
1656
  # @return [Google::Apis::GkehubV1beta::MeteringMembershipState]
@@ -1475,6 +1670,7 @@ module Google
1475
1670
  # Update properties of this object
1476
1671
  def update!(**args)
1477
1672
  @configmanagement = args[:configmanagement] if args.key?(:configmanagement)
1673
+ @identityservice = args[:identityservice] if args.key?(:identityservice)
1478
1674
  @metering = args[:metering] if args.key?(:metering)
1479
1675
  @state = args[:state] if args.key?(:state)
1480
1676
  end
@@ -1680,7 +1876,7 @@ module Google
1680
1876
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1681
1877
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1682
1878
  # description: Does not grant access after Sep 2020 expression: request.time <
1683
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1879
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1684
1880
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1685
1881
  # google.com/iam/docs/).
1686
1882
  class Policy
@@ -1774,7 +1970,7 @@ module Google
1774
1970
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1775
1971
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1776
1972
  # description: Does not grant access after Sep 2020 expression: request.time <
1777
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1973
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1778
1974
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1779
1975
  # google.com/iam/docs/).
1780
1976
  # Corresponds to the JSON property `policy`
@@ -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.7.0"
19
+ GEM_VERSION = "0.11.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 = "20210709"
25
+ REVISION = "20210927"
26
26
  end
27
27
  end
28
28
  end
@@ -238,6 +238,30 @@ module Google
238
238
  include Google::Apis::Core::JsonObjectSupport
239
239
  end
240
240
 
241
+ class IdentityServiceAuthMethod
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class IdentityServiceMembershipSpec
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class IdentityServiceMembershipState
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class IdentityServiceOidcConfig
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
241
265
  class ListFeaturesResponse
242
266
  class Representation < Google::Apis::Core::JsonRepresentation; end
243
267
 
@@ -406,6 +430,7 @@ module Google
406
430
  class ConfigManagementConfigSyncDeploymentState
407
431
  # @private
408
432
  class Representation < Google::Apis::Core::JsonRepresentation
433
+ property :admission_webhook, as: 'admissionWebhook'
409
434
  property :git_sync, as: 'gitSync'
410
435
  property :importer, as: 'importer'
411
436
  property :monitor, as: 'monitor'
@@ -430,6 +455,7 @@ module Google
430
455
  class ConfigManagementConfigSyncVersion
431
456
  # @private
432
457
  class Representation < Google::Apis::Core::JsonRepresentation
458
+ property :admission_webhook, as: 'admissionWebhook'
433
459
  property :git_sync, as: 'gitSync'
434
460
  property :importer, as: 'importer'
435
461
  property :monitor, as: 'monitor'
@@ -682,6 +708,52 @@ module Google
682
708
  end
683
709
  end
684
710
 
711
+ class IdentityServiceAuthMethod
712
+ # @private
713
+ class Representation < Google::Apis::Core::JsonRepresentation
714
+ property :name, as: 'name'
715
+ property :oidc_config, as: 'oidcConfig', class: Google::Apis::GkehubV1beta::IdentityServiceOidcConfig, decorator: Google::Apis::GkehubV1beta::IdentityServiceOidcConfig::Representation
716
+
717
+ property :proxy, as: 'proxy'
718
+ end
719
+ end
720
+
721
+ class IdentityServiceMembershipSpec
722
+ # @private
723
+ class Representation < Google::Apis::Core::JsonRepresentation
724
+ collection :auth_methods, as: 'authMethods', class: Google::Apis::GkehubV1beta::IdentityServiceAuthMethod, decorator: Google::Apis::GkehubV1beta::IdentityServiceAuthMethod::Representation
725
+
726
+ end
727
+ end
728
+
729
+ class IdentityServiceMembershipState
730
+ # @private
731
+ class Representation < Google::Apis::Core::JsonRepresentation
732
+ property :failure_reason, as: 'failureReason'
733
+ property :installed_version, as: 'installedVersion'
734
+ property :member_config, as: 'memberConfig', class: Google::Apis::GkehubV1beta::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1beta::IdentityServiceMembershipSpec::Representation
735
+
736
+ property :state, as: 'state'
737
+ end
738
+ end
739
+
740
+ class IdentityServiceOidcConfig
741
+ # @private
742
+ class Representation < Google::Apis::Core::JsonRepresentation
743
+ property :certificate_authority_data, as: 'certificateAuthorityData'
744
+ property :client_id, as: 'clientId'
745
+ property :deploy_cloud_console_proxy, as: 'deployCloudConsoleProxy'
746
+ property :extra_params, as: 'extraParams'
747
+ property :group_prefix, as: 'groupPrefix'
748
+ property :groups_claim, as: 'groupsClaim'
749
+ property :issuer_uri, as: 'issuerUri'
750
+ property :kubectl_redirect_uri, as: 'kubectlRedirectUri'
751
+ property :scopes, as: 'scopes'
752
+ property :user_claim, as: 'userClaim'
753
+ property :user_prefix, as: 'userPrefix'
754
+ end
755
+ end
756
+
685
757
  class ListFeaturesResponse
686
758
  # @private
687
759
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -725,6 +797,8 @@ module Google
725
797
  class Representation < Google::Apis::Core::JsonRepresentation
726
798
  property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec::Representation
727
799
 
800
+ property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1beta::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1beta::IdentityServiceMembershipSpec::Representation
801
+
728
802
  end
729
803
  end
730
804
 
@@ -733,6 +807,8 @@ module Google
733
807
  class Representation < Google::Apis::Core::JsonRepresentation
734
808
  property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1beta::ConfigManagementMembershipState, decorator: Google::Apis::GkehubV1beta::ConfigManagementMembershipState::Representation
735
809
 
810
+ property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1beta::IdentityServiceMembershipState, decorator: Google::Apis::GkehubV1beta::IdentityServiceMembershipState::Representation
811
+
736
812
  property :metering, as: 'metering', class: Google::Apis::GkehubV1beta::MeteringMembershipState, decorator: Google::Apis::GkehubV1beta::MeteringMembershipState::Representation
737
813
 
738
814
  property :state, as: 'state', class: Google::Apis::GkehubV1beta::FeatureState, decorator: Google::Apis::GkehubV1beta::FeatureState::Representation
@@ -20,7 +20,7 @@ require 'google/apis/errors'
20
20
  module Google
21
21
  module Apis
22
22
  module GkehubV1beta
23
- # GKE Hub
23
+ # GKE Hub API
24
24
  #
25
25
  #
26
26
  #
@@ -19,17 +19,17 @@ require 'google/apis/gkehub_v1beta/gem_version.rb'
19
19
 
20
20
  module Google
21
21
  module Apis
22
- # GKE Hub
22
+ # GKE Hub API
23
23
  #
24
24
  #
25
25
  #
26
26
  # @see https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster
27
27
  module GkehubV1beta
28
- # Version of the GKE Hub this client connects to.
28
+ # Version of the GKE Hub API this client connects to.
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
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.7.0
4
+ version: 0.11.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-07-19 00:00:00.000000000 Z
11
+ date: 2021-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -30,12 +30,12 @@ dependencies:
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
33
- description: This is the simple REST client for GKE Hub V1beta. Simple REST clients
33
+ description: This is the simple REST client for GKE Hub API V1beta. Simple REST clients
34
34
  are Ruby client libraries that provide access to Google services via their HTTP
35
35
  REST API endpoints. These libraries are generated and updated automatically based
36
36
  on the discovery documents published by the service, and they handle most concerns
37
37
  such as authentication, pagination, retry, timeouts, and logging. You can use this
38
- client to access the GKE Hub, but note that some services may provide a separate
38
+ client to access the GKE Hub API, but note that some services may provide a separate
39
39
  modern client that is easier to use.
40
40
  email: googleapis-packages@google.com
41
41
  executables: []
@@ -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/master/generated/google-apis-gkehub_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -78,5 +78,5 @@ requirements: []
78
78
  rubygems_version: 3.2.17
79
79
  signing_key:
80
80
  specification_version: 4
81
- summary: Simple REST client for GKE Hub V1beta
81
+ summary: Simple REST client for GKE Hub API V1beta
82
82
  test_files: []