google-apis-networkconnectivity_v1alpha1 0.53.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: 278218feaaa58308958974d006d72f8eb8e80ae98cdaf3042a5a63503f0e0d11
4
- data.tar.gz: 5a8d4dbc99cba1c425453e07788a4f0ba8923f1c82a141f17850a5ce4a9b65ea
3
+ metadata.gz: 70868092bc61abedf41a49d431ae70a8c299af5f592416dc635d8c4c033c1559
4
+ data.tar.gz: 5486bb3038083c097adebf4fb9836c3b3bd6e4af43c2c170553a75561691af19
5
5
  SHA512:
6
- metadata.gz: a6db042162038cb7c4bec948aca057b9319d1a2c59840ed2e6f5f9a7c89292b6ce4aafd177e0df4c4bd87773e688ace00681757c5c708866352637c6ae0c0be0
7
- data.tar.gz: 89c88c326220ba4a4ee81c8f664bb816f4f970dc3693edf757340b37100aee77c5d56be94eb6f0ca81a6dbcc872bc8a887c86ef856e1744309658d6739dfe07c
6
+ metadata.gz: ff13f19270afaf995e9ec5989e9047b4953d93ad03b8ae23d69645e2d2a0aa0e902a2ce6d34c1ef1f73b04c336948982f0ca3ec376428a9085b88a5551d94f99
7
+ data.tar.gz: 64312c36abb604e00e32ff306eec805e998a6b8fd629cc372de8e3ab1158fef5a6c74370dfd541ca0871fd443cefc5aa8b7e8443bdea90bcaa2544d87a533cb4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.54.0 (2026-05-03)
9
+
10
+ * Regenerated from discovery document revision 20260422
11
+
3
12
  ### v0.53.0 (2026-04-19)
4
13
 
5
14
  * Regenerated from discovery document revision 20260326
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.1+.
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.53.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.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260326"
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'
@@ -82,8 +82,8 @@ module Google
82
82
  end
83
83
 
84
84
  # Lists information about the supported locations for this service. This method
85
- # lists locations based on the resource scope provided in the [
86
- # ListLocationsRequest.name] field: * **Global locations**: If `name` is empty,
85
+ # lists locations based on the resource scope provided in the
86
+ # ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
87
87
  # the method lists the public locations available to all projects. * **Project-
88
88
  # specific locations**: If `name` follows the format `projects/`project``, the
89
89
  # method lists locations visible to that specific project. This includes public,
@@ -94,8 +94,8 @@ module Google
94
94
  # @param [String] name
95
95
  # The resource that owns the locations collection, if applicable.
96
96
  # @param [Array<String>, String] extra_location_types
97
- # Optional. Do not use this field. It is unsupported and is ignored unless
98
- # explicitly documented otherwise. This is primarily for internal usage.
97
+ # Optional. Do not use this field unless explicitly documented otherwise. This
98
+ # is primarily for internal usage.
99
99
  # @param [String] filter
100
100
  # A filter to narrow down results to a preferred subset. The filtering language
101
101
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
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.53.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.53.0
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.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="