google-apis-networkmanagement_v1 0.76.0 → 0.78.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/networkmanagement_v1/classes.rb +7 -52
- data/lib/google/apis/networkmanagement_v1/gem_version.rb +2 -2
- data/lib/google/apis/networkmanagement_v1/representations.rb +0 -18
- data/lib/google/apis/networkmanagement_v1/service.rb +10 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7da4a4ca215f000ed96dcc3e7d17d85a89033f798c09dc940eb1a51c4cd63782
|
|
4
|
+
data.tar.gz: 82548bf6996891ec99b34db71fd282bcd861cc6186c820cc95470132d58398f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 575b6792ba78a790fc5fc47f837ee32f594aeef3d3c7f9d215d2e1ea21606333c9196d44895bdda6069e996cc5eacf955d63b528851d74366ea5d9483e15a818
|
|
7
|
+
data.tar.gz: f45497f23871093abc2c148783b0e3f1ada9ea1dd062602bc26966af4f4d941398df3fb1700516b0c19de54386490a28086bde0b58bcdb71333749052b0c7e03
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-networkmanagement_v1
|
|
2
2
|
|
|
3
|
+
### v0.78.0 (2026-02-08)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260130
|
|
6
|
+
|
|
7
|
+
### v0.77.0 (2026-02-01)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260121
|
|
10
|
+
|
|
3
11
|
### v0.76.0 (2026-01-25)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260114
|
|
@@ -957,14 +957,15 @@ module Google
|
|
|
957
957
|
# @return [String]
|
|
958
958
|
attr_accessor :load_balancer_type
|
|
959
959
|
|
|
960
|
-
# A VPC network URI.
|
|
961
|
-
# source
|
|
960
|
+
# A VPC network URI. For source endpoints, used according to the `network_type`.
|
|
961
|
+
# For destination endpoints, used only when the source is an external IP address
|
|
962
|
+
# endpoint, and the destination is an internal IP address endpoint.
|
|
962
963
|
# Corresponds to the JSON property `network`
|
|
963
964
|
# @return [String]
|
|
964
965
|
attr_accessor :network
|
|
965
966
|
|
|
966
|
-
#
|
|
967
|
-
#
|
|
967
|
+
# For source endpoints, type of the network where the endpoint is located. Not
|
|
968
|
+
# relevant for destination endpoints.
|
|
968
969
|
# Corresponds to the JSON property `networkType`
|
|
969
970
|
# @return [String]
|
|
970
971
|
attr_accessor :network_type
|
|
@@ -975,8 +976,8 @@ module Google
|
|
|
975
976
|
# @return [Fixnum]
|
|
976
977
|
attr_accessor :port
|
|
977
978
|
|
|
978
|
-
#
|
|
979
|
-
#
|
|
979
|
+
# For source endpoints, endpoint project ID. Used according to the `network_type`
|
|
980
|
+
# . Not relevant for destination endpoints.
|
|
980
981
|
# Corresponds to the JSON property `projectId`
|
|
981
982
|
# @return [String]
|
|
982
983
|
attr_accessor :project_id
|
|
@@ -1428,45 +1429,6 @@ module Google
|
|
|
1428
1429
|
end
|
|
1429
1430
|
end
|
|
1430
1431
|
|
|
1431
|
-
# For display only. Metadata associated with ARRIVE_AT_GOOGLE_MANAGED_SERVICE
|
|
1432
|
-
# state.
|
|
1433
|
-
class GoogleManagedServiceInfo
|
|
1434
|
-
include Google::Apis::Core::Hashable
|
|
1435
|
-
|
|
1436
|
-
# IP address of the Google-managed service endpoint.
|
|
1437
|
-
# Corresponds to the JSON property `ipAddress`
|
|
1438
|
-
# @return [String]
|
|
1439
|
-
attr_accessor :ip_address
|
|
1440
|
-
|
|
1441
|
-
# URI of the Google-managed service endpoint network, it is empty if the IP
|
|
1442
|
-
# address is a public IP address.
|
|
1443
|
-
# Corresponds to the JSON property `networkUri`
|
|
1444
|
-
# @return [String]
|
|
1445
|
-
attr_accessor :network_uri
|
|
1446
|
-
|
|
1447
|
-
# Type of a Google-managed service.
|
|
1448
|
-
# Corresponds to the JSON property `serviceType`
|
|
1449
|
-
# @return [String]
|
|
1450
|
-
attr_accessor :service_type
|
|
1451
|
-
|
|
1452
|
-
# URI of the Google-managed service.
|
|
1453
|
-
# Corresponds to the JSON property `serviceUri`
|
|
1454
|
-
# @return [String]
|
|
1455
|
-
attr_accessor :service_uri
|
|
1456
|
-
|
|
1457
|
-
def initialize(**args)
|
|
1458
|
-
update!(**args)
|
|
1459
|
-
end
|
|
1460
|
-
|
|
1461
|
-
# Update properties of this object
|
|
1462
|
-
def update!(**args)
|
|
1463
|
-
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
|
1464
|
-
@network_uri = args[:network_uri] if args.key?(:network_uri)
|
|
1465
|
-
@service_type = args[:service_type] if args.key?(:service_type)
|
|
1466
|
-
@service_uri = args[:service_uri] if args.key?(:service_uri)
|
|
1467
|
-
end
|
|
1468
|
-
end
|
|
1469
|
-
|
|
1470
1432
|
# For display only. Details of a Google Service sending packets to a VPC network.
|
|
1471
1433
|
# Although the source IP might be a publicly routable address, some Google
|
|
1472
1434
|
# Services use special routes within Google production infrastructure to reach
|
|
@@ -3262,12 +3224,6 @@ module Google
|
|
|
3262
3224
|
# @return [Google::Apis::NetworkmanagementV1::GkePodInfo]
|
|
3263
3225
|
attr_accessor :gke_pod
|
|
3264
3226
|
|
|
3265
|
-
# For display only. Metadata associated with ARRIVE_AT_GOOGLE_MANAGED_SERVICE
|
|
3266
|
-
# state.
|
|
3267
|
-
# Corresponds to the JSON property `googleManagedService`
|
|
3268
|
-
# @return [Google::Apis::NetworkmanagementV1::GoogleManagedServiceInfo]
|
|
3269
|
-
attr_accessor :google_managed_service
|
|
3270
|
-
|
|
3271
3227
|
# For display only. Details of a Google Service sending packets to a VPC network.
|
|
3272
3228
|
# Although the source IP might be a publicly routable address, some Google
|
|
3273
3229
|
# Services use special routes within Google production infrastructure to reach
|
|
@@ -3401,7 +3357,6 @@ module Google
|
|
|
3401
3357
|
@forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
|
|
3402
3358
|
@gke_master = args[:gke_master] if args.key?(:gke_master)
|
|
3403
3359
|
@gke_pod = args[:gke_pod] if args.key?(:gke_pod)
|
|
3404
|
-
@google_managed_service = args[:google_managed_service] if args.key?(:google_managed_service)
|
|
3405
3360
|
@google_service = args[:google_service] if args.key?(:google_service)
|
|
3406
3361
|
@hybrid_subnet = args[:hybrid_subnet] if args.key?(:hybrid_subnet)
|
|
3407
3362
|
@instance = args[:instance] if args.key?(:instance)
|
|
@@ -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.78.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 = "
|
|
25
|
+
REVISION = "20260130"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -184,12 +184,6 @@ module Google
|
|
|
184
184
|
include Google::Apis::Core::JsonObjectSupport
|
|
185
185
|
end
|
|
186
186
|
|
|
187
|
-
class GoogleManagedServiceInfo
|
|
188
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
|
-
|
|
190
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
191
|
-
end
|
|
192
|
-
|
|
193
187
|
class GoogleServiceInfo
|
|
194
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
195
189
|
|
|
@@ -766,16 +760,6 @@ module Google
|
|
|
766
760
|
end
|
|
767
761
|
end
|
|
768
762
|
|
|
769
|
-
class GoogleManagedServiceInfo
|
|
770
|
-
# @private
|
|
771
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
772
|
-
property :ip_address, as: 'ipAddress'
|
|
773
|
-
property :network_uri, as: 'networkUri'
|
|
774
|
-
property :service_type, as: 'serviceType'
|
|
775
|
-
property :service_uri, as: 'serviceUri'
|
|
776
|
-
end
|
|
777
|
-
end
|
|
778
|
-
|
|
779
763
|
class GoogleServiceInfo
|
|
780
764
|
# @private
|
|
781
765
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1214,8 +1198,6 @@ module Google
|
|
|
1214
1198
|
|
|
1215
1199
|
property :gke_pod, as: 'gkePod', class: Google::Apis::NetworkmanagementV1::GkePodInfo, decorator: Google::Apis::NetworkmanagementV1::GkePodInfo::Representation
|
|
1216
1200
|
|
|
1217
|
-
property :google_managed_service, as: 'googleManagedService', class: Google::Apis::NetworkmanagementV1::GoogleManagedServiceInfo, decorator: Google::Apis::NetworkmanagementV1::GoogleManagedServiceInfo::Representation
|
|
1218
|
-
|
|
1219
1201
|
property :google_service, as: 'googleService', class: Google::Apis::NetworkmanagementV1::GoogleServiceInfo, decorator: Google::Apis::NetworkmanagementV1::GoogleServiceInfo::Representation
|
|
1220
1202
|
|
|
1221
1203
|
property :hybrid_subnet, as: 'hybridSubnet', class: Google::Apis::NetworkmanagementV1::HybridSubnetInfo, decorator: Google::Apis::NetworkmanagementV1::HybridSubnetInfo::Representation
|
|
@@ -82,7 +82,11 @@ module Google
|
|
|
82
82
|
execute_or_queue_command(command, &block)
|
|
83
83
|
end
|
|
84
84
|
|
|
85
|
-
# Lists information about the supported locations for this service.
|
|
85
|
+
# Lists information about the supported locations for this service. This method
|
|
86
|
+
# can be called in two ways: * **List all public locations:** Use the path `GET /
|
|
87
|
+
# v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
|
|
88
|
+
# projects/`project_id`/locations`. This may include public locations as well as
|
|
89
|
+
# private or other locations specifically visible to the project.
|
|
86
90
|
# @param [String] name
|
|
87
91
|
# The resource that owns the locations collection, if applicable.
|
|
88
92
|
# @param [Array<String>, String] extra_location_types
|
|
@@ -522,7 +526,11 @@ module Google
|
|
|
522
526
|
execute_or_queue_command(command, &block)
|
|
523
527
|
end
|
|
524
528
|
|
|
525
|
-
# Lists information about the supported locations for this service.
|
|
529
|
+
# Lists information about the supported locations for this service. This method
|
|
530
|
+
# can be called in two ways: * **List all public locations:** Use the path `GET /
|
|
531
|
+
# v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
|
|
532
|
+
# projects/`project_id`/locations`. This may include public locations as well as
|
|
533
|
+
# private or other locations specifically visible to the project.
|
|
526
534
|
# @param [String] name
|
|
527
535
|
# The resource that owns the locations collection, if applicable.
|
|
528
536
|
# @param [Array<String>, String] extra_location_types
|
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.78.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.78.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:
|