google-apis-gkehub_v1 0.73.0 → 0.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a283337497c86553b3472e859bf6ea16a217b5f9321baaa79d2959ae66be450f
4
- data.tar.gz: 91809cc1e18f8d8fee89ebcbde6a26656f43f1a487b1bec6cc0859072fbc1ba7
3
+ metadata.gz: b6ae16ce0ab257593cd7525cea5951eeaf0517d9e66f292a899eaccd412d044c
4
+ data.tar.gz: c1c7c2ec565b3d279a843ee0abf01b22c29aae67b2c7ce2f26159e5060f07bc2
5
5
  SHA512:
6
- metadata.gz: 940ad153c8b77beeca82152399bb1ed1f555e2b747cc401fcda14ad4a5fb8ef664d52f4a2f5e7ad21944f5f0d77828b9403a1f160bbc4feda8b1bf09302ca9a8
7
- data.tar.gz: ab93f5e51cb439d4794166d71992388546920fd4575e1d829dcac791859a41f09b9f486eb847734f6523cb9a526a2e0033a81164e8375da473ba7db68950bc80
6
+ metadata.gz: e2c7a9d6f9e4aab18114530f308674896d6945fcfdc0c479d4e52b1691d773c9e77bb8c7eaf4bdff66df5a9899eea333f5e028e891d3d6b025f54d02a327e75a
7
+ data.tar.gz: 72443276802d73342f8f8a59616669bef16a6314b4555cdc4c6112122de8c04d67aa5066f399b41bb8a05893f34dd96e16a063450bbf6f7620514327c0c52fd0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.75.0 (2024-05-19)
4
+
5
+ * Regenerated from discovery document revision 20240511
6
+ * Regenerated using generator version 0.15.0
7
+
8
+ ### v0.74.0 (2024-05-05)
9
+
10
+ * Regenerated from discovery document revision 20240428
11
+
3
12
  ### v0.73.0 (2024-04-21)
4
13
 
5
14
  * Regenerated from discovery document revision 20240412
@@ -2720,6 +2720,26 @@ module Google
2720
2720
  end
2721
2721
  end
2722
2722
 
2723
+ # Holds non-protocol-related configuration options.
2724
+ class IdentityServiceIdentityServiceOptions
2725
+ include Google::Apis::Core::Hashable
2726
+
2727
+ # Optional. Determines the lifespan of STS tokens issued by Anthos Identity
2728
+ # Service.
2729
+ # Corresponds to the JSON property `sessionDuration`
2730
+ # @return [String]
2731
+ attr_accessor :session_duration
2732
+
2733
+ def initialize(**args)
2734
+ update!(**args)
2735
+ end
2736
+
2737
+ # Update properties of this object
2738
+ def update!(**args)
2739
+ @session_duration = args[:session_duration] if args.key?(:session_duration)
2740
+ end
2741
+ end
2742
+
2723
2743
  # Configuration for the LDAP Auth flow.
2724
2744
  class IdentityServiceLdapConfig
2725
2745
  include Google::Apis::Core::Hashable
@@ -2769,6 +2789,11 @@ module Google
2769
2789
  # @return [Array<Google::Apis::GkehubV1::IdentityServiceAuthMethod>]
2770
2790
  attr_accessor :auth_methods
2771
2791
 
2792
+ # Holds non-protocol-related configuration options.
2793
+ # Corresponds to the JSON property `identityServiceOptions`
2794
+ # @return [Google::Apis::GkehubV1::IdentityServiceIdentityServiceOptions]
2795
+ attr_accessor :identity_service_options
2796
+
2772
2797
  def initialize(**args)
2773
2798
  update!(**args)
2774
2799
  end
@@ -2776,6 +2801,7 @@ module Google
2776
2801
  # Update properties of this object
2777
2802
  def update!(**args)
2778
2803
  @auth_methods = args[:auth_methods] if args.key?(:auth_methods)
2804
+ @identity_service_options = args[:identity_service_options] if args.key?(:identity_service_options)
2779
2805
  end
2780
2806
  end
2781
2807
 
@@ -3369,6 +3395,11 @@ module Google
3369
3395
  # @return [String]
3370
3396
  attr_accessor :next_page_token
3371
3397
 
3398
+ # List of locations that could not be reached while fetching this list.
3399
+ # Corresponds to the JSON property `unreachable`
3400
+ # @return [Array<String>]
3401
+ attr_accessor :unreachable
3402
+
3372
3403
  def initialize(**args)
3373
3404
  update!(**args)
3374
3405
  end
@@ -3377,6 +3408,7 @@ module Google
3377
3408
  def update!(**args)
3378
3409
  @membership_bindings = args[:membership_bindings] if args.key?(:membership_bindings)
3379
3410
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3411
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
3380
3412
  end
3381
3413
  end
3382
3414
 
@@ -5291,6 +5323,11 @@ module Google
5291
5323
  # @return [Array<Google::Apis::GkehubV1::ServiceMeshStatusDetails>]
5292
5324
  attr_accessor :details
5293
5325
 
5326
+ # Output only. Implementation of managed control plane.
5327
+ # Corresponds to the JSON property `implementation`
5328
+ # @return [String]
5329
+ attr_accessor :implementation
5330
+
5294
5331
  # LifecycleState of control plane management.
5295
5332
  # Corresponds to the JSON property `state`
5296
5333
  # @return [String]
@@ -5303,6 +5340,7 @@ module Google
5303
5340
  # Update properties of this object
5304
5341
  def update!(**args)
5305
5342
  @details = args[:details] if args.key?(:details)
5343
+ @implementation = args[:implementation] if args.key?(:implementation)
5306
5344
  @state = args[:state] if args.key?(:state)
5307
5345
  end
5308
5346
  end
@@ -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.73.0"
19
+ GEM_VERSION = "0.75.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240412"
25
+ REVISION = "20240511"
26
26
  end
27
27
  end
28
28
  end
@@ -484,6 +484,12 @@ module Google
484
484
  include Google::Apis::Core::JsonObjectSupport
485
485
  end
486
486
 
487
+ class IdentityServiceIdentityServiceOptions
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
487
493
  class IdentityServiceLdapConfig
488
494
  class Representation < Google::Apis::Core::JsonRepresentation; end
489
495
 
@@ -1713,6 +1719,13 @@ module Google
1713
1719
  end
1714
1720
  end
1715
1721
 
1722
+ class IdentityServiceIdentityServiceOptions
1723
+ # @private
1724
+ class Representation < Google::Apis::Core::JsonRepresentation
1725
+ property :session_duration, as: 'sessionDuration'
1726
+ end
1727
+ end
1728
+
1716
1729
  class IdentityServiceLdapConfig
1717
1730
  # @private
1718
1731
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1732,6 +1745,8 @@ module Google
1732
1745
  class Representation < Google::Apis::Core::JsonRepresentation
1733
1746
  collection :auth_methods, as: 'authMethods', class: Google::Apis::GkehubV1::IdentityServiceAuthMethod, decorator: Google::Apis::GkehubV1::IdentityServiceAuthMethod::Representation
1734
1747
 
1748
+ property :identity_service_options, as: 'identityServiceOptions', class: Google::Apis::GkehubV1::IdentityServiceIdentityServiceOptions, decorator: Google::Apis::GkehubV1::IdentityServiceIdentityServiceOptions::Representation
1749
+
1735
1750
  end
1736
1751
  end
1737
1752
 
@@ -1884,6 +1899,7 @@ module Google
1884
1899
  collection :membership_bindings, as: 'membershipBindings', class: Google::Apis::GkehubV1::MembershipBinding, decorator: Google::Apis::GkehubV1::MembershipBinding::Representation
1885
1900
 
1886
1901
  property :next_page_token, as: 'nextPageToken'
1902
+ collection :unreachable, as: 'unreachable'
1887
1903
  end
1888
1904
  end
1889
1905
 
@@ -2415,6 +2431,7 @@ module Google
2415
2431
  class Representation < Google::Apis::Core::JsonRepresentation
2416
2432
  collection :details, as: 'details', class: Google::Apis::GkehubV1::ServiceMeshStatusDetails, decorator: Google::Apis::GkehubV1::ServiceMeshStatusDetails::Representation
2417
2433
 
2434
+ property :implementation, as: 'implementation'
2418
2435
  property :state, as: 'state'
2419
2436
  end
2420
2437
  end
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.73.0
4
+ version: 0.75.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: 2024-04-21 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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/main/generated/google-apis-gkehub_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.73.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.75.0
62
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: []