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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be906612660f44f0e9b6d8d28c4425660d88d2ee588cfc56e8cd84e7da3d7ffa
|
|
4
|
+
data.tar.gz: 36c50da7fcb10376fbc1e353ad3c34d2eed6d8d0a8d10aa5726f0f4c79e04bd1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04d6eb36ffbca103e31f72602892c5797b59a0db82e1348ee8dbe0ab0fad97a894c4f5d39996de042c26cbba8ff01adf6bf5094db955b7f41b01c1e8f8deb91b
|
|
7
|
+
data.tar.gz: a382836206299cecdd48dcb71469006efe26552c34d4d2a226ea6738174c579d3d9beba92519e00a67f26b28d12cbb1f02e3d3d5b72044a70022b49ac653a425
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|