google-apis-gkehub_v1beta 0.53.0 → 0.55.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: f2089a757a3d207b2bacb2226b7c02bffd0c2f95883a226f50e0596dc452c51d
4
- data.tar.gz: 51c4c160a8e30fe84df91e3dae558024d521212e2840a55da7e67eea2a9b6951
3
+ metadata.gz: c3f1249b56105a0d0cd04a5fa28a67c36b974a6150af3aee7e36e6fe0d5f2ee0
4
+ data.tar.gz: c0c0d592e0b6d13336595ea6f015ba73ad1c3283f229263949a25682ba3fe33c
5
5
  SHA512:
6
- metadata.gz: a18084c47dd759b2cbe180239f70d36bd558900e2c18b29e9042e3aea2c1671950bfdec42d1d896293e1d81948ecaa6a386c1201613abed2fdda6cea454e01bf
7
- data.tar.gz: f43ec53ed2a66950127ab48bce477146daff30403f4e755b7907d469b6d33f47b20f0442d476bdfa6d567b36db8caa3fc3e13a0dadd5bb874bc315006e288406
6
+ metadata.gz: 6e0a9ec5436813518be7378bd3136cead4b898893858178e3074462a718f0e38b98d6d837851c25aeadf4ab3b654f50d8ba8d41880786da5886fee4e728628ac
7
+ data.tar.gz: '0994281c762918915e0b0adc4ad4836370517ea06174b2a38002d4e8f2390d35420b2a171c8e45214eca320f23076b5f1a9dfec7cdf40cc7724a130f9084b43f'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.55.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230814
6
+
7
+ ### v0.54.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230804
10
+
3
11
  ### v0.53.0 (2023-08-06)
4
12
 
5
13
  * Regenerated from discovery document revision 20230728
@@ -2103,6 +2103,11 @@ module Google
2103
2103
  # @return [String]
2104
2104
  attr_accessor :tenant
2105
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
+
2106
2111
  def initialize(**args)
2107
2112
  update!(**args)
2108
2113
  end
@@ -2114,6 +2119,7 @@ module Google
2114
2119
  @encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
2115
2120
  @kubectl_redirect_uri = args[:kubectl_redirect_uri] if args.key?(:kubectl_redirect_uri)
2116
2121
  @tenant = args[:tenant] if args.key?(:tenant)
2122
+ @user_claim = args[:user_claim] if args.key?(:user_claim)
2117
2123
  end
2118
2124
  end
2119
2125
 
@@ -2648,13 +2654,6 @@ module Google
2648
2654
  # @return [String]
2649
2655
  attr_accessor :delete_time
2650
2656
 
2651
- # Whether the membershipbinding is Fleet-wide; true means that this Membership
2652
- # should be bound to all Namespaces in this entire Fleet.
2653
- # Corresponds to the JSON property `fleet`
2654
- # @return [Boolean]
2655
- attr_accessor :fleet
2656
- alias_method :fleet?, :fleet
2657
-
2658
2657
  # Optional. Labels for this MembershipBinding.
2659
2658
  # Corresponds to the JSON property `labels`
2660
2659
  # @return [Hash<String,String>]
@@ -2696,7 +2695,6 @@ module Google
2696
2695
  def update!(**args)
2697
2696
  @create_time = args[:create_time] if args.key?(:create_time)
2698
2697
  @delete_time = args[:delete_time] if args.key?(:delete_time)
2699
- @fleet = args[:fleet] if args.key?(:fleet)
2700
2698
  @labels = args[:labels] if args.key?(:labels)
2701
2699
  @name = args[:name] if args.key?(:name)
2702
2700
  @scope = args[:scope] if args.key?(:scope)
@@ -3066,13 +3064,13 @@ module Google
3066
3064
  # @return [String]
3067
3065
  attr_accessor :name
3068
3066
 
3069
- # The normal response of the operation in case of success. If the original
3070
- # method returns no data on success, such as `Delete`, the response is `google.
3071
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
3072
- # the response should be the resource. For other methods, the response should
3073
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
3074
- # example, if the original method name is `TakeSnapshot()`, the inferred
3075
- # response type is `TakeSnapshotResponse`.
3067
+ # The normal, successful response of the operation. If the original method
3068
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
3069
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
3070
+ # response should be the resource. For other methods, the response should have
3071
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
3072
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
3073
+ # `TakeSnapshotResponse`.
3076
3074
  # Corresponds to the JSON property `response`
3077
3075
  # @return [Hash<String,Object>]
3078
3076
  attr_accessor :response
@@ -3180,22 +3178,22 @@ module Google
3180
3178
  # evaluates to `true`. A condition can add constraints based on attributes of
3181
3179
  # the request, the resource, or both. To learn which resources support
3182
3180
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3183
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3181
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
3184
3182
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3185
3183
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3186
3184
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3187
3185
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3188
3186
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
3189
3187
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3190
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
3191
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
3192
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3193
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3194
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3195
- # access description: Does not grant access after Sep 2020 expression: request.
3196
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3197
- # a description of IAM and its features, see the [IAM documentation](https://
3198
- # cloud.google.com/iam/docs/).
3188
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
3189
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
3190
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
3191
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
3192
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
3193
+ # title: expirable access description: Does not grant access after Sep 2020
3194
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
3195
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
3196
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
3199
3197
  class Policy
3200
3198
  include Google::Apis::Core::Hashable
3201
3199
 
@@ -4075,22 +4073,22 @@ module Google
4075
4073
  # evaluates to `true`. A condition can add constraints based on attributes of
4076
4074
  # the request, the resource, or both. To learn which resources support
4077
4075
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4078
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4076
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
4079
4077
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4080
4078
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4081
4079
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4082
4080
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4083
4081
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
4084
4082
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
4085
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
4086
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
4087
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
4088
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
4089
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
4090
- # access description: Does not grant access after Sep 2020 expression: request.
4091
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
4092
- # a description of IAM and its features, see the [IAM documentation](https://
4093
- # cloud.google.com/iam/docs/).
4083
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
4084
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
4085
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
4086
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
4087
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
4088
+ # title: expirable access description: Does not grant access after Sep 2020
4089
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
4090
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
4091
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
4094
4092
  # Corresponds to the JSON property `policy`
4095
4093
  # @return [Google::Apis::GkehubV1beta::Policy]
4096
4094
  attr_accessor :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.53.0"
19
+ GEM_VERSION = "0.55.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 = "20230728"
25
+ REVISION = "20230814"
26
26
  end
27
27
  end
28
28
  end
@@ -1331,6 +1331,7 @@ module Google
1331
1331
  property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
1332
1332
  property :kubectl_redirect_uri, as: 'kubectlRedirectUri'
1333
1333
  property :tenant, as: 'tenant'
1334
+ property :user_claim, as: 'userClaim'
1334
1335
  end
1335
1336
  end
1336
1337
 
@@ -1495,7 +1496,6 @@ module Google
1495
1496
  class Representation < Google::Apis::Core::JsonRepresentation
1496
1497
  property :create_time, as: 'createTime'
1497
1498
  property :delete_time, as: 'deleteTime'
1498
- property :fleet, as: 'fleet'
1499
1499
  hash :labels, as: 'labels'
1500
1500
  property :name, as: 'name'
1501
1501
  property :scope, as: 'scope'
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.53.0
4
+ version: 0.55.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-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-27 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.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.55.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for GKE Hub API V1beta