google-apis-networkmanagement_v1 0.88.0 → 0.89.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: 358b49748d0964bd82660dd5a0e6052429f16abb8c96f4aaa7fa938c2137d8cd
4
- data.tar.gz: 89c9e8cd171bfd0760e3c621c2d08e0b7ffde9fd573c4c62011203252ce123df
3
+ metadata.gz: 8a8199231eac6d5bd8a1fff493fbac883fab36c9d2bbfacaffad7507dc59b07c
4
+ data.tar.gz: 989198407c10f5a9e890ff4b390de5955d4fd6610b317f73af092c7283cdc509
5
5
  SHA512:
6
- metadata.gz: 57c5c7ced2cfe0ac14bb9777d6027ae8c3f87e653ffe41445947fb41b379f0df1e8294f3b10127cc5855138b48ff6049f7283a6ddb20e7161e0c42b8c0a6ec9e
7
- data.tar.gz: 6fbecab108a31a7dc79cd5a62c24e66d16da0cd08b6abf98e8c82ca5bb1dd01f53b97694d7b7111ec5130f95b51f7222c31563ca9907a5a91e8daf9f0905843e
6
+ metadata.gz: 5b5a0418ca868c1af88af0af085ff68e532afb309cbb1dbbf1638d499e82e9016ad8a5bdbee5621308a32e305f534bdedc9b5705256da9fdcbf709f48aa0a0f9
7
+ data.tar.gz: 5c8c8b11ac90619fece7c8d2817a17bef273a61910a96e6bd0497d661e09a5b5177d174cc8b8b6b4279b1b91d01057081e78304f243cbf403a59521cd8e3f59e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.89.0 (2026-08-30)
4
+
5
+ * Regenerated from discovery document revision 20260819
6
+
3
7
  ### v0.88.0 (2026-08-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20260812
@@ -400,7 +400,8 @@ module Google
400
400
  include Google::Apis::Core::Hashable
401
401
 
402
402
  # Output only. The URI of the Cloud Run service that the revision belongs to.
403
- # The format is: projects/`project`/locations/`location`/services/`service`
403
+ # The format is: projects/`project`/locations/`location`/services/`service`.
404
+ # Mutually exclusive with worker_pool_uri.
404
405
  # Corresponds to the JSON property `serviceUri`
405
406
  # @return [String]
406
407
  attr_accessor :service_uri
@@ -412,6 +413,13 @@ module Google
412
413
  # @return [String]
413
414
  attr_accessor :uri
414
415
 
416
+ # Output only. The URI of the worker pool that the revision belongs to. The
417
+ # format is: projects/`project`/locations/`location`/workerPools/`workerPool`.
418
+ # Mutually exclusive with service_uri.
419
+ # Corresponds to the JSON property `workerPoolUri`
420
+ # @return [String]
421
+ attr_accessor :worker_pool_uri
422
+
415
423
  def initialize(**args)
416
424
  update!(**args)
417
425
  end
@@ -420,6 +428,7 @@ module Google
420
428
  def update!(**args)
421
429
  @service_uri = args[:service_uri] if args.key?(:service_uri)
422
430
  @uri = args[:uri] if args.key?(:uri)
431
+ @worker_pool_uri = args[:worker_pool_uri] if args.key?(:worker_pool_uri)
423
432
  end
424
433
  end
425
434
 
@@ -438,7 +447,8 @@ module Google
438
447
  attr_accessor :location
439
448
 
440
449
  # URI of Cloud Run service this revision belongs to. Format: `projects/`
441
- # project_id`/locations/`location`/services/`service_id``
450
+ # project_id`/locations/`location`/services/`service_id`` Mutually exclusive
451
+ # with `worker_pool_uri`.
442
452
  # Corresponds to the JSON property `serviceUri`
443
453
  # @return [String]
444
454
  attr_accessor :service_uri
@@ -449,6 +459,13 @@ module Google
449
459
  # @return [String]
450
460
  attr_accessor :uri
451
461
 
462
+ # URI of Cloud Run worker pool this revision belongs to. Format: `projects/`
463
+ # project_id`/locations/`location`/workerPools/`worker_pool_id``. Mutually
464
+ # exclusive with `service_uri`.
465
+ # Corresponds to the JSON property `workerPoolUri`
466
+ # @return [String]
467
+ attr_accessor :worker_pool_uri
468
+
452
469
  def initialize(**args)
453
470
  update!(**args)
454
471
  end
@@ -459,6 +476,7 @@ module Google
459
476
  @location = args[:location] if args.key?(:location)
460
477
  @service_uri = args[:service_uri] if args.key?(:service_uri)
461
478
  @uri = args[:uri] if args.key?(:uri)
479
+ @worker_pool_uri = args[:worker_pool_uri] if args.key?(:worker_pool_uri)
462
480
  end
463
481
  end
464
482
 
@@ -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.88.0"
19
+ GEM_VERSION = "0.89.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260812"
25
+ REVISION = "20260819"
26
26
  end
27
27
  end
28
28
  end
@@ -659,6 +659,7 @@ module Google
659
659
  class Representation < Google::Apis::Core::JsonRepresentation
660
660
  property :service_uri, as: 'serviceUri'
661
661
  property :uri, as: 'uri'
662
+ property :worker_pool_uri, as: 'workerPoolUri'
662
663
  end
663
664
  end
664
665
 
@@ -669,6 +670,7 @@ module Google
669
670
  property :location, as: 'location'
670
671
  property :service_uri, as: 'serviceUri'
671
672
  property :uri, as: 'uri'
673
+ property :worker_pool_uri, as: 'workerPoolUri'
672
674
  end
673
675
  end
674
676
 
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.88.0
4
+ version: 0.89.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.88.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.89.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: