google-apis-networkconnectivity_v1alpha1 0.54.0 → 0.55.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: 70868092bc61abedf41a49d431ae70a8c299af5f592416dc635d8c4c033c1559
|
|
4
|
+
data.tar.gz: 5486bb3038083c097adebf4fb9836c3b3bd6e4af43c2c170553a75561691af19
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff13f19270afaf995e9ec5989e9047b4953d93ad03b8ae23d69645e2d2a0aa0e902a2ce6d34c1ef1f73b04c336948982f0ca3ec376428a9085b88a5551d94f99
|
|
7
|
+
data.tar.gz: 64312c36abb604e00e32ff306eec805e998a6b8fd629cc372de8e3ab1158fef5a6c74370dfd541ca0871fd443cefc5aa8b7e8443bdea90bcaa2544d87a533cb4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-networkconnectivity_v1alpha1
|
|
2
2
|
|
|
3
|
+
### v0.55.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260529
|
|
6
|
+
* Regenerated using generator version 0.19.0
|
|
7
|
+
|
|
3
8
|
### v0.54.0 (2026-05-03)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20260422
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/network-connectivity/docs/r
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -602,6 +602,11 @@ module Google
|
|
|
602
602
|
# @return [Fixnum]
|
|
603
603
|
attr_accessor :prefix_length
|
|
604
604
|
|
|
605
|
+
# Output only. Status of the Internal Range.
|
|
606
|
+
# Corresponds to the JSON property `rangeStatus`
|
|
607
|
+
# @return [String]
|
|
608
|
+
attr_accessor :range_status
|
|
609
|
+
|
|
605
610
|
# Optional. Can be set to narrow down or pick a different address space while
|
|
606
611
|
# searching for a free range. If not set, defaults to the ["10.0.0.0/8", "172.16.
|
|
607
612
|
# 0.0/12", "192.168.0.0/16"] address space (for auto-mode networks, the "10.0.0.
|
|
@@ -651,6 +656,7 @@ module Google
|
|
|
651
656
|
@overlaps = args[:overlaps] if args.key?(:overlaps)
|
|
652
657
|
@peering = args[:peering] if args.key?(:peering)
|
|
653
658
|
@prefix_length = args[:prefix_length] if args.key?(:prefix_length)
|
|
659
|
+
@range_status = args[:range_status] if args.key?(:range_status)
|
|
654
660
|
@target_cidr_range = args[:target_cidr_range] if args.key?(:target_cidr_range)
|
|
655
661
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
656
662
|
@usage = args[:usage] if args.key?(:usage)
|
|
@@ -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.55.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260529"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -292,6 +292,7 @@ module Google
|
|
|
292
292
|
collection :overlaps, as: 'overlaps'
|
|
293
293
|
property :peering, as: 'peering'
|
|
294
294
|
property :prefix_length, as: 'prefixLength'
|
|
295
|
+
property :range_status, as: 'rangeStatus'
|
|
295
296
|
collection :target_cidr_range, as: 'targetCidrRange'
|
|
296
297
|
property :update_time, as: 'updateTime'
|
|
297
298
|
property :usage, as: 'usage'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.55.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-networkconnectivity_v1alpha1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.55.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1alpha1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|