google-apis-networkmanagement_v1beta1 0.17.0 → 0.20.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 +4 -4
- data/CHANGELOG.md +13 -0
- data/lib/google/apis/networkmanagement_v1beta1/classes.rb +5 -5
- data/lib/google/apis/networkmanagement_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/networkmanagement_v1beta1/representations.rb +1 -1
- data/lib/google/apis/networkmanagement_v1beta1/service.rb +9 -6
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52d679e14d2fac88539cc98e8259c9a065248bbbe16bb35691d7d7ec9ddb71a0
|
4
|
+
data.tar.gz: f323237434385f8b2d34682ed31e8251a4809728bef22d17608fde1a2ebb2f14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 993c1d6fea916c682fd51637773a43e5bd5372c5bdae369fe1d7662b3caf5b872e1f0c569ec92e4e0183fbec9a55ed1eda57ad18bee577f97ccbffe3f858d764
|
7
|
+
data.tar.gz: 1fbdf2799da44204fb8e69ab2cf1558ce7047ed6fbf60af0f898613dd3f1626da3d5ea0ac1a6c891e8ffc365378a1f083bb698cf2057ce89850e5ddc221d989d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-networkmanagement_v1beta1
|
2
2
|
|
3
|
+
### v0.20.0 (2022-06-04)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220526
|
6
|
+
* Regenerated using generator version 0.5.0
|
7
|
+
|
8
|
+
### v0.19.0 (2022-05-26)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20220504
|
11
|
+
|
12
|
+
### v0.18.0 (2022-05-07)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20220427
|
15
|
+
|
3
16
|
### v0.17.0 (2022-04-23)
|
4
17
|
|
5
18
|
* Regenerated from discovery document revision 20220413
|
@@ -97,8 +97,8 @@ module Google
|
|
97
97
|
# "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
|
98
98
|
# , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
|
99
99
|
# this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
|
100
|
-
# exempts jose@example.com from DATA_READ logging, and aliya@example.com
|
101
|
-
# DATA_WRITE logging.
|
100
|
+
# exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
|
101
|
+
# from DATA_WRITE logging.
|
102
102
|
class AuditConfig
|
103
103
|
include Google::Apis::Core::Hashable
|
104
104
|
|
@@ -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.20.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.5.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220526"
|
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
|
@@ -236,8 +236,9 @@ module Google
|
|
236
236
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
237
237
|
# resource exists and does not have a policy set.
|
238
238
|
# @param [String] resource
|
239
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
240
|
-
#
|
239
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
240
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
241
|
+
# appropriate value for this field.
|
241
242
|
# @param [Fixnum] options_requested_policy_version
|
242
243
|
# Optional. The maximum policy version that will be used to format the policy.
|
243
244
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -421,8 +422,9 @@ module Google
|
|
421
422
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
422
423
|
# PERMISSION_DENIED` errors.
|
423
424
|
# @param [String] resource
|
424
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
425
|
-
#
|
425
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
426
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
427
|
+
# appropriate value for this field.
|
426
428
|
# @param [Google::Apis::NetworkmanagementV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
|
427
429
|
# @param [String] fields
|
428
430
|
# Selector specifying which fields to include in a partial response.
|
@@ -459,8 +461,9 @@ module Google
|
|
459
461
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
460
462
|
# This operation may "fail open" without warning.
|
461
463
|
# @param [String] resource
|
462
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
463
|
-
#
|
464
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
465
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
466
|
+
# appropriate value for this field.
|
464
467
|
# @param [Google::Apis::NetworkmanagementV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
465
468
|
# @param [String] fields
|
466
469
|
# Selector specifying which fields to include in a partial response.
|
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.20.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-06-13 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.5'
|
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.5'
|
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-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.20.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.14
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Network Management API V1beta1
|