google-apis-vpcaccess_v1beta1 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec21a0f9b110a8db7be521c81c2b0a2b7f1029cca24e6611429c98a4ff4b0075
4
- data.tar.gz: 11df4a5a6fe0d948dc682afb34d7d4c6b9060d94b417cf402d856df016a56c77
3
+ metadata.gz: 22f83b19a0ef3ec886663840034bca1ba71e7b963144ccab57402c6330bd0bee
4
+ data.tar.gz: d498cb531123a10eba1a7f5beb3d5c5c88e159f02b306cf7b81e69fcd8699e3e
5
5
  SHA512:
6
- metadata.gz: a9738eaac5e49c9b18ec1887ec91b29209aceace5c747b002e607aa32906b64e129df73706a10739b602081bd7a15de2dbc5c8b0d49f940dee360b867ff6b2a7
7
- data.tar.gz: 0fe420f50783f8352b843314b94f2630f16b15cd8e8052f637f6c894258faa70a079ff6cbaa71d88e0336003ac864c07d630e23a7b7be232b58772687b76658c
6
+ metadata.gz: 0f45612dcc6d706278ec3616f8615d40f683dc1839f9427e95e52d908a80febec69162ef9a4f269be619fdd1ff0e1983764fb5d779059193d353d5a222eea4e7
7
+ data.tar.gz: 54563aea0e011c3f8ad2e5be027a9161f9d4023a542ecd0c8d0c2de6d3c9057b882e3bbbe856368f9bfa2bbbb343cec8e33e88ebc26aa3183678388943af94c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vpcaccess_v1beta1
2
2
 
3
+ ### v0.8.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231207
6
+
3
7
  ### v0.7.0 (2023-11-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20231110
@@ -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.7.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 = "20231110"
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.7.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-19 00:00:00.000000000 Z
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.7.0
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: []