google-apis-networkmanagement_v1beta1 0.48.0 → 0.49.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: 58861d6b9b9d06775057f3fc9e7b57aad701e94f5b49ab7a64d3b61e6c86c509
4
- data.tar.gz: 10bcfa1eb432dcdd69b58ea7c30bce8f7963b2ddcde3fd6a4dd98517375ac5e9
3
+ metadata.gz: be906612660f44f0e9b6d8d28c4425660d88d2ee588cfc56e8cd84e7da3d7ffa
4
+ data.tar.gz: 36c50da7fcb10376fbc1e353ad3c34d2eed6d8d0a8d10aa5726f0f4c79e04bd1
5
5
  SHA512:
6
- metadata.gz: 18bda0a59b6eff87bb17fbae7640a404b7eca86ea4bca22d489b2b7657e7216928d573e02409d55f327ce6824bd9c1c14ff67290c86de019ebf9d645823f0cee
7
- data.tar.gz: 68dc1b0293a6e1b1a79051cfbd21444e0d586d3496c17a89c21daf8d9f7d4e3bc9a69bb2bb2e0c454a58aecbc22f8938d1a8c4832491869f8676c31af0571dac
6
+ metadata.gz: 04d6eb36ffbca103e31f72602892c5797b59a0db82e1348ee8dbe0ab0fad97a894c4f5d39996de042c26cbba8ff01adf6bf5094db955b7f41b01c1e8f8deb91b
7
+ data.tar.gz: a382836206299cecdd48dcb71469006efe26552c34d4d2a226ea6738174c579d3d9beba92519e00a67f26b28d12cbb1f02e3d3d5b72044a70022b49ac653a425
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1beta1
2
2
 
3
+ ### v0.49.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240605
6
+
3
7
  ### v0.48.0 (2024-05-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20240515
@@ -394,6 +394,12 @@ module Google
394
394
  # @return [String]
395
395
  attr_accessor :location
396
396
 
397
+ # ID of Cloud Run Service this revision belongs to. Was never set, is not
398
+ # exported to v1 proto and public protos. Do not export to v1beta1 public proto.
399
+ # Corresponds to the JSON property `serviceName`
400
+ # @return [String]
401
+ attr_accessor :service_name
402
+
397
403
  # URI of Cloud Run service this revision belongs to.
398
404
  # Corresponds to the JSON property `serviceUri`
399
405
  # @return [String]
@@ -412,6 +418,7 @@ module Google
412
418
  def update!(**args)
413
419
  @display_name = args[:display_name] if args.key?(:display_name)
414
420
  @location = args[:location] if args.key?(:location)
421
+ @service_name = args[:service_name] if args.key?(:service_name)
415
422
  @service_uri = args[:service_uri] if args.key?(:service_uri)
416
423
  @uri = args[:uri] if args.key?(:uri)
417
424
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkmanagementV1beta1
18
18
  # Version of the google-apis-networkmanagement_v1beta1 gem
19
- GEM_VERSION = "0.48.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240515"
25
+ REVISION = "20240605"
26
26
  end
27
27
  end
28
28
  end
@@ -447,6 +447,7 @@ module Google
447
447
  class Representation < Google::Apis::Core::JsonRepresentation
448
448
  property :display_name, as: 'displayName'
449
449
  property :location, as: 'location'
450
+ property :service_name, as: 'serviceName'
450
451
  property :service_uri, as: 'serviceUri'
451
452
  property :uri, as: 'uri'
452
453
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.49.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: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-16 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.49.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []