Skip to content

Commit 582c3ae

Browse files
feat: Automated regeneration of vpcaccess v1 client (googleapis#20228)
Auto-created at 2024-09-15 09:47:50 +0000 using the toys pull request generator.
1 parent 503de58 commit 582c3ae

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

generated/google-apis-vpcaccess_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-vpcaccess_v1
22

3+
### v0.11.0 (2024-09-15)
4+
5+
* Regenerated from discovery document revision 20240905
6+
* Regenerated using generator version 0.15.1
7+
38
### v0.10.0 (2024-05-19)
49

510
* Regenerated using generator version 0.15.0

generated/google-apis-vpcaccess_v1/lib/google/apis/vpcaccess_v1/classes.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class Connector
3131
# @return [Array<String>]
3232
attr_accessor :connected_projects
3333

34-
# The range of internal addresses that follows RFC 4632 notation. Example: `10.
35-
# 132.0.0/28`.
34+
# Optional. The range of internal addresses that follows RFC 4632 notation.
35+
# Example: `10.132.0.0/28`.
3636
# Corresponds to the JSON property `ipCidrRange`
3737
# @return [String]
3838
attr_accessor :ip_cidr_range
@@ -77,7 +77,7 @@ class Connector
7777
# @return [String]
7878
attr_accessor :name
7979

80-
# Name of a VPC network.
80+
# Optional. Name of a VPC network.
8181
# Corresponds to the JSON property `network`
8282
# @return [String]
8383
attr_accessor :network
@@ -456,16 +456,16 @@ def update!(**args)
456456
class Subnet
457457
include Google::Apis::Core::Hashable
458458

459-
# Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink
460-
# is https://compute.googleapis.com/compute/v1/projects/`project`/regions/`
461-
# region`/subnetworks/`subnetName` the correct input for this field would be `
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`
463463
# Corresponds to the JSON property `name`
464464
# @return [String]
465465
attr_accessor :name
466466

467-
# Project in which the subnet exists. If not set, this project is assumed to be
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.
469469
# Corresponds to the JSON property `projectId`
470470
# @return [String]
471471
attr_accessor :project_id

generated/google-apis-vpcaccess_v1/lib/google/apis/vpcaccess_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module VpcaccessV1
1818
# Version of the google-apis-vpcaccess_v1 gem
19-
GEM_VERSION = "0.10.0"
19+
GEM_VERSION = "0.11.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.0"
22+
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20231110"
25+
REVISION = "20240905"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)