google-apis-vpcaccess_v1 0.10.0 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/vpcaccess_v1/classes.rb +9 -9
- data/lib/google/apis/vpcaccess_v1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 841730c1af700b5a3a8676463a0cc29c680975cb10b9106c9997c5378b657f40
|
4
|
+
data.tar.gz: 1c252a4b72bf7a4b8e98220f8d28c641d33cae8e4dca7752066070961bc0cc83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 510c136eea8b83d72cc3084371aaaaf226ce96659f1b1d6c65179c28897f1a5a1a2c7c3a4fc2ac0b42f5157c3991940611bfd8bc341c1c371078930c343165f6
|
7
|
+
data.tar.gz: ae25f5373cb407d3984927f4a9a5bc5d412b14b1f6d3fb8f460b5ae15cd8ba2119023098d8011e6820e93476c77aef29b596d6aa80b4ab2a978c70c8b0254e1c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-vpcaccess_v1
|
2
2
|
|
3
|
+
### v0.11.0 (2024-09-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240905
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.10.0 (2024-05-19)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.15.0
|
@@ -31,8 +31,8 @@ module Google
|
|
31
31
|
# @return [Array<String>]
|
32
32
|
attr_accessor :connected_projects
|
33
33
|
|
34
|
-
# The range of internal addresses that follows RFC 4632 notation.
|
35
|
-
# 132.0.0/28`.
|
34
|
+
# Optional. The range of internal addresses that follows RFC 4632 notation.
|
35
|
+
# Example: `10.132.0.0/28`.
|
36
36
|
# Corresponds to the JSON property `ipCidrRange`
|
37
37
|
# @return [String]
|
38
38
|
attr_accessor :ip_cidr_range
|
@@ -77,7 +77,7 @@ module Google
|
|
77
77
|
# @return [String]
|
78
78
|
attr_accessor :name
|
79
79
|
|
80
|
-
# Name of a VPC network.
|
80
|
+
# Optional. Name of a VPC network.
|
81
81
|
# Corresponds to the JSON property `network`
|
82
82
|
# @return [String]
|
83
83
|
attr_accessor :network
|
@@ -456,16 +456,16 @@ module Google
|
|
456
456
|
class Subnet
|
457
457
|
include Google::Apis::Core::Hashable
|
458
458
|
|
459
|
-
# Subnet name (relative, not fully qualified). E.g. if the full subnet
|
460
|
-
# is https://compute.googleapis.com/compute/v1/projects/`project`/
|
461
|
-
# region`/subnetworks/`subnetName` the correct input for this field
|
462
|
-
# subnetName`
|
459
|
+
# Optional. Subnet name (relative, not fully qualified). E.g. if the full subnet
|
460
|
+
# selfLink is https://compute.googleapis.com/compute/v1/projects/`project`/
|
461
|
+
# regions/`region`/subnetworks/`subnetName` the correct input for this field
|
462
|
+
# would be `subnetName`
|
463
463
|
# Corresponds to the JSON property `name`
|
464
464
|
# @return [String]
|
465
465
|
attr_accessor :name
|
466
466
|
|
467
|
-
# Project in which the subnet exists. If not set, this project is
|
468
|
-
# the project for which the connector create request was issued.
|
467
|
+
# Optional. Project in which the subnet exists. If not set, this project is
|
468
|
+
# assumed to be the project for which the connector create request was issued.
|
469
469
|
# Corresponds to the JSON property `projectId`
|
470
470
|
# @return [String]
|
471
471
|
attr_accessor :project_id
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module VpcaccessV1
|
18
18
|
# Version of the google-apis-vpcaccess_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240905"
|
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-vpcaccess_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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-09-15 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-vpcaccess_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vpcaccess_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vpcaccess_v1/v0.11.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vpcaccess_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|