google-apis-apigee_v1 0.97.0 → 0.98.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: 3dc4c42c032e2ba03fea76d9524f8c1ecc53f643f07292a67c5c3b4c17412294
4
- data.tar.gz: 57512e22de379f6346402fb4838e729a9a10cb2c4da974a4b4929cd89175ef6b
3
+ metadata.gz: 28c60891094c8528e52fa57cb63691e8f5cceb79057415b8938d046a29d0352b
4
+ data.tar.gz: 5478091d0bb9c6e6384ab90c8b84372dda45797ea4ed34b36b1b1d4c571e7032
5
5
  SHA512:
6
- metadata.gz: dd245fdd63ee93c0655a46d359978afaaa63b17f5688e90e322aee85c03de11f1739387538132aa9997e8e6fd380af2d71a2403519c35b3c71b9c5df31479f5a
7
- data.tar.gz: 20e2da957fffb6fa51bbffecdd8de9f1bfffc1ab020a1a0c2bc02d1f006c7fd68c24f474ec80fff492191a07c2ba8a312703312d1e79f433b27b54abf7873020
6
+ metadata.gz: 1e28e098b7fa1cf0f0585bf7903a15de7dde3da3c8076ef835b914ef70f051a8966370fa99c53080682ef6da59dd9486d17a4144f23473376aeea55f6cd9797d
7
+ data.tar.gz: 90f2b01439feab63694cc4a23432d46da2e0c5b0532a4d19f0601337f3fdd33c4da0df1bf09d95f196149cf3dfe099c30ba815e4a5089c6ac4931da2f1ca425e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.98.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241210
6
+
3
7
  ### v0.97.0 (2024-11-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20241116
@@ -7211,7 +7211,14 @@ module Google
7211
7211
  # //cloud.google.com/service-infrastructure/docs/service-networking/getting-
7212
7212
  # started). Valid only when [RuntimeType](#RuntimeType) is set to `CLOUD`. The
7213
7213
  # value must be set before the creation of a runtime instance and can be updated
7214
- # only when there are no runtime instances. For example: `default`. Apigee also
7214
+ # only when there are no runtime instances. For example: `default`. When
7215
+ # changing authorizedNetwork, you must reconfigure VPC peering. After VPC
7216
+ # peering with previous network is deleted, [run the following command](https://
7217
+ # cloud.google.com/sdk/gcloud/reference/services/vpc-peerings/delete): `gcloud
7218
+ # services vpc-peerings delete --network=NETWORK`, where `NETWORK` is the name
7219
+ # of the previous network. This will delete the previous Service Networking.
7220
+ # Otherwise, you will get the following error: `The resource 'projects/...-tp'
7221
+ # is already linked to another shared VPC host 'projects/...-tp`. Apigee also
7215
7222
  # supports shared VPC (that is, the host network project is not the same as the
7216
7223
  # one that is peering with Apigee). See [Shared VPC overview](https://cloud.
7217
7224
  # google.com/vpc/docs/shared-vpc). To use a shared VPC network, use the
@@ -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.97.0"
19
+ GEM_VERSION = "0.98.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241116"
25
+ REVISION = "20241210"
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.97.0
4
+ version: 0.98.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: 2024-12-04 00:00:00.000000000 Z
11
+ date: 2024-12-15 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.97.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.98.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.5.22
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Apigee API V1