google-apis-apigee_v1 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a78daa0b8c2ef915be5d7c08b634daf28080893bdcf76e6329b1b6a83a9b73d
4
- data.tar.gz: 14056cff4f1f880f898b3a7173f848d7612fea7f1884ad19fb0552d53906b1a1
3
+ metadata.gz: 6594c4efb37acc3878520b47d3915507b43b47d9595fd589c419f4f3ab49e807
4
+ data.tar.gz: f18be12f7b3e38f653f490932461067298fb99db92f083b1479b4a0bf1523f59
5
5
  SHA512:
6
- metadata.gz: 8344ba7b75a4e3a67aa1947ef1ae83abbc1fded0fc2d76ac4d0b5ddb5100a2578e3503d14a227d4615735373a948dd1a6f66de31ccd26da299440dd666c1b7f9
7
- data.tar.gz: 7cf95a62bfd1ad4bdd9123fe7d145b693b07619444799332414b7bbd6f469c5f81027ce344eebdc24e30ff7a256c0d22f4d3fc4c2eed2f60a2ee1a1fb120e6d0
6
+ metadata.gz: 2364eafcadc091eab2528c70ac3ada0cb5069a209888672f104a1f508be6d922fe09b80fae0150c3c0ca244e438f8107a5d1dbfdf009b8cb556acc26aca8b576
7
+ data.tar.gz: b36b08d19d5253cacc7f48e2fd81f29d240518def6635659d19c1982a798694b1d9032c725ad69dc64d70ea234546f508d24839dc663268665cea1b7f577a44b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.55.0 (2022-09-01)
4
+
5
+ * Regenerated from discovery document revision 20220825
6
+
3
7
  ### v0.54.0 (2022-08-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20220811
@@ -9057,31 +9057,33 @@ module Google
9057
9057
  # members` can have the following values: * `allUsers`: A special identifier
9058
9058
  # that represents anyone who is on the internet; with or without a Google
9059
9059
  # account. * `allAuthenticatedUsers`: A special identifier that represents
9060
- # anyone who is authenticated with a Google account or a service account. * `
9061
- # user:`emailid``: An email address that represents a specific Google account.
9062
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
9063
- # address that represents a Google service account. For example, `my-other-app@
9064
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
9065
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
9066
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
9067
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
9068
- # . * `group:`emailid``: An email address that represents a Google group. For
9069
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
9070
- # email address (plus unique identifier) representing a user that has been
9071
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
9072
- # If the user is recovered, this value reverts to `user:`emailid`` and the
9073
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
9074
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
9075
- # representing a service account that has been recently deleted. For example, `
9076
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
9077
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
9078
- # and the undeleted service account retains the role in the binding. * `deleted:
9079
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
9080
- # representing a Google group that has been recently deleted. For example, `
9081
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
9082
- # value reverts to `group:`emailid`` and the recovered group retains the role in
9083
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
9084
- # all the users of that domain. For example, `google.com` or `example.com`.
9060
+ # anyone who is authenticated with a Google account or a service account. Does
9061
+ # not include identities that come from external identity providers (IdPs)
9062
+ # through identity federation. * `user:`emailid``: An email address that
9063
+ # represents a specific Google account. For example, `alice@example.com` . * `
9064
+ # serviceAccount:`emailid``: An email address that represents a Google service
9065
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
9066
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
9067
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
9068
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
9069
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
9070
+ # email address that represents a Google group. For example, `admins@example.com`
9071
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
9072
+ # identifier) representing a user that has been recently deleted. For example, `
9073
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
9074
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
9075
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
9076
+ # address (plus unique identifier) representing a service account that has been
9077
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
9078
+ # 123456789012345678901`. If the service account is undeleted, this value
9079
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
9080
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
9081
+ # An email address (plus unique identifier) representing a Google group that has
9082
+ # been recently deleted. For example, `admins@example.com?uid=
9083
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
9084
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
9085
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
9086
+ # of that domain. For example, `google.com` or `example.com`.
9085
9087
  # Corresponds to the JSON property `members`
9086
9088
  # @return [Array<String>]
9087
9089
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigeeV1
18
18
  # Version of the google-apis-apigee_v1 gem
19
- GEM_VERSION = "0.54.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.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220811"
25
+ REVISION = "20220825"
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-apigee_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.54.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: 2022-08-22 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-apigee_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.54.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.55.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1
63
63
  post_install_message:
64
64
  rdoc_options: []