google-apis-metastore_v1alpha 0.53.0 → 0.54.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/metastore_v1alpha/classes.rb +36 -14
- data/lib/google/apis/metastore_v1alpha/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8575cb3c3b32f1b9fc51765828c213188b9d928823586eb7b9f445fd628873fd
|
4
|
+
data.tar.gz: dbe9a07282254998d6659e97aaaeb4d168fe66cd4984185ead66fcd96565f0f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97a40cb96856b92ad5570d32981dc7bfa5e5403f55e2720f380741be55454acd2cc09fe9df1282fcd29cabb0e40f4ec9b2e6c2afb345a6120adb64d7bb155332
|
7
|
+
data.tar.gz: 601cbadecbee981c705beeba114ea4d3392cb92822754d2a6189e108e8b85e5f8b7a2cd88e767f0a19a85e368a8a9bb66c2b5a6d431c4880ef85fa59e50c60cf
|
data/CHANGELOG.md
CHANGED
@@ -332,21 +332,43 @@ module Google
|
|
332
332
|
# For example, my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. group:`
|
333
333
|
# emailid`: An email address that represents a Google group. For example, admins@
|
334
334
|
# example.com. domain:`domain`: The G Suite domain (primary) that represents all
|
335
|
-
# the users of that domain. For example, google.com or example.com.
|
336
|
-
#
|
337
|
-
#
|
338
|
-
# com
|
339
|
-
#
|
340
|
-
#
|
341
|
-
#
|
342
|
-
#
|
343
|
-
#
|
344
|
-
#
|
345
|
-
#
|
346
|
-
#
|
347
|
-
#
|
335
|
+
# the users of that domain. For example, google.com or example.com. principal://
|
336
|
+
# iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
|
337
|
+
# subject_attribute_value`: A single identity in a workforce identity pool.
|
338
|
+
# principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
|
339
|
+
# group/`group_id`: All workforce identities in a group. principalSet://iam.
|
340
|
+
# googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
|
341
|
+
# attribute_name`/`attribute_value`: All workforce identities with a specific
|
342
|
+
# attribute value. principalSet://iam.googleapis.com/locations/global/
|
343
|
+
# workforcePools/`pool_id`/*: All identities in a workforce identity pool.
|
344
|
+
# principal://iam.googleapis.com/projects/`project_number`/locations/global/
|
345
|
+
# workloadIdentityPools/`pool_id`/subject/`subject_attribute_value`: A single
|
346
|
+
# identity in a workload identity pool. principalSet://iam.googleapis.com/
|
347
|
+
# projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
|
348
|
+
# group/`group_id`: A workload identity pool group. principalSet://iam.
|
349
|
+
# googleapis.com/projects/`project_number`/locations/global/
|
350
|
+
# workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value`:
|
351
|
+
# All identities in a workload identity pool with a certain attribute.
|
352
|
+
# principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
|
353
|
+
# workloadIdentityPools/`pool_id`/*: All identities in a workload identity pool.
|
354
|
+
# deleted:user:`emailid`?uid=`uniqueid`: An email address (plus unique
|
355
|
+
# identifier) representing a user that has been recently deleted. For example,
|
356
|
+
# alice@example.com?uid=123456789012345678901. If the user is recovered, this
|
357
|
+
# value reverts to user:`emailid` and the recovered user retains the role in the
|
358
|
+
# binding. deleted:serviceAccount:`emailid`?uid=`uniqueid`: An email address (
|
359
|
+
# plus unique identifier) representing a service account that has been recently
|
360
|
+
# deleted. For example, my-other-app@appspot.gserviceaccount.com?uid=
|
361
|
+
# 123456789012345678901. If the service account is undeleted, this value reverts
|
362
|
+
# to serviceAccount:`emailid` and the undeleted service account retains the role
|
363
|
+
# in the binding. deleted:group:`emailid`?uid=`uniqueid`: An email address (plus
|
364
|
+
# unique identifier) representing a Google group that has been recently deleted.
|
365
|
+
# For example, admins@example.com?uid=123456789012345678901. If the group is
|
348
366
|
# recovered, this value reverts to group:`emailid` and the recovered group
|
349
|
-
# retains the role in the binding.
|
367
|
+
# retains the role in the binding. deleted:principal://iam.googleapis.com/
|
368
|
+
# locations/global/workforcePools/`pool_id`/subject/`subject_attribute_value`:
|
369
|
+
# Deleted single identity in a workforce identity pool. For example, deleted:
|
370
|
+
# principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/
|
371
|
+
# subject/my-subject-attribute-value.
|
350
372
|
# Corresponds to the JSON property `members`
|
351
373
|
# @return [Array<String>]
|
352
374
|
attr_accessor :members
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MetastoreV1alpha
|
18
18
|
# Version of the google-apis-metastore_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.54.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 = "
|
25
|
+
REVISION = "20231214"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-metastore_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.54.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-12-
|
11
|
+
date: 2023-12-24 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-metastore_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.54.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|