google-apis-metastore_v1beta 0.54.0 → 0.55.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_v1beta/classes.rb +36 -14
- data/lib/google/apis/metastore_v1beta/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: 371c6950c09ed3c1f105171222f316886f049b05e420842b48b4827aa545417c
|
4
|
+
data.tar.gz: af5b6fd35378974f09c345f5cfb9164fbfb240e0a7969605bcf2afd9581dbafb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8a64c0ac750ba51918068c5113637c490ea609da266199c597c7433554c7325fbf82dc17dd4e4ccf03af1e7e1ae9948a4c3e30b138f1be2d6d19adac55f3410
|
7
|
+
data.tar.gz: 245701003bc09558cdacaa1c8dca9bb7321f05584564ff76eb16f2c8e2f39f7d699e5bb377c196723223bf122d030be7baecb8b5e74c06de486f72b2de7f6c4b
|
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 MetastoreV1beta
|
18
18
|
# Version of the google-apis-metastore_v1beta gem
|
19
|
-
GEM_VERSION = "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 = "
|
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_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-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_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.55.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|