google-apis-networkmanagement_v1beta1 0.15.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: a9c49d43ade08d0828fa70ad203b7d01d1abdec8330625fd0f68a5aa6f2f45c9
4
- data.tar.gz: f6dce5223bd3f5c209d2219e4fa8996d8a0d79badcd4ee19beae74ca080ec20e
3
+ metadata.gz: fc03c1b1893c0b8d335831885d48d1ccf18804412d30c6c0de7e2a5fe86db86e
4
+ data.tar.gz: b4607b8ea71f10faa8f65e41e2d819d0f892b91fbab66622a9c837f24e1c8d1a
5
5
  SHA512:
6
- metadata.gz: 891e31ed0f6a99eca92e436df346acb138719f0222d36aeb4f412e74d16faa409c0d40b23f4956bcd216eda0740678cbe008465a2938cb224de9edfc65c23c31
7
- data.tar.gz: 46fd2ce4550d1821fafe203fc21bcecd7b3d058cfd98cfe016619a2ec2f27128ce2eb21383d9cec7bca1e6add4401b50ba55dde646e685775e4d11f6ed2f52a5
6
+ metadata.gz: bac7ebb76bfab3756596898688d1c7bcbbb35fe57e0ffe830ae6984de0dd1526f2e079396280da32e6b67f54a1d3d685ff76e56fa66d646cc516d34da060dd97
7
+ data.tar.gz: 14e1d66d7b8794429496e6379bff22aec86080b757b23a2ec08b2a2725bffe500380011067e482edae597010728a2c0a4056e630868401a78851a566c223cb99
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
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
+
7
+ ### v0.17.0 (2022-04-23)
8
+
9
+ * Regenerated from discovery document revision 20220413
10
+
11
+ ### v0.16.0 (2022-04-02)
12
+
13
+ * Regenerated from discovery document revision 20220323
14
+
3
15
  ### v0.15.0 (2022-03-12)
4
16
 
5
17
  * Regenerated from discovery document revision 20220228
@@ -178,7 +178,7 @@ module Google
178
178
  # @return [Google::Apis::NetworkmanagementV1beta1::Expr]
179
179
  attr_accessor :condition
180
180
 
181
- # Specifies the principals requesting access for a Cloud Platform resource. `
181
+ # Specifies the principals requesting access for a Google Cloud resource. `
182
182
  # members` can have the following values: * `allUsers`: A special identifier
183
183
  # that represents anyone who is on the internet; with or without a Google
184
184
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -506,8 +506,7 @@ module Google
506
506
  # A generic empty message that you can re-use to avoid defining duplicated empty
507
507
  # messages in your APIs. A typical example is to use it as the request or the
508
508
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
509
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
510
- # `Empty` is empty JSON object ````.
509
+ # protobuf.Empty) returns (google.protobuf.Empty); `
511
510
  class Empty
512
511
  include Google::Apis::Core::Hashable
513
512
 
@@ -1782,9 +1781,9 @@ module Google
1782
1781
  attr_accessor :abort
1783
1782
 
1784
1783
  # For display only. Metadata associated with an App Engine version.
1785
- # Corresponds to the JSON property `appEngineVersionInfo`
1784
+ # Corresponds to the JSON property `appEngineVersion`
1786
1785
  # @return [Google::Apis::NetworkmanagementV1beta1::AppEngineVersionInfo]
1787
- attr_accessor :app_engine_version_info
1786
+ attr_accessor :app_engine_version
1788
1787
 
1789
1788
  # This is a step that leads to the final state Drop.
1790
1789
  # Corresponds to the JSON property `causesDrop`
@@ -1898,7 +1897,7 @@ module Google
1898
1897
  # Update properties of this object
1899
1898
  def update!(**args)
1900
1899
  @abort = args[:abort] if args.key?(:abort)
1901
- @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)
1902
1901
  @causes_drop = args[:causes_drop] if args.key?(:causes_drop)
1903
1902
  @cloud_function = args[:cloud_function] if args.key?(:cloud_function)
1904
1903
  @cloud_sql_instance = args[:cloud_sql_instance] if args.key?(:cloud_sql_instance)
@@ -1927,7 +1926,7 @@ module Google
1927
1926
  include Google::Apis::Core::Hashable
1928
1927
 
1929
1928
  # The set of permissions to check for the `resource`. Permissions with wildcards
1930
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
1929
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
1931
1930
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1932
1931
  # Corresponds to the JSON property `permissions`
1933
1932
  # @return [Array<String>]
@@ -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.15.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 = "20220228"
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
@@ -85,8 +85,8 @@ module Google
85
85
  # The resource that owns the locations collection, if applicable.
86
86
  # @param [String] filter
87
87
  # A filter to narrow down results to a preferred subset. The filtering language
88
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
89
- # AIP-160](https://google.aip.dev/160).
88
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
89
+ # in [AIP-160](https://google.aip.dev/160).
90
90
  # @param [Fixnum] page_size
91
91
  # The maximum number of results to return. If not set, the service selects a
92
92
  # default.
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.15.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-03-14 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.15.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: []