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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/apigee_v1/classes.rb +8 -1
- data/lib/google/apis/apigee_v1/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28c60891094c8528e52fa57cb63691e8f5cceb79057415b8938d046a29d0352b
|
4
|
+
data.tar.gz: 5478091d0bb9c6e6384ab90c8b84372dda45797ea4ed34b36b1b1d4c571e7032
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e28e098b7fa1cf0f0585bf7903a15de7dde3da3c8076ef835b914ef70f051a8966370fa99c53080682ef6da59dd9486d17a4144f23473376aeea55f6cd9797d
|
7
|
+
data.tar.gz: 90f2b01439feab63694cc4a23432d46da2e0c5b0532a4d19f0601337f3fdd33c4da0df1bf09d95f196149cf3dfe099c30ba815e4a5089c6ac4931da2f1ca425e
|
data/CHANGELOG.md
CHANGED
@@ -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`.
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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.
|
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
|