google-apis-gkehub_v1beta 0.51.0 → 0.52.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: 6f0698c84a56bf557bc84a1542e8a34c70b09dbede18a46394c909c09130397a
4
- data.tar.gz: a699c24b2f318e2b236b3d858cafd394af82469078da79b75144ab555c2ce571
3
+ metadata.gz: cc209156ad2c0b1c3118b3fed901f6481a411691634a0b27a034d0c1d7ce74c6
4
+ data.tar.gz: 434bd8e0e6748092cf1f3c1d6aa0577715f3dff0138746b3991b22f01abf122f
5
5
  SHA512:
6
- metadata.gz: b867bfd71409afd340ae37ebdb86b2bd68132d8aca432fd986f1bd363b491e171708594974b57b5ecf28ffa81079d69e874867716127c02576bcd6b80b7e60b7
7
- data.tar.gz: 9c0afd46aa845874f7a3963441d461d667cae2f6c7c8d941eb0dca1b5ce27c730c6a128f3ade76cc3ddb20a7ea7724ed856b06fc82e02a24d3c1fa3e7fd3dd9b
6
+ metadata.gz: 1ecd179f8fbf94634730ef0d08224b39ef4406d6f7ca9bacd96cc39dff7963413efd72a38283b43c2457fbad8b7f53dd58525bf154802b46ff6011ac193cd936
7
+ data.tar.gz: '05088f395097ebd8deaa139838de7786a1e993d9d7b94da3f901eaa8c80089331d4cf6cd13a5bf6ddb1fd97d61dde8b7c4fa78e8087dc8ba61837df5525062ad'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.52.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230707
6
+
3
7
  ### v0.51.0 (2023-07-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20230627
@@ -1692,6 +1692,11 @@ module Google
1692
1692
  # @return [String]
1693
1693
  attr_accessor :display_name
1694
1694
 
1695
+ # Optional. Labels for this Fleet.
1696
+ # Corresponds to the JSON property `labels`
1697
+ # @return [Hash<String,String>]
1698
+ attr_accessor :labels
1699
+
1695
1700
  # Output only. The full, unique resource name of this fleet in the format of `
1696
1701
  # projects/`project`/locations/`location`/fleets/`fleet``. Each Google Cloud
1697
1702
  # project can have at most one fleet resource, named "default".
@@ -1725,6 +1730,7 @@ module Google
1725
1730
  @create_time = args[:create_time] if args.key?(:create_time)
1726
1731
  @delete_time = args[:delete_time] if args.key?(:delete_time)
1727
1732
  @display_name = args[:display_name] if args.key?(:display_name)
1733
+ @labels = args[:labels] if args.key?(:labels)
1728
1734
  @name = args[:name] if args.key?(:name)
1729
1735
  @state = args[:state] if args.key?(:state)
1730
1736
  @uid = args[:uid] if args.key?(:uid)
@@ -2097,6 +2103,11 @@ module Google
2097
2103
  # @return [String]
2098
2104
  attr_accessor :tenant
2099
2105
 
2106
+ # Optional. Claim in the AzureAD ID Token that holds the user details.
2107
+ # Corresponds to the JSON property `userClaim`
2108
+ # @return [String]
2109
+ attr_accessor :user_claim
2110
+
2100
2111
  def initialize(**args)
2101
2112
  update!(**args)
2102
2113
  end
@@ -2108,6 +2119,7 @@ module Google
2108
2119
  @encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
2109
2120
  @kubectl_redirect_uri = args[:kubectl_redirect_uri] if args.key?(:kubectl_redirect_uri)
2110
2121
  @tenant = args[:tenant] if args.key?(:tenant)
2122
+ @user_claim = args[:user_claim] if args.key?(:user_claim)
2111
2123
  end
2112
2124
  end
2113
2125
 
@@ -2596,6 +2608,11 @@ module Google
2596
2608
  attr_accessor :fleet
2597
2609
  alias_method :fleet?, :fleet
2598
2610
 
2611
+ # Optional. Labels for this MembershipBinding.
2612
+ # Corresponds to the JSON property `labels`
2613
+ # @return [Hash<String,String>]
2614
+ attr_accessor :labels
2615
+
2599
2616
  # The resource name for the membershipbinding itself `projects/`project`/
2600
2617
  # locations/`location`/memberships/`membership`/bindings/`membershipbinding``
2601
2618
  # Corresponds to the JSON property `name`
@@ -2633,6 +2650,7 @@ module Google
2633
2650
  @create_time = args[:create_time] if args.key?(:create_time)
2634
2651
  @delete_time = args[:delete_time] if args.key?(:delete_time)
2635
2652
  @fleet = args[:fleet] if args.key?(:fleet)
2653
+ @labels = args[:labels] if args.key?(:labels)
2636
2654
  @name = args[:name] if args.key?(:name)
2637
2655
  @scope = args[:scope] if args.key?(:scope)
2638
2656
  @state = args[:state] if args.key?(:state)
@@ -2885,6 +2903,11 @@ module Google
2885
2903
  # @return [String]
2886
2904
  attr_accessor :delete_time
2887
2905
 
2906
+ # Optional. Labels for this Namespace.
2907
+ # Corresponds to the JSON property `labels`
2908
+ # @return [Hash<String,String>]
2909
+ attr_accessor :labels
2910
+
2888
2911
  # The resource name for the namespace `projects/`project`/locations/`location`/
2889
2912
  # namespaces/`namespace``
2890
2913
  # Corresponds to the JSON property `name`
@@ -2921,6 +2944,7 @@ module Google
2921
2944
  def update!(**args)
2922
2945
  @create_time = args[:create_time] if args.key?(:create_time)
2923
2946
  @delete_time = args[:delete_time] if args.key?(:delete_time)
2947
+ @labels = args[:labels] if args.key?(:labels)
2924
2948
  @name = args[:name] if args.key?(:name)
2925
2949
  @scope = args[:scope] if args.key?(:scope)
2926
2950
  @state = args[:state] if args.key?(:state)
@@ -3624,6 +3648,11 @@ module Google
3624
3648
  # @return [String]
3625
3649
  attr_accessor :group
3626
3650
 
3651
+ # Optional. Labels for this RBACRolebinding.
3652
+ # Corresponds to the JSON property `labels`
3653
+ # @return [Hash<String,String>]
3654
+ attr_accessor :labels
3655
+
3627
3656
  # The resource name for the rbacrolebinding `projects/`project`/locations/`
3628
3657
  # location`/namespaces/`namespace`/rbacrolebindings/`rbacrolebinding`` or `
3629
3658
  # projects/`project`/locations/`location`/memberships/`membership`/
@@ -3670,6 +3699,7 @@ module Google
3670
3699
  @create_time = args[:create_time] if args.key?(:create_time)
3671
3700
  @delete_time = args[:delete_time] if args.key?(:delete_time)
3672
3701
  @group = args[:group] if args.key?(:group)
3702
+ @labels = args[:labels] if args.key?(:labels)
3673
3703
  @name = args[:name] if args.key?(:name)
3674
3704
  @role = args[:role] if args.key?(:role)
3675
3705
  @state = args[:state] if args.key?(:state)
@@ -3738,6 +3768,11 @@ module Google
3738
3768
  # @return [String]
3739
3769
  attr_accessor :delete_time
3740
3770
 
3771
+ # Optional. Labels for this Scope.
3772
+ # Corresponds to the JSON property `labels`
3773
+ # @return [Hash<String,String>]
3774
+ attr_accessor :labels
3775
+
3741
3776
  # The resource name for the scope `projects/`project`/locations/`location`/
3742
3777
  # scopes/`scope``
3743
3778
  # Corresponds to the JSON property `name`
@@ -3770,6 +3805,7 @@ module Google
3770
3805
  @all_memberships = args[:all_memberships] if args.key?(:all_memberships)
3771
3806
  @create_time = args[:create_time] if args.key?(:create_time)
3772
3807
  @delete_time = args[:delete_time] if args.key?(:delete_time)
3808
+ @labels = args[:labels] if args.key?(:labels)
3773
3809
  @name = args[:name] if args.key?(:name)
3774
3810
  @state = args[:state] if args.key?(:state)
3775
3811
  @uid = args[:uid] if args.key?(:uid)
@@ -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.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230627"
25
+ REVISION = "20230707"
26
26
  end
27
27
  end
28
28
  end
@@ -1183,6 +1183,7 @@ module Google
1183
1183
  property :create_time, as: 'createTime'
1184
1184
  property :delete_time, as: 'deleteTime'
1185
1185
  property :display_name, as: 'displayName'
1186
+ hash :labels, as: 'labels'
1186
1187
  property :name, as: 'name'
1187
1188
  property :state, as: 'state', class: Google::Apis::GkehubV1beta::FleetLifecycleState, decorator: Google::Apis::GkehubV1beta::FleetLifecycleState::Representation
1188
1189
 
@@ -1318,6 +1319,7 @@ module Google
1318
1319
  property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
1319
1320
  property :kubectl_redirect_uri, as: 'kubectlRedirectUri'
1320
1321
  property :tenant, as: 'tenant'
1322
+ property :user_claim, as: 'userClaim'
1321
1323
  end
1322
1324
  end
1323
1325
 
@@ -1465,6 +1467,7 @@ module Google
1465
1467
  property :create_time, as: 'createTime'
1466
1468
  property :delete_time, as: 'deleteTime'
1467
1469
  property :fleet, as: 'fleet'
1470
+ hash :labels, as: 'labels'
1468
1471
  property :name, as: 'name'
1469
1472
  property :scope, as: 'scope'
1470
1473
  property :state, as: 'state', class: Google::Apis::GkehubV1beta::MembershipBindingLifecycleState, decorator: Google::Apis::GkehubV1beta::MembershipBindingLifecycleState::Representation
@@ -1554,6 +1557,7 @@ module Google
1554
1557
  class Representation < Google::Apis::Core::JsonRepresentation
1555
1558
  property :create_time, as: 'createTime'
1556
1559
  property :delete_time, as: 'deleteTime'
1560
+ hash :labels, as: 'labels'
1557
1561
  property :name, as: 'name'
1558
1562
  property :scope, as: 'scope'
1559
1563
  property :state, as: 'state', class: Google::Apis::GkehubV1beta::NamespaceLifecycleState, decorator: Google::Apis::GkehubV1beta::NamespaceLifecycleState::Representation
@@ -1751,6 +1755,7 @@ module Google
1751
1755
  property :create_time, as: 'createTime'
1752
1756
  property :delete_time, as: 'deleteTime'
1753
1757
  property :group, as: 'group'
1758
+ hash :labels, as: 'labels'
1754
1759
  property :name, as: 'name'
1755
1760
  property :role, as: 'role', class: Google::Apis::GkehubV1beta::Role, decorator: Google::Apis::GkehubV1beta::Role::Representation
1756
1761
 
@@ -1782,6 +1787,7 @@ module Google
1782
1787
  property :all_memberships, as: 'allMemberships'
1783
1788
  property :create_time, as: 'createTime'
1784
1789
  property :delete_time, as: 'deleteTime'
1790
+ hash :labels, as: 'labels'
1785
1791
  property :name, as: 'name'
1786
1792
  property :state, as: 'state', class: Google::Apis::GkehubV1beta::ScopeLifecycleState, decorator: Google::Apis::GkehubV1beta::ScopeLifecycleState::Representation
1787
1793
 
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.51.0
4
+ version: 0.52.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: 2023-07-02 00:00:00.000000000 Z
11
+ date: 2023-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.52.0
62
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: []