google-apis-datacatalog_v1beta1 0.20.0 → 0.21.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: dce3b742efee6026deafa886c35fb848647495e53b99141a9c2688962f7d0df8
4
- data.tar.gz: f06ce9d50c093884c84d71b5073a185a5b88932f9aaf078dc4fafa04b3fbbf01
3
+ metadata.gz: 4e13d9365cf5f48771b3b17ac355b30a868050565c97330eee1d84f242dd0a69
4
+ data.tar.gz: 4f3d46c5a60c323bfd06b8a22f862b166958ad82a717206456782dc632a20069
5
5
  SHA512:
6
- metadata.gz: 4ecc932d5edcbbe43c56b26a7f36a062bcf6e4b2d084b69ba59d2faade6b32090836641c8eaa8417b4e91dee8ce03d57374e33321ef26b26422cfd049d1f14bc
7
- data.tar.gz: 2a465acb66fabb598438da0b3e88e275944f0c9a4f8fb70eaaefffcd562cc41b42c3f20c360a08bb9266f133635294dfdd01a63d9e7ade235ceb56fb57677d73
6
+ metadata.gz: 96b75898f8a071ecda77dd78341bf11039dcdfd1df762b3d5c3010ba6e192c295dfb0b11ee7177de771de236f749dc633c56c3be14bd9aff6599658b7c3f9e6a
7
+ data.tar.gz: efa962acfa6de8db0ef16ccf53cac267bac3704afededdc08f6871ccb10b8b609b80a63fc5515778a18399fa8ef0e90d9cd6431f03178b69282904b55a2a1338
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datacatalog_v1beta1
2
2
 
3
+ ### v0.21.0 (2022-09-01)
4
+
5
+ * Regenerated from discovery document revision 20220826
6
+
3
7
  ### v0.20.0 (2022-08-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20220805
@@ -49,31 +49,33 @@ module Google
49
49
  # members` can have the following values: * `allUsers`: A special identifier
50
50
  # that represents anyone who is on the internet; with or without a Google
51
51
  # account. * `allAuthenticatedUsers`: A special identifier that represents
52
- # anyone who is authenticated with a Google account or a service account. * `
53
- # user:`emailid``: An email address that represents a specific Google account.
54
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
55
- # address that represents a Google service account. For example, `my-other-app@
56
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
57
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
58
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
59
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
60
- # . * `group:`emailid``: An email address that represents a Google group. For
61
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
62
- # email address (plus unique identifier) representing a user that has been
63
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
64
- # If the user is recovered, this value reverts to `user:`emailid`` and the
65
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
66
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
67
- # representing a service account that has been recently deleted. For example, `
68
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
69
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
70
- # and the undeleted service account retains the role in the binding. * `deleted:
71
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
72
- # representing a Google group that has been recently deleted. For example, `
73
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
74
- # value reverts to `group:`emailid`` and the recovered group retains the role in
75
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
76
- # all the users of that domain. For example, `google.com` or `example.com`.
52
+ # anyone who is authenticated with a Google account or a service account. Does
53
+ # not include identities that come from external identity providers (IdPs)
54
+ # through identity federation. * `user:`emailid``: An email address that
55
+ # represents a specific Google account. For example, `alice@example.com` . * `
56
+ # serviceAccount:`emailid``: An email address that represents a Google service
57
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
58
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
59
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
60
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
61
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
62
+ # email address that represents a Google group. For example, `admins@example.com`
63
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
64
+ # identifier) representing a user that has been recently deleted. For example, `
65
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
66
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
67
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
68
+ # address (plus unique identifier) representing a service account that has been
69
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
70
+ # 123456789012345678901`. If the service account is undeleted, this value
71
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
72
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
73
+ # An email address (plus unique identifier) representing a Google group that has
74
+ # been recently deleted. For example, `admins@example.com?uid=
75
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
76
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
77
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
78
+ # of that domain. For example, `google.com` or `example.com`.
77
79
  # Corresponds to the JSON property `members`
78
80
  # @return [Array<String>]
79
81
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatacatalogV1beta1
18
18
  # Version of the google-apis-datacatalog_v1beta1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220805"
25
+ REVISION = "20220826"
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-datacatalog_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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: 2022-08-15 00:00:00.000000000 Z
11
+ date: 2022-09-05 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-datacatalog_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []