google-apis-apigee_v1 0.61.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: da20d91dbe13d43d5329246f51a8ba617ebf5a1e83fcf6294b6f98d23584ed8e
4
- data.tar.gz: 00f962277ed71f56cea492cbb47a3e305360187dda271dba57deb69e3ec0617d
3
+ metadata.gz: 0f1b02218d60f3754eedcbf86a520bd162ac7957461a7b74cfee924b92d8affb
4
+ data.tar.gz: 2cc26f96c300559fde40ae07d7cbcb1282b349975ac79514b18ec22e886f061c
5
5
  SHA512:
6
- metadata.gz: 9459688bf8eb780cd9566bff639251fe2fd3ad7e2ecf2c25b11ffd3b3b245934fc66431de3147b64bf156c50b2cbbf40c10537cbb23bfb36f45b6218be0e72e0
7
- data.tar.gz: d12ee41ccda033ae7ff729e5466a4803b31424db2708c1620efab10ec9b3dad546b52f0accc64ad0355f518a5310a27975e7289fbc98d0fc2d4a684d18f76b71
6
+ metadata.gz: a64ce3fa27794cf52fce51d0a9543078ec0381c521ded938d06941210f24304a48fce036fee3a9e75f1c25c1c0df7288a78c5bfcb60967d2d1f28cff668ef602
7
+ data.tar.gz: 44fdf9515918dcff83282d022cdc732764096a437e6acab133a54a901134aaa892cb28acb27d2ebd5cfc910546cf0bea0e4754842270919827ae704a4d4a0137
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
7
+ ### v0.62.0 (2023-01-08)
8
+
9
+ * Regenerated from discovery document revision 20230104
10
+ * Regenerated using generator version 0.11.1
11
+
3
12
  ### v0.61.0 (2022-12-16)
4
13
 
5
14
  * Regenerated from discovery document revision 20221213
@@ -5164,7 +5164,7 @@ module Google
5164
5164
  class GoogleCloudApigeeV1ListOrganizationsResponse
5165
5165
  include Google::Apis::Core::Hashable
5166
5166
 
5167
- # List of Apigee organizations and associated GCP projects.
5167
+ # List of Apigee organizations and associated Google Cloud projects.
5168
5168
  # Corresponds to the JSON property `organizations`
5169
5169
  # @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1OrganizationProjectMapping>]
5170
5170
  attr_accessor :organizations
@@ -5793,9 +5793,9 @@ module Google
5793
5793
  attr_accessor :addons_config
5794
5794
 
5795
5795
  # Required. DEPRECATED: This field will be deprecated once Apigee supports DRZ.
5796
- # Primary GCP region for analytics data storage. For valid values, see [Create
5797
- # an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-
5798
- # started/create-org).
5796
+ # Primary Google Cloud region for analytics data storage. For valid values, see [
5797
+ # Create an Apigee organization](https://cloud.google.com/apigee/docs/api-
5798
+ # platform/get-started/create-org).
5799
5799
  # Corresponds to the JSON property `analyticsRegion`
5800
5800
  # @return [String]
5801
5801
  attr_accessor :analytics_region
@@ -5983,7 +5983,7 @@ module Google
5983
5983
  # @return [String]
5984
5984
  attr_accessor :organization
5985
5985
 
5986
- # GCP project associated with the Apigee organization
5986
+ # Google Cloud project associated with the Apigee organization
5987
5987
  # Corresponds to the JSON property `projectId`
5988
5988
  # @return [String]
5989
5989
  attr_accessor :project_id
@@ -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.61.0"
19
+ GEM_VERSION = "0.63.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221213"
25
+ REVISION = "20230207"
26
26
  end
27
27
  end
28
28
  end
@@ -88,7 +88,7 @@ module Google
88
88
  # cloud.google.com/apigee/docs/api-platform/get-started/create-org).
89
89
  # @param [Google::Apis::ApigeeV1::GoogleCloudApigeeV1Organization] google_cloud_apigee_v1_organization_object
90
90
  # @param [String] parent
91
- # Required. Name of the GCP project in which to associate the Apigee
91
+ # Required. Name of the Google Cloud project in which to associate the Apigee
92
92
  # organization. Pass the information as a query parameter using the following
93
93
  # structure in your request: `projects/`
94
94
  # @param [String] fields
@@ -334,9 +334,9 @@ module Google
334
334
  execute_or_queue_command(command, &block)
335
335
  end
336
336
 
337
- # Lists the Apigee organizations and associated GCP projects that you have
338
- # permission to access. See [Understanding organizations](https://cloud.google.
339
- # com/apigee/docs/api-platform/fundamentals/organization-structure).
337
+ # Lists the Apigee organizations and associated Google Cloud projects that you
338
+ # have permission to access. See [Understanding organizations](https://cloud.
339
+ # google.com/apigee/docs/api-platform/fundamentals/organization-structure).
340
340
  # @param [String] parent
341
341
  # Required. Use the following structure in your request: `organizations`
342
342
  # @param [String] fields
@@ -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.61.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-04 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.61.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Apigee API V1