google-apis-appengine_v1 0.22.0 → 0.23.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: ded3cc67674eff2f5b90695aa8a5ff08bf2df57d5e0a0d83880e63e0d1588d8b
|
|
4
|
+
data.tar.gz: 9f04bc1ab6f36248bd1de0aa7d03e909108f4e3f8efe9caa239cded3102ed70f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5b00c7b1cd9c46db183914ed4e0ede6cd5bde4976112b7fe92e6927b5912c59015095f79b075d18b6c752c0829a9a952ade1041f21be0df855ce0795caa7ee0
|
|
7
|
+
data.tar.gz: 1dc244d2d52fe16cabb3ab74d9cba4763336ee446823ddf13339a840dc69c21c287a6248646a19a88d9bc42dd621a421c56fb55308d5b638db6240d3e540de79
|
data/CHANGELOG.md
CHANGED
|
@@ -1754,6 +1754,12 @@ module Google
|
|
|
1754
1754
|
# @return [Array<String>]
|
|
1755
1755
|
attr_accessor :forwarded_ports
|
|
1756
1756
|
|
|
1757
|
+
# The IP mode for instances. Only applicable in the App Engine flexible
|
|
1758
|
+
# environment.
|
|
1759
|
+
# Corresponds to the JSON property `instanceIpMode`
|
|
1760
|
+
# @return [String]
|
|
1761
|
+
attr_accessor :instance_ip_mode
|
|
1762
|
+
|
|
1757
1763
|
# Tag to apply to the instance during creation. Only applicable in the App
|
|
1758
1764
|
# Engine flexible environment.
|
|
1759
1765
|
# Corresponds to the JSON property `instanceTag`
|
|
@@ -1797,6 +1803,7 @@ module Google
|
|
|
1797
1803
|
# Update properties of this object
|
|
1798
1804
|
def update!(**args)
|
|
1799
1805
|
@forwarded_ports = args[:forwarded_ports] if args.key?(:forwarded_ports)
|
|
1806
|
+
@instance_ip_mode = args[:instance_ip_mode] if args.key?(:instance_ip_mode)
|
|
1800
1807
|
@instance_tag = args[:instance_tag] if args.key?(:instance_tag)
|
|
1801
1808
|
@name = args[:name] if args.key?(:name)
|
|
1802
1809
|
@session_affinity = args[:session_affinity] if args.key?(:session_affinity)
|
|
@@ -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.23.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.7.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220612"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -913,6 +913,7 @@ module Google
|
|
|
913
913
|
# @private
|
|
914
914
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
915
915
|
collection :forwarded_ports, as: 'forwardedPorts'
|
|
916
|
+
property :instance_ip_mode, as: 'instanceIpMode'
|
|
916
917
|
property :instance_tag, as: 'instanceTag'
|
|
917
918
|
property :name, as: 'name'
|
|
918
919
|
property :session_affinity, as: 'sessionAffinity'
|
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.23.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: 2022-06-
|
|
11
|
+
date: 2022-06-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
19
|
+
version: '0.6'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '0.
|
|
29
|
+
version: '0.6'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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-appengine_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1/v0.23.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appengine_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|