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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cda51f9e0e334a436f7b7fdd075ae7b5963f801df1f36e0a724dc4057945e96f
4
- data.tar.gz: e9c78679db1939cca2452ae406a03e720446e12bfd9de92c5f1946d1630e4cb9
3
+ metadata.gz: 52d679e14d2fac88539cc98e8259c9a065248bbbe16bb35691d7d7ec9ddb71a0
4
+ data.tar.gz: f323237434385f8b2d34682ed31e8251a4809728bef22d17608fde1a2ebb2f14
5
5
  SHA512:
6
- metadata.gz: 20c114989234cfe0b4c34ee46324b249604e05cd0b2302688b577f9178a52517c6d0766ae0e2f6fbfd6f34d0dc177f44969a222b0ca7dd0f016146c7a7b45d79
7
- data.tar.gz: b3a8771a01b6caf95db688a9ed061ac772d57f0f7498eed48bf0cc08f39275021488d3328c937c5d4fb818880bc0e243cfdaacd703fdbaaa58f917ee3243cdb3
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 from
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 `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.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220413"
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 :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
@@ -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 the
240
- # operation documentation for the appropriate value for this field.
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 the
425
- # operation documentation for the appropriate value for this field.
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 the
463
- # operation documentation for the appropriate value for this field.
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.17.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-04-25 00:00:00.000000000 Z
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.4'
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.4'
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.17.0
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.5
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