google-apis-vpcaccess_v1beta1 0.7.0 → 0.8.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: 22f83b19a0ef3ec886663840034bca1ba71e7b963144ccab57402c6330bd0bee
|
|
4
|
+
data.tar.gz: d498cb531123a10eba1a7f5beb3d5c5c88e159f02b306cf7b81e69fcd8699e3e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f45612dcc6d706278ec3616f8615d40f683dc1839f9427e95e52d908a80febec69162ef9a4f269be619fdd1ff0e1983764fb5d779059193d353d5a222eea4e7
|
|
7
|
+
data.tar.gz: 54563aea0e011c3f8ad2e5be027a9161f9d4023a542ecd0c8d0c2de6d3c9057b882e3bbbe856368f9bfa2bbbb343cec8e33e88ebc26aa3183678388943af94c0
|
data/CHANGELOG.md
CHANGED
|
@@ -31,12 +31,22 @@ module Google
|
|
|
31
31
|
# @return [Array<String>]
|
|
32
32
|
attr_accessor :connected_projects
|
|
33
33
|
|
|
34
|
+
# Output only. The creation time of the connector.
|
|
35
|
+
# Corresponds to the JSON property `createTime`
|
|
36
|
+
# @return [String]
|
|
37
|
+
attr_accessor :create_time
|
|
38
|
+
|
|
34
39
|
# The range of internal addresses that follows RFC 4632 notation. Example: `10.
|
|
35
40
|
# 132.0.0/28`.
|
|
36
41
|
# Corresponds to the JSON property `ipCidrRange`
|
|
37
42
|
# @return [String]
|
|
38
43
|
attr_accessor :ip_cidr_range
|
|
39
44
|
|
|
45
|
+
# Output only. The last restart time of the connector.
|
|
46
|
+
# Corresponds to the JSON property `lastRestartTime`
|
|
47
|
+
# @return [String]
|
|
48
|
+
attr_accessor :last_restart_time
|
|
49
|
+
|
|
40
50
|
# Machine type of VM Instance underlying connector. Default is e2-micro
|
|
41
51
|
# Corresponds to the JSON property `machineType`
|
|
42
52
|
# @return [String]
|
|
@@ -99,7 +109,9 @@ module Google
|
|
|
99
109
|
# Update properties of this object
|
|
100
110
|
def update!(**args)
|
|
101
111
|
@connected_projects = args[:connected_projects] if args.key?(:connected_projects)
|
|
112
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
|
102
113
|
@ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
|
|
114
|
+
@last_restart_time = args[:last_restart_time] if args.key?(:last_restart_time)
|
|
103
115
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
|
104
116
|
@max_instances = args[:max_instances] if args.key?(:max_instances)
|
|
105
117
|
@max_throughput = args[:max_throughput] if args.key?(:max_throughput)
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.8.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231207"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -92,7 +92,9 @@ module Google
|
|
|
92
92
|
# @private
|
|
93
93
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
94
94
|
collection :connected_projects, as: 'connectedProjects'
|
|
95
|
+
property :create_time, as: 'createTime'
|
|
95
96
|
property :ip_cidr_range, as: 'ipCidrRange'
|
|
97
|
+
property :last_restart_time, as: 'lastRestartTime'
|
|
96
98
|
property :machine_type, as: 'machineType'
|
|
97
99
|
property :max_instances, as: 'maxInstances'
|
|
98
100
|
property :max_throughput, as: 'maxThroughput'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-vpcaccess_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.8.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: 2023-
|
|
11
|
+
date: 2023-12-17 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_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vpcaccess_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vpcaccess_v1beta1/v0.8.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vpcaccess_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|