google-apis-appengine_v1beta 0.12.0 → 0.13.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: 152ae6ec9e50b044e163e6eeaba3020eb0f0b254e7364691c93232f0fc031440
4
- data.tar.gz: d41de1176dab9d3ed6bd5e62fbaca75354c1682ecc66ab9bea737530262a89f2
3
+ metadata.gz: c87ca18f8b134f349361eec780e1e5e3dfa0384a1f66142710284084949e9cea
4
+ data.tar.gz: 36013d5932f42c75767988abb096f9431de355fe967d92d619809c27bc740c18
5
5
  SHA512:
6
- metadata.gz: e4dea573e971e903ab2b8d447ff43f5a9c608fba5a46f9415e17f334d6c9713cc7dd78b177a1a512d5c4bae97fde3fe309a24b210417885e9828464509351e23
7
- data.tar.gz: 7e00b2e8dd090929c4550c7c87a341180fffb52dcb44d9ae82c4f7a5e473faea64189367530859ee6ac4ee6e86e81894477431e2774a2e2abd19b55f9816cae1
6
+ metadata.gz: e2dbba79515d718f693acaf9646dd650908cc1c3127661cf28c184d9403c3114b3b4e42c7f96f4627a9a7246cad233c984f71caa636ebe6301e5fa2ff091ac66
7
+ data.tar.gz: bcc2f7aea4a166387836c22ecb8cc8fdb4cbdc5281abff4ab246c4a88429984d5179f6402306265670bbbd9b3f74a611c0e1ebb81ba7d46b66cbb2ee11002a49
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appengine_v1beta
2
2
 
3
+ ### v0.13.0 (2021-07-30)
4
+
5
+ * Regenerated from discovery document revision 20210721
6
+
3
7
  ### v0.12.0 (2021-06-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20210618
@@ -1826,6 +1826,12 @@ module Google
1826
1826
  # @return [Array<String>]
1827
1827
  attr_accessor :forwarded_ports
1828
1828
 
1829
+ # The IP mode for instances. Only applicable in the App Engine flexible
1830
+ # environment.
1831
+ # Corresponds to the JSON property `instanceIpMode`
1832
+ # @return [String]
1833
+ attr_accessor :instance_ip_mode
1834
+
1829
1835
  # Tag to apply to the instance during creation. Only applicable in the App
1830
1836
  # Engine flexible environment.
1831
1837
  # Corresponds to the JSON property `instanceTag`
@@ -1869,6 +1875,7 @@ module Google
1869
1875
  # Update properties of this object
1870
1876
  def update!(**args)
1871
1877
  @forwarded_ports = args[:forwarded_ports] if args.key?(:forwarded_ports)
1878
+ @instance_ip_mode = args[:instance_ip_mode] if args.key?(:instance_ip_mode)
1872
1879
  @instance_tag = args[:instance_tag] if args.key?(:instance_tag)
1873
1880
  @name = args[:name] if args.key?(:name)
1874
1881
  @session_affinity = args[:session_affinity] if args.key?(:session_affinity)
@@ -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.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210618"
25
+ REVISION = "20210721"
26
26
  end
27
27
  end
28
28
  end
@@ -946,6 +946,7 @@ module Google
946
946
  # @private
947
947
  class Representation < Google::Apis::Core::JsonRepresentation
948
948
  collection :forwarded_ports, as: 'forwardedPorts'
949
+ property :instance_ip_mode, as: 'instanceIpMode'
949
950
  property :instance_tag, as: 'instanceTag'
950
951
  property :name, as: 'name'
951
952
  property :session_affinity, as: 'sessionAffinity'
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.12.0
4
+ version: 0.13.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-07-05 00:00:00.000000000 Z
11
+ date: 2021-08-02 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/master/generated/google-apis-appengine_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appengine_v1beta/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-appengine_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []