google-apis-networkmanagement_v1 0.31.0 → 0.32.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: 19f86a876f5ccaf99c64d22178d533f30daecc5b2390e8b2b9fda552f5bb99c1
4
- data.tar.gz: 6115140f484b864c4c0fa335e43916005272afce37d21cc772613fe1d51d9d1e
3
+ metadata.gz: a895ef6f2640d46a20033575dbe2e146c18194476ef3aed4aea0657e3cf08bf2
4
+ data.tar.gz: 9aaa6dcf9e00be63cd9b15fe1d275e31f0f47844c0aed6c712804d37e9c77c1f
5
5
  SHA512:
6
- metadata.gz: b19921be2f81fdea5a6f4032ca47035dfc68693114f540e1aed1b0190f43a4c044efccf6976e264bf5139bb68c7ffef227d31229217e6d81940ea6c79ad61cfd
7
- data.tar.gz: 4bd894b6fe7fe5d00cabc92431e66dd93778cd0776fa865aa7c4956462539ffb065869d450f097a11d9fc714adfa2c8a2d248a60f76e839d15ec716c3bbb4fc7
6
+ metadata.gz: ae84e6f855b6af8b170d909d9aa2edf1198ca64a66d9ae70de0f88eea3195772b1d3ed12d6838a1548d2380095d19205e0d5a31b8889f113be82cfd2a15c2215
7
+ data.tar.gz: '0139376bb966a938f88640789f2781d25897a94622cf45058ca511c8c1279673cdc3053e6057f5d6fc217aa0f407309ab4e9b8d3daaaa183235235e8a39e16a0'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.32.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230809
6
+
3
7
  ### v0.31.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230802
@@ -712,6 +712,11 @@ module Google
712
712
  # @return [String]
713
713
  attr_accessor :protocol
714
714
 
715
+ # URI of the source telemetry agent this packet originates from.
716
+ # Corresponds to the JSON property `sourceAgentUri`
717
+ # @return [String]
718
+ attr_accessor :source_agent_uri
719
+
715
720
  # Source IP address.
716
721
  # Corresponds to the JSON property `sourceIp`
717
722
  # @return [String]
@@ -737,6 +742,7 @@ module Google
737
742
  @destination_network_uri = args[:destination_network_uri] if args.key?(:destination_network_uri)
738
743
  @destination_port = args[:destination_port] if args.key?(:destination_port)
739
744
  @protocol = args[:protocol] if args.key?(:protocol)
745
+ @source_agent_uri = args[:source_agent_uri] if args.key?(:source_agent_uri)
740
746
  @source_ip = args[:source_ip] if args.key?(:source_ip)
741
747
  @source_network_uri = args[:source_network_uri] if args.key?(:source_network_uri)
742
748
  @source_port = args[:source_port] if args.key?(:source_port)
@@ -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.31.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230802"
25
+ REVISION = "20230809"
26
26
  end
27
27
  end
28
28
  end
@@ -479,6 +479,7 @@ module Google
479
479
  property :destination_network_uri, as: 'destinationNetworkUri'
480
480
  property :destination_port, as: 'destinationPort'
481
481
  property :protocol, as: 'protocol'
482
+ property :source_agent_uri, as: 'sourceAgentUri'
482
483
  property :source_ip, as: 'sourceIp'
483
484
  property :source_network_uri, as: 'sourceNetworkUri'
484
485
  property :source_port, as: 'sourcePort'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.32.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: 2023-08-13 00:00:00.000000000 Z
11
+ date: 2023-08-27 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Network Management API V1