google-apis-networkconnectivity_v1alpha1 0.37.0 → 0.38.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: 400486848164b91d7c8042675bad39cc965771c0db4ed009ffe46f50a2b5ddd6
|
|
4
|
+
data.tar.gz: 3b9f68d4fa8a1d3a3a2be866d634928f4d3b4e9fa54ff59f1172193d14b54940
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 725cfcfcbb3699c4b1a28fff4656defff69553170d43b68fbc395ccb1056e3203e42b532db6cb5883d3fe204eaef67bdadcf1caefa7b3745304d050a0b96faea
|
|
7
|
+
data.tar.gz: 8e06780de123d2865a3e068256e448af535a7c08202b8f7e04c17098cf41dbd93326e00ead738b85e2f2b63e796f3b2fd0d7281f1dc3a53bb3bf71f74357263a
|
data/CHANGELOG.md
CHANGED
|
@@ -507,9 +507,9 @@ module Google
|
|
|
507
507
|
|
|
508
508
|
# The URL or resource ID of the network in which to reserve the internal range.
|
|
509
509
|
# The network cannot be deleted if there are any reserved internal ranges
|
|
510
|
-
# referring to it. Legacy networks are not supported.
|
|
511
|
-
#
|
|
512
|
-
# global/networks/`
|
|
510
|
+
# referring to it. Legacy networks are not supported. For example: https://www.
|
|
511
|
+
# googleapis.com/compute/v1/projects/`project`/locations/global/networks/`
|
|
512
|
+
# network` projects/`project`/locations/global/networks/`network` `network`
|
|
513
513
|
# Corresponds to the JSON property `network`
|
|
514
514
|
# @return [String]
|
|
515
515
|
attr_accessor :network
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworkconnectivityV1alpha1
|
|
18
18
|
# Version of the google-apis-networkconnectivity_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.38.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240423"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-networkconnectivity_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.38.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-04-28 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-networkconnectivity_v1alpha1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.38.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1alpha1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|