google-apis-networkmanagement_v1 0.77.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 42d025f034a4cfd8079c9a096a6e50f043f6c9c4d5bd5a3eef3b4783b1b3b00e
4
- data.tar.gz: 5f8c798e549055de736afce7ef4a4215341bf901434a616a3bd14ea7703ce975
3
+ metadata.gz: 7da4a4ca215f000ed96dcc3e7d17d85a89033f798c09dc940eb1a51c4cd63782
4
+ data.tar.gz: 82548bf6996891ec99b34db71fd282bcd861cc6186c820cc95470132d58398f8
5
5
  SHA512:
6
- metadata.gz: cbe2ae77d06f0ed96dff27ba75d724c47789a6aa8d5191c7c34258b4d72c7d5c0f98a3e2abcead45e2b87f4924775d65986349c1023dc4f6fe93175d489ba4c2
7
- data.tar.gz: fcc53ec14b20b71509719b80dd4d88b363b47c1933141cd9b3c13649eb69f24b4546c5db5487fc1344900a0db68a8f60cf828c6b1a8abb1d76b5b86ab779490d
6
+ metadata.gz: 575b6792ba78a790fc5fc47f837ee32f594aeef3d3c7f9d215d2e1ea21606333c9196d44895bdda6069e996cc5eacf955d63b528851d74366ea5d9483e15a818
7
+ data.tar.gz: f45497f23871093abc2c148783b0e3f1ada9ea1dd062602bc26966af4f4d941398df3fb1700516b0c19de54386490a28086bde0b58bcdb71333749052b0c7e03
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.77.0 (2026-02-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20260121
@@ -1429,45 +1429,6 @@ module Google
1429
1429
  end
1430
1430
  end
1431
1431
 
1432
- # For display only. Metadata associated with ARRIVE_AT_GOOGLE_MANAGED_SERVICE
1433
- # state.
1434
- class GoogleManagedServiceInfo
1435
- include Google::Apis::Core::Hashable
1436
-
1437
- # IP address of the Google-managed service endpoint.
1438
- # Corresponds to the JSON property `ipAddress`
1439
- # @return [String]
1440
- attr_accessor :ip_address
1441
-
1442
- # URI of the Google-managed service endpoint network, it is empty if the IP
1443
- # address is a public IP address.
1444
- # Corresponds to the JSON property `networkUri`
1445
- # @return [String]
1446
- attr_accessor :network_uri
1447
-
1448
- # Type of a Google-managed service.
1449
- # Corresponds to the JSON property `serviceType`
1450
- # @return [String]
1451
- attr_accessor :service_type
1452
-
1453
- # URI of the Google-managed service.
1454
- # Corresponds to the JSON property `serviceUri`
1455
- # @return [String]
1456
- attr_accessor :service_uri
1457
-
1458
- def initialize(**args)
1459
- update!(**args)
1460
- end
1461
-
1462
- # Update properties of this object
1463
- def update!(**args)
1464
- @ip_address = args[:ip_address] if args.key?(:ip_address)
1465
- @network_uri = args[:network_uri] if args.key?(:network_uri)
1466
- @service_type = args[:service_type] if args.key?(:service_type)
1467
- @service_uri = args[:service_uri] if args.key?(:service_uri)
1468
- end
1469
- end
1470
-
1471
1432
  # For display only. Details of a Google Service sending packets to a VPC network.
1472
1433
  # Although the source IP might be a publicly routable address, some Google
1473
1434
  # Services use special routes within Google production infrastructure to reach
@@ -3263,12 +3224,6 @@ module Google
3263
3224
  # @return [Google::Apis::NetworkmanagementV1::GkePodInfo]
3264
3225
  attr_accessor :gke_pod
3265
3226
 
3266
- # For display only. Metadata associated with ARRIVE_AT_GOOGLE_MANAGED_SERVICE
3267
- # state.
3268
- # Corresponds to the JSON property `googleManagedService`
3269
- # @return [Google::Apis::NetworkmanagementV1::GoogleManagedServiceInfo]
3270
- attr_accessor :google_managed_service
3271
-
3272
3227
  # For display only. Details of a Google Service sending packets to a VPC network.
3273
3228
  # Although the source IP might be a publicly routable address, some Google
3274
3229
  # Services use special routes within Google production infrastructure to reach
@@ -3402,7 +3357,6 @@ module Google
3402
3357
  @forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
3403
3358
  @gke_master = args[:gke_master] if args.key?(:gke_master)
3404
3359
  @gke_pod = args[:gke_pod] if args.key?(:gke_pod)
3405
- @google_managed_service = args[:google_managed_service] if args.key?(:google_managed_service)
3406
3360
  @google_service = args[:google_service] if args.key?(:google_service)
3407
3361
  @hybrid_subnet = args[:hybrid_subnet] if args.key?(:hybrid_subnet)
3408
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.77.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 = "20260121"
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.77.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.77.0
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: