google-apis-vpcaccess_v1beta1 0.7.0 → 0.9.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: 2f884fcb8561df5c241f530ce9ab5f73f389ec70a2399ccbef9c4bff10533aad
4
+ data.tar.gz: c89b59a0e0215dadd67c23a9233479992153632dc31b7798d8c4fb298e047f93
5
5
  SHA512:
6
- metadata.gz: a9738eaac5e49c9b18ec1887ec91b29209aceace5c747b002e607aa32906b64e129df73706a10739b602081bd7a15de2dbc5c8b0d49f940dee360b867ff6b2a7
7
- data.tar.gz: 0fe420f50783f8352b843314b94f2630f16b15cd8e8052f637f6c894258faa70a079ff6cbaa71d88e0336003ac864c07d630e23a7b7be232b58772687b76658c
6
+ metadata.gz: d136023e1e4fc399c654b0f3ffdcfc5d1980feea8b49f4cf5637156291ec4d88b015c58033ea4e898c29e9170fdb0897a2c0f7ce00b942dcdd99424b9499b5e5
7
+ data.tar.gz: 945fa791c396054556ecb36145187a4d5e24cfce79aba49e59b9207b6d63520937248744d7a6e7b59c24993677a512eccc6617691b869d6a5b92305e9241135a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-vpcaccess_v1beta1
2
2
 
3
+ ### v0.9.0 (2024-01-22)
4
+
5
+ * Regenerated using generator version 0.13.0
6
+
7
+ ### v0.8.0 (2023-12-17)
8
+
9
+ * Regenerated from discovery document revision 20231207
10
+
3
11
  ### v0.7.0 (2023-11-19)
4
12
 
5
13
  * 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.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.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'
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://cloud.google.com/vpc/docs/configure-serverless-vpc-access
34
34
  class ServerlessVPCAccessService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://vpcaccess.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -43,7 +45,7 @@ module Google
43
45
  attr_accessor :quota_user
44
46
 
45
47
  def initialize
46
- super('https://vpcaccess.googleapis.com/', '',
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
47
49
  client_name: 'google-apis-vpcaccess_v1beta1',
48
50
  client_version: Google::Apis::VpcaccessV1beta1::GEM_VERSION)
49
51
  @batch_path = 'batch'
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.9.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: 2024-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.9.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Serverless VPC Access API V1beta1