google-apis-appengine_v1 0.8.0 → 0.9.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5acecb662c0d43085d40605a8092df67101e261067f9e4a45fa3cb6004c53655
|
4
|
+
data.tar.gz: abc4c9f8ee50f8a216d4c1bc0753d82b9e3a35169827dcdff28bd4e275e3093f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b71468857b15becb2926b6c8415bc910b70b3a8aa217a82f57c533e312b3ba931cb39ea996b3bd7371852557f956303ac9b77cf44eab6d1f37463192cdc46b86
|
7
|
+
data.tar.gz: 47cd6716adc501d25cc72aee6a9638a5218d376a26b8567d165987cedd0a5a1998ae720d4227169c335b34705287575253311bb3ed71fae156782de122e802ce
|
data/CHANGELOG.md
CHANGED
@@ -3011,6 +3011,12 @@ module Google
|
|
3011
3011
|
class VpcAccessConnector
|
3012
3012
|
include Google::Apis::Core::Hashable
|
3013
3013
|
|
3014
|
+
# The egress setting for the connector, controlling what traffic is diverted
|
3015
|
+
# through it.
|
3016
|
+
# Corresponds to the JSON property `egressSetting`
|
3017
|
+
# @return [String]
|
3018
|
+
attr_accessor :egress_setting
|
3019
|
+
|
3014
3020
|
# Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/
|
3015
3021
|
# us-central1/connectors/c1.
|
3016
3022
|
# Corresponds to the JSON property `name`
|
@@ -3023,6 +3029,7 @@ module Google
|
|
3023
3029
|
|
3024
3030
|
# Update properties of this object
|
3025
3031
|
def update!(**args)
|
3032
|
+
@egress_setting = args[:egress_setting] if args.key?(:egress_setting)
|
3026
3033
|
@name = args[:name] if args.key?(:name)
|
3027
3034
|
end
|
3028
3035
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AppengineV1
|
18
18
|
# Version of the google-apis-appengine_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210608"
|
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-appengine_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.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: 2021-
|
11
|
+
date: 2021-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.9.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|