google-apis-networkmanagement_v1 0.59.0 → 0.60.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c9d7469f3e1fc0c1eede22bbadab0c17de3287e39b5ca94802b531ef14fe7562
|
4
|
+
data.tar.gz: d6d1263c4b2be468f4d81dc42a2a43841f0923497d4a99ea4c4722c2cb2cf232
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c0c2590df1583678ef7892777b83166869b2494304a7785979811aacc632c853b8432d38cd5bb215d6ff92457a0b4f79fe0c0d28f6bb2fd48f7605e350f1acf
|
7
|
+
data.tar.gz: 415c04a52ec19d39c5c705061534d8585e2b3a6a6f1404cda828423b147ebf4a8bd74cc562bcc707bd32eb314e3b75e0b522b98e0f240871436cd0dce75c4c8b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-networkmanagement_v1
|
2
2
|
|
3
|
+
### v0.60.0 (2025-05-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250521
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.59.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250423
|
@@ -580,6 +580,11 @@ module Google
|
|
580
580
|
class DeliverInfo
|
581
581
|
include Google::Apis::Core::Hashable
|
582
582
|
|
583
|
+
# Recognized type of a Google Service the packet is delivered to (if applicable).
|
584
|
+
# Corresponds to the JSON property `googleServiceType`
|
585
|
+
# @return [String]
|
586
|
+
attr_accessor :google_service_type
|
587
|
+
|
583
588
|
# IP address of the target (if applicable).
|
584
589
|
# Corresponds to the JSON property `ipAddress`
|
585
590
|
# @return [String]
|
@@ -611,6 +616,7 @@ module Google
|
|
611
616
|
|
612
617
|
# Update properties of this object
|
613
618
|
def update!(**args)
|
619
|
+
@google_service_type = args[:google_service_type] if args.key?(:google_service_type)
|
614
620
|
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
615
621
|
@psc_google_api_target = args[:psc_google_api_target] if args.key?(:psc_google_api_target)
|
616
622
|
@resource_uri = args[:resource_uri] if args.key?(:resource_uri)
|
@@ -1809,8 +1815,7 @@ module Google
|
|
1809
1815
|
end
|
1810
1816
|
end
|
1811
1817
|
|
1812
|
-
# For display only. Metadata associated with a Compute Engine network.
|
1813
|
-
# 7
|
1818
|
+
# For display only. Metadata associated with a Compute Engine network.
|
1814
1819
|
class NetworkInfo
|
1815
1820
|
include Google::Apis::Core::Hashable
|
1816
1821
|
|
@@ -2862,8 +2867,7 @@ module Google
|
|
2862
2867
|
# @return [Google::Apis::NetworkmanagementV1::NatInfo]
|
2863
2868
|
attr_accessor :nat
|
2864
2869
|
|
2865
|
-
# For display only. Metadata associated with a Compute Engine network.
|
2866
|
-
# 7
|
2870
|
+
# For display only. Metadata associated with a Compute Engine network.
|
2867
2871
|
# Corresponds to the JSON property `network`
|
2868
2872
|
# @return [Google::Apis::NetworkmanagementV1::NetworkInfo]
|
2869
2873
|
attr_accessor :network
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.60.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250521"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -535,6 +535,7 @@ module Google
|
|
535
535
|
class DeliverInfo
|
536
536
|
# @private
|
537
537
|
class Representation < Google::Apis::Core::JsonRepresentation
|
538
|
+
property :google_service_type, as: 'googleServiceType'
|
538
539
|
property :ip_address, as: 'ipAddress'
|
539
540
|
property :psc_google_api_target, as: 'pscGoogleApiTarget'
|
540
541
|
property :resource_uri, as: 'resourceUri'
|
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.
|
4
|
+
version: 0.60.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.60.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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Network Management API V1
|
79
79
|
test_files: []
|