google-apis-vpcaccess_v1beta1 0.14.0 → 0.15.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: 21f75dfcc41b0697b732184383fe3456cae64585dfa163c22f387f0a270d2493
4
- data.tar.gz: 689fc29d8dc9b06e634e854c3ddb842f0bbac16cf6599e7c3c9db848b78714f1
3
+ metadata.gz: 9fe0c17ca24538af9c5144c72377de435b0c9bca4e646c68f1d1dbed6e845e0e
4
+ data.tar.gz: ee08decc7968839c00aec732865bf1490ca61c3f7a5c2ec066b9b0d19e578311
5
5
  SHA512:
6
- metadata.gz: d38f33378824b825c4a092ee0c6500cc44e069f9579b2dfe39c3ed4f5ebd10e222e9971071c2e012c601197f8709974d96801c9cd2d102340795a322a52b242e
7
- data.tar.gz: 5e07fa860365c2c8eaea0322f6578fba4402ed189207b5425c9e1377a342c7ff1073d7a77e3a82f98e86cadd271f734aecd1f0a3bc8daaffe498e1ad4bcc41d2
6
+ metadata.gz: 73652e91dd74e38d32081db4579f5053db9131626e761c212bb550c751e61e0db8914edd3fe1f3f8900bf51423b47d8447e3d1b2b13be1abe74d0272f2608205
7
+ data.tar.gz: 8f6b88a04105cf977d0d9f80bc0ccea084734be84c628a69590a0ddfc89b93a2559f4066843652626010f5371eb83e338e899f2541e805d6b6827dc25cfff31b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-vpcaccess_v1beta1
2
2
 
3
+ ### v0.15.0 (2025-08-24)
4
+
5
+ * Regenerated from discovery document revision 20250817
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.14.0 (2025-05-11)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VpcaccessV1beta1
18
18
  # Version of the google-apis-vpcaccess_v1beta1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250413"
25
+ REVISION = "20250817"
26
26
  end
27
27
  end
28
28
  end
@@ -55,8 +55,8 @@ module Google
55
55
  # @param [String] name
56
56
  # The resource that owns the locations collection, if applicable.
57
57
  # @param [Array<String>, String] extra_location_types
58
- # Optional. A list of extra location types that should be used as conditions for
59
- # controlling the visibility of the locations.
58
+ # Optional. Do not use this field. It is unsupported and is ignored unless
59
+ # explicitly documented otherwise. This is primarily for internal usage.
60
60
  # @param [String] filter
61
61
  # A filter to narrow down results to a preferred subset. The filtering language
62
62
  # 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-vpcaccess_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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-vpcaccess_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-vpcaccess_v1beta1/v0.14.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vpcaccess_v1beta1/v0.15.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vpcaccess_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Serverless VPC Access API V1beta1
79
79
  test_files: []