google-apis-networkmanagement_v1 0.73.0 → 0.74.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: 0014f55ac0fc61c97358ea17f21f175f2f5a5deaaf74bfa342f2c60dd6187ed2
4
- data.tar.gz: 361c5727a6ca6405b4df66f2215cd25cf8048410513e8e0ff630bd9ad5394da1
3
+ metadata.gz: '03489853324e6a048078e28195f247080dcdaea11f68c20fba070b425dbe1174'
4
+ data.tar.gz: df29b22ac636b64085971dddda72a838d140e30038e91f8a37a69c42cb6175c7
5
5
  SHA512:
6
- metadata.gz: b48d10f264a1a9fa5e7b8171c1d6a2facccc3ce884ae939a3e76f32ae2eeb4dd3548b5780a7c24188ef9d964aad8c60414ca6936b8df4626edd617de4f242350
7
- data.tar.gz: 34da2bb3108a8bd77972d444323ad6b88c8350bc70828d3828baec60ca93e2b75c2ffde0b6b93120b192e0fe4ec2e6c815e2f626aea670df5517973bf273aa59
6
+ metadata.gz: 5ee4f21e5f4cf87f3bf306b827bb6dd1656a606cf01f054abe4b02b4fc7bb4fddc71c7f0e3914a35aba53bca3a3df44eb3ca06b7490e2b1a1a4f3bb73ee0026d
7
+ data.tar.gz: 7a51c67206a86d71c85cb31354b322905430e8220f32a14966018fec3e24c0478cdebd61ac01189cea1d3ad04a2603e145f5370c919bfddacb10e2a034e554c9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.74.0 (2025-12-14)
4
+
5
+ * Regenerated from discovery document revision 20251203
6
+
3
7
  ### v0.73.0 (2025-11-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20251105
@@ -1702,8 +1702,9 @@ module Google
1702
1702
  attr_accessor :operations
1703
1703
 
1704
1704
  # Unordered list. Unreachable resources. Populated when the request sets `
1705
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
1706
- # when attempting to list all resources across all supported locations.
1705
+ # ListOperationsRequest.return_partial_success` and reads across collections.
1706
+ # For example, when attempting to list all resources across all supported
1707
+ # locations.
1707
1708
  # Corresponds to the JSON property `unreachable`
1708
1709
  # @return [Array<String>]
1709
1710
  attr_accessor :unreachable
@@ -1971,6 +1972,11 @@ module Google
1971
1972
  class NatInfo
1972
1973
  include Google::Apis::Core::Hashable
1973
1974
 
1975
+ # Type of Cloud NAT gateway. Only valid when `type` is CLOUD_NAT.
1976
+ # Corresponds to the JSON property `cloudNatGatewayType`
1977
+ # @return [String]
1978
+ attr_accessor :cloud_nat_gateway_type
1979
+
1974
1980
  # The name of Cloud NAT Gateway. Only valid when type is CLOUD_NAT.
1975
1981
  # Corresponds to the JSON property `natGatewayName`
1976
1982
  # @return [String]
@@ -2043,6 +2049,7 @@ module Google
2043
2049
 
2044
2050
  # Update properties of this object
2045
2051
  def update!(**args)
2052
+ @cloud_nat_gateway_type = args[:cloud_nat_gateway_type] if args.key?(:cloud_nat_gateway_type)
2046
2053
  @nat_gateway_name = args[:nat_gateway_name] if args.key?(:nat_gateway_name)
2047
2054
  @network_uri = args[:network_uri] if args.key?(:network_uri)
2048
2055
  @new_destination_ip = args[:new_destination_ip] if args.key?(:new_destination_ip)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkmanagementV1
18
18
  # Version of the google-apis-networkmanagement_v1 gem
19
- GEM_VERSION = "0.73.0"
19
+ GEM_VERSION = "0.74.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251105"
25
+ REVISION = "20251203"
26
26
  end
27
27
  end
28
28
  end
@@ -893,6 +893,7 @@ module Google
893
893
  class NatInfo
894
894
  # @private
895
895
  class Representation < Google::Apis::Core::JsonRepresentation
896
+ property :cloud_nat_gateway_type, as: 'cloudNatGatewayType'
896
897
  property :nat_gateway_name, as: 'natGatewayName'
897
898
  property :network_uri, as: 'networkUri'
898
899
  property :new_destination_ip, as: 'newDestinationIp'
@@ -245,11 +245,12 @@ module Google
245
245
  # The standard list page token.
246
246
  # @param [Boolean] return_partial_success
247
247
  # When set to `true`, operations that are reachable are returned as normal, and
248
- # those that are unreachable are returned in the [ListOperationsResponse.
249
- # unreachable] field. This can only be `true` when reading across collections e.
250
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
251
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
252
- # explicitly documented otherwise in service or product specific documentation.
248
+ # those that are unreachable are returned in the ListOperationsResponse.
249
+ # unreachable field. This can only be `true` when reading across collections.
250
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
251
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
252
+ # if set unless explicitly documented otherwise in service or product specific
253
+ # documentation.
253
254
  # @param [String] fields
254
255
  # Selector specifying which fields to include in a partial response.
255
256
  # @param [String] quota_user
@@ -1054,11 +1055,12 @@ module Google
1054
1055
  # The standard list page token.
1055
1056
  # @param [Boolean] return_partial_success
1056
1057
  # When set to `true`, operations that are reachable are returned as normal, and
1057
- # those that are unreachable are returned in the [ListOperationsResponse.
1058
- # unreachable] field. This can only be `true` when reading across collections e.
1059
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1060
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1061
- # explicitly documented otherwise in service or product specific documentation.
1058
+ # those that are unreachable are returned in the ListOperationsResponse.
1059
+ # unreachable field. This can only be `true` when reading across collections.
1060
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
1061
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
1062
+ # if set unless explicitly documented otherwise in service or product specific
1063
+ # documentation.
1062
1064
  # @param [String] fields
1063
1065
  # Selector specifying which fields to include in a partial response.
1064
1066
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.73.0
4
+ version: 0.74.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.73.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.74.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
62
62
  rdoc_options: []
63
63
  require_paths: