google-apis-appengine_v1beta 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6474035be19176ea679a12e987d0276a7631aeec2ed89df4671b86f4f7c27bee
|
|
4
|
+
data.tar.gz: d0186a72d45acba8212f0eb3575458464c342198b087f51c12887ef35f9dc530
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e677fd39f0d20efd1085599fcc6c54df5959c0cafb4d8875c4ffda5d7fa06a5a7d5f5061435e93637fd9e741ce3cd2729d34688c14345fccf103f6ea3be39bb0
|
|
7
|
+
data.tar.gz: ff425aaff7a70f81f05cfd7ec0623da86870cbd9bc1d3597aecc4c585a8c53a967c95e3f0db0abd1c072af96a1377c12b384e4ab3e0e4cd58d7f7ccdc682d780
|
data/CHANGELOG.md
CHANGED
|
@@ -3098,6 +3098,12 @@ module Google
|
|
|
3098
3098
|
class VpcAccessConnector
|
|
3099
3099
|
include Google::Apis::Core::Hashable
|
|
3100
3100
|
|
|
3101
|
+
# The egress setting for the connector, controlling what traffic is diverted
|
|
3102
|
+
# through it.
|
|
3103
|
+
# Corresponds to the JSON property `egressSetting`
|
|
3104
|
+
# @return [String]
|
|
3105
|
+
attr_accessor :egress_setting
|
|
3106
|
+
|
|
3101
3107
|
# Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/
|
|
3102
3108
|
# us-central1/connectors/c1.
|
|
3103
3109
|
# Corresponds to the JSON property `name`
|
|
@@ -3110,6 +3116,7 @@ module Google
|
|
|
3110
3116
|
|
|
3111
3117
|
# Update properties of this object
|
|
3112
3118
|
def update!(**args)
|
|
3119
|
+
@egress_setting = args[:egress_setting] if args.key?(:egress_setting)
|
|
3113
3120
|
@name = args[:name] if args.key?(:name)
|
|
3114
3121
|
end
|
|
3115
3122
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AppengineV1beta
|
|
18
18
|
# Version of the google-apis-appengine_v1beta 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_v1beta
|
|
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_v1beta/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.9.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1beta
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|