google-apis-apigee_v1 0.62.0 → 0.63.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: 4082604bfe4f7237eea6ae2ad2eb676a57c149f546a01c3711926da36bf67404
4
- data.tar.gz: 37f44915860c87842cc6d9d75020c2e13bf9c63fdfcf020eeb150dea7e6fb831
3
+ metadata.gz: 0f1b02218d60f3754eedcbf86a520bd162ac7957461a7b74cfee924b92d8affb
4
+ data.tar.gz: 2cc26f96c300559fde40ae07d7cbcb1282b349975ac79514b18ec22e886f061c
5
5
  SHA512:
6
- metadata.gz: a1c678cfe1d283caa0aa8099d81d7df3ea068358048c7a64c578fb9ad9f706ec8d6ba4b34a1b7d3bb5c2932208879f42ac1d255a01d85c1111ba2600bdbb0866
7
- data.tar.gz: a250faedb7f776cff51dd21dd3585effa58088d5515735797fc9f63c34dee18d4612e341ad18d700d61c49f8c78f0fdad469c39abb68dfcbbe5bdfdcc9d4f820
6
+ metadata.gz: a64ce3fa27794cf52fce51d0a9543078ec0381c521ded938d06941210f24304a48fce036fee3a9e75f1c25c1c0df7288a78c5bfcb60967d2d1f28cff668ef602
7
+ data.tar.gz: 44fdf9515918dcff83282d022cdc732764096a437e6acab133a54a901134aaa892cb28acb27d2ebd5cfc910546cf0bea0e4754842270919827ae704a4d4a0137
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.63.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230207
6
+
3
7
  ### v0.62.0 (2023-01-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20230104
@@ -9236,22 +9236,22 @@ module Google
9236
9236
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
9237
9237
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
9238
9238
  # email address that represents a Google group. For example, `admins@example.com`
9239
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
9240
- # identifier) representing a user that has been recently deleted. For example, `
9241
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
9242
- # value reverts to `user:`emailid`` and the recovered user retains the role in
9243
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
9244
- # address (plus unique identifier) representing a service account that has been
9245
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
9239
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
9240
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
9241
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
9242
+ # representing a user that has been recently deleted. For example, `alice@
9243
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
9244
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
9245
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
9246
+ # (plus unique identifier) representing a service account that has been recently
9247
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
9246
9248
  # 123456789012345678901`. If the service account is undeleted, this value
9247
9249
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
9248
9250
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
9249
9251
  # An email address (plus unique identifier) representing a Google group that has
9250
9252
  # been recently deleted. For example, `admins@example.com?uid=
9251
9253
  # 123456789012345678901`. If the group is recovered, this value reverts to `
9252
- # group:`emailid`` and the recovered group retains the role in the binding. * `
9253
- # domain:`domain``: The G Suite domain (primary) that represents all the users
9254
- # of that domain. For example, `google.com` or `example.com`.
9254
+ # group:`emailid`` and the recovered group retains the role in the binding.
9255
9255
  # Corresponds to the JSON property `members`
9256
9256
  # @return [Array<String>]
9257
9257
  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.62.0"
19
+ GEM_VERSION = "0.63.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230104"
25
+ REVISION = "20230207"
26
26
  end
27
27
  end
28
28
  end
@@ -4162,8 +4162,7 @@ module Google
4162
4162
  # Use the following structure in your request: `organizations/`org``
4163
4163
  # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Environment] google_cloud_apigee_v1_environment_object
4164
4164
  # @param [String] name
4165
- # Optional. Name of the environment. Alternatively, the name may be specified in
4166
- # the request body in the name field.
4165
+ # Optional. Name of the environment.
4167
4166
  # @param [String] fields
4168
4167
  # Selector specifying which fields to include in a partial response.
4169
4168
  # @param [String] quota_user
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.62.0
4
+ version: 0.63.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-01-08 00:00:00.000000000 Z
11
+ date: 2023-02-12 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.62.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.63.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: []