google-cloud-vpc_access-v1 1.3.0 → 1.4.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: d43da8ce63bf47ff71ea997dd471cbbc846449a7351996c90e2f85a6591039a6
4
- data.tar.gz: b290f37542eff46cb6eac87352e735ca3f407de6c0001042fd9ce1aae696631c
3
+ metadata.gz: b26d6b11478bf158acb550f44eefdc792f7e785db4f56b7a3c4d67d0b055ceb6
4
+ data.tar.gz: fe2ff616e298dab04778c5e934c1363ebb1810d672a9cde9fa48c3aee0470976
5
5
  SHA512:
6
- metadata.gz: 67b9c8b3a3d5909e23b895456308d608745a18d25fcd8c55b18af20a5bf0db68118c707dba021b7cac62a4a3cb9494d8d67c18f5fdf0e980292e98c19905c87d
7
- data.tar.gz: 4780cf70a9494d49704412b0b51d841517b082b36b935a20e8ebbfa9ac0eb065bd50a044473be54aeb2228a389b8bfbafce9ea62d1f0440aa6b43807b91b7134
6
+ metadata.gz: 42aa5f96ef9d05f8042f41ff6f1bd661862b63f07dadcc0f09f6f5c14e277f4ea4c39c81ea83af2cd8a803b10b4145586b4b0b13d41ec2ce2e9e43ebaa834790
7
+ data.tar.gz: 0465606ee5f1c1c37af8a2e85bfe801300ce7d2a3f9c734ec0b597e9cef7758686a603a822dab2727bba8fada6879cfba98b784aadeb3f636e21bbe1eab55175
@@ -16,7 +16,7 @@
16
16
 
17
17
  # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
18
 
19
- require "gapic/config"
19
+ require "gapic/rest"
20
20
 
21
21
  module Google
22
22
  module Cloud
@@ -42,7 +42,7 @@ module Google
42
42
  namespace.pop
43
43
  end
44
44
 
45
- default_config = Configuration.new parent_config
45
+ default_config = ::Gapic::Rest::HttpBindingOverrideConfiguration.new parent_config
46
46
  default_config.bindings_override["google.cloud.location.Locations.ListLocations"] = [
47
47
  Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
48
48
  uri_method: :get,
@@ -58,33 +58,6 @@ module Google
58
58
  yield @configure if block_given?
59
59
  @configure
60
60
  end
61
-
62
- ##
63
- # @private
64
- # Configuration class for the google.cloud.vpcaccess.v1 package.
65
- #
66
- # This class contains common configuration for all services
67
- # of the google.cloud.vpcaccess.v1 package.
68
- #
69
- # This configuration is for internal use of the client library classes,
70
- # and it is not intended that the end-users will read or change it.
71
- #
72
- class Configuration
73
- extend ::Gapic::Config
74
-
75
- # @private
76
- # Overrides for http bindings for the RPC of the mixins for this package.
77
- # Services in this package should use these when creating clients for the mixin services.
78
- # @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
79
- config_attr :bindings_override, {}, ::Hash, nil
80
-
81
- # @private
82
- def initialize parent_config = nil
83
- @parent_config = parent_config unless parent_config.nil?
84
-
85
- yield self if block_given?
86
- end
87
- end
88
61
  end
89
62
  end
90
63
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VpcAccess
23
23
  module V1
24
- VERSION = "1.3.0"
24
+ VERSION = "1.4.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-vpc_access-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.0'
18
+ version: '1.2'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.0'
25
+ version: '1.2'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  - !ruby/object:Gem::Version
114
114
  version: '0'
115
115
  requirements: []
116
- rubygems_version: 3.6.8
116
+ rubygems_version: 3.6.9
117
117
  specification_version: 4
118
118
  summary: API for managing VPC access connectors.
119
119
  test_files: []