google-apis-networkmanagement_v1beta1 0.17.0 → 0.18.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: fc03c1b1893c0b8d335831885d48d1ccf18804412d30c6c0de7e2a5fe86db86e
|
|
4
|
+
data.tar.gz: b4607b8ea71f10faa8f65e41e2d819d0f892b91fbab66622a9c837f24e1c8d1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bac7ebb76bfab3756596898688d1c7bcbbb35fe57e0ffe830ae6984de0dd1526f2e079396280da32e6b67f54a1d3d685ff76e56fa66d646cc516d34da060dd97
|
|
7
|
+
data.tar.gz: 14e1d66d7b8794429496e6379bff22aec86080b757b23a2ec08b2a2725bffe500380011067e482edae597010728a2c0a4056e630868401a78851a566c223cb99
|
data/CHANGELOG.md
CHANGED
|
@@ -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 `
|
|
1784
|
+
# Corresponds to the JSON property `appEngineVersion`
|
|
1785
1785
|
# @return [Google::Apis::NetworkmanagementV1beta1::AppEngineVersionInfo]
|
|
1786
|
-
attr_accessor :
|
|
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
|
-
@
|
|
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.
|
|
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 = "
|
|
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 :
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|