google-apis-networkmanagement_v1beta1 0.17.0 → 0.18.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: cda51f9e0e334a436f7b7fdd075ae7b5963f801df1f36e0a724dc4057945e96f
4
- data.tar.gz: e9c78679db1939cca2452ae406a03e720446e12bfd9de92c5f1946d1630e4cb9
3
+ metadata.gz: fc03c1b1893c0b8d335831885d48d1ccf18804412d30c6c0de7e2a5fe86db86e
4
+ data.tar.gz: b4607b8ea71f10faa8f65e41e2d819d0f892b91fbab66622a9c837f24e1c8d1a
5
5
  SHA512:
6
- metadata.gz: 20c114989234cfe0b4c34ee46324b249604e05cd0b2302688b577f9178a52517c6d0766ae0e2f6fbfd6f34d0dc177f44969a222b0ca7dd0f016146c7a7b45d79
7
- data.tar.gz: b3a8771a01b6caf95db688a9ed061ac772d57f0f7498eed48bf0cc08f39275021488d3328c937c5d4fb818880bc0e243cfdaacd703fdbaaa58f917ee3243cdb3
6
+ metadata.gz: bac7ebb76bfab3756596898688d1c7bcbbb35fe57e0ffe830ae6984de0dd1526f2e079396280da32e6b67f54a1d3d685ff76e56fa66d646cc516d34da060dd97
7
+ data.tar.gz: 14e1d66d7b8794429496e6379bff22aec86080b757b23a2ec08b2a2725bffe500380011067e482edae597010728a2c0a4056e630868401a78851a566c223cb99
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1beta1
2
2
 
3
+ ### v0.18.0 (2022-05-07)
4
+
5
+ * Regenerated from discovery document revision 20220427
6
+
3
7
  ### v0.17.0 (2022-04-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20220413
@@ -1781,9 +1781,9 @@ module Google
1781
1781
  attr_accessor :abort
1782
1782
 
1783
1783
  # For display only. Metadata associated with an App Engine version.
1784
- # Corresponds to the JSON property `appEngineVersionInfo`
1784
+ # Corresponds to the JSON property `appEngineVersion`
1785
1785
  # @return [Google::Apis::NetworkmanagementV1beta1::AppEngineVersionInfo]
1786
- attr_accessor :app_engine_version_info
1786
+ attr_accessor :app_engine_version
1787
1787
 
1788
1788
  # This is a step that leads to the final state Drop.
1789
1789
  # Corresponds to the JSON property `causesDrop`
@@ -1897,7 +1897,7 @@ module Google
1897
1897
  # Update properties of this object
1898
1898
  def update!(**args)
1899
1899
  @abort = args[:abort] if args.key?(:abort)
1900
- @app_engine_version_info = args[:app_engine_version_info] if args.key?(:app_engine_version_info)
1900
+ @app_engine_version = args[:app_engine_version] if args.key?(:app_engine_version)
1901
1901
  @causes_drop = args[:causes_drop] if args.key?(:causes_drop)
1902
1902
  @cloud_function = args[:cloud_function] if args.key?(:cloud_function)
1903
1903
  @cloud_sql_instance = args[:cloud_sql_instance] if args.key?(:cloud_sql_instance)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkmanagementV1beta1
18
18
  # Version of the google-apis-networkmanagement_v1beta1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220413"
25
+ REVISION = "20220427"
26
26
  end
27
27
  end
28
28
  end
@@ -735,7 +735,7 @@ module Google
735
735
  class Representation < Google::Apis::Core::JsonRepresentation
736
736
  property :abort, as: 'abort', class: Google::Apis::NetworkmanagementV1beta1::AbortInfo, decorator: Google::Apis::NetworkmanagementV1beta1::AbortInfo::Representation
737
737
 
738
- property :app_engine_version_info, as: 'appEngineVersionInfo', class: Google::Apis::NetworkmanagementV1beta1::AppEngineVersionInfo, decorator: Google::Apis::NetworkmanagementV1beta1::AppEngineVersionInfo::Representation
738
+ property :app_engine_version, as: 'appEngineVersion', class: Google::Apis::NetworkmanagementV1beta1::AppEngineVersionInfo, decorator: Google::Apis::NetworkmanagementV1beta1::AppEngineVersionInfo::Representation
739
739
 
740
740
  property :causes_drop, as: 'causesDrop'
741
741
  property :cloud_function, as: 'cloudFunction', class: Google::Apis::NetworkmanagementV1beta1::CloudFunctionInfo, decorator: Google::Apis::NetworkmanagementV1beta1::CloudFunctionInfo::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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-04-25 00:00:00.000000000 Z
11
+ date: 2022-05-09 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-networkmanagement_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []