google-cloud-functions-v2 1.0.2 → 1.2.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: 1731556f6749ae021d592a6d25a941293acaaf7b1dd0b1d21512589628fc58ff
4
- data.tar.gz: 5bc4abef703a142cc49855b7378f76f474cd432a646b7764e2f9b0930c87acae
3
+ metadata.gz: 41c45f1c2297d4d8bab8394848c65581554359df092f783a71876fd0cc345183
4
+ data.tar.gz: d2c3d300414f8426cc41cda0e95aedbaaf875b3770f43753898a360da6551fe3
5
5
  SHA512:
6
- metadata.gz: 4585e450ccc354d70aabb485ff63cfddaeba331e5ebfc03023bbd72026dc4c1803cdb7938eb0f83adc73216ec5daeeef90906afcc043f28e62ecc1c3c7b99fe9
7
- data.tar.gz: e614410b63c4730070a1dfa5b924fe5365c9c2e87718a78d94c4861921396255c91ed5f72d11845278f22476a5cfbddefa4384d8f47870738115c64906d77926
6
+ metadata.gz: fc195267a0eda96f0cd446b1535bd5bc6b7132dffa9a21bfa5f39824988d1fb03697138e4ac033794bd1d9b98f098d6cf3a6116740c6521dd6f5f01e2e4df249
7
+ data.tar.gz: fa94b182dd0c4d0361cffae8a3afe792daae23fd1217eb72b2a93f854035290a894fd4764219a6b9874a3b3aae43feb4fb6ee3578afbf272d6c7f570b6597ea2
@@ -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,
@@ -91,33 +91,6 @@ module Google
91
91
  yield @configure if block_given?
92
92
  @configure
93
93
  end
94
-
95
- ##
96
- # @private
97
- # Configuration class for the google.cloud.functions.v2 package.
98
- #
99
- # This class contains common configuration for all services
100
- # of the google.cloud.functions.v2 package.
101
- #
102
- # This configuration is for internal use of the client library classes,
103
- # and it is not intended that the end-users will read or change it.
104
- #
105
- class Configuration
106
- extend ::Gapic::Config
107
-
108
- # @private
109
- # Overrides for http bindings for the RPC of the mixins for this package.
110
- # Services in this package should use these when creating clients for the mixin services.
111
- # @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
112
- config_attr :bindings_override, {}, ::Hash, nil
113
-
114
- # @private
115
- def initialize parent_config = nil
116
- @parent_config = parent_config unless parent_config.nil?
117
-
118
- yield self if block_given?
119
- end
120
- end
121
94
  end
122
95
  end
123
96
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Functions
23
23
  module V2
24
- VERSION = "1.0.2"
24
+ VERSION = "1.2.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-functions-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -13,22 +13,16 @@ dependencies:
13
13
  name: gapic-common
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.2'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.2'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -47,42 +41,30 @@ dependencies:
47
41
  name: google-cloud-location
48
42
  requirement: !ruby/object:Gem::Requirement
49
43
  requirements:
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: '0.7'
53
- - - "<"
44
+ - - "~>"
54
45
  - !ruby/object:Gem::Version
55
- version: 2.a
46
+ version: '1.0'
56
47
  type: :runtime
57
48
  prerelease: false
58
49
  version_requirements: !ruby/object:Gem::Requirement
59
50
  requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: '0.7'
63
- - - "<"
51
+ - - "~>"
64
52
  - !ruby/object:Gem::Version
65
- version: 2.a
53
+ version: '1.0'
66
54
  - !ruby/object:Gem::Dependency
67
55
  name: google-iam-v1
68
56
  requirement: !ruby/object:Gem::Requirement
69
57
  requirements:
70
- - - ">="
71
- - !ruby/object:Gem::Version
72
- version: '0.7'
73
- - - "<"
58
+ - - "~>"
74
59
  - !ruby/object:Gem::Version
75
- version: 2.a
60
+ version: '1.3'
76
61
  type: :runtime
77
62
  prerelease: false
78
63
  version_requirements: !ruby/object:Gem::Requirement
79
64
  requirements:
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: '0.7'
83
- - - "<"
65
+ - - "~>"
84
66
  - !ruby/object:Gem::Version
85
- version: 2.a
67
+ version: '1.3'
86
68
  description: The Cloud Functions API manages lightweight user-provided functions executed
87
69
  in response to events. Note that google-cloud-functions-v2 is a version-specific
88
70
  client library. For most uses, we recommend installing the main client library google-cloud-functions
@@ -138,14 +120,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
138
120
  requirements:
139
121
  - - ">="
140
122
  - !ruby/object:Gem::Version
141
- version: '3.0'
123
+ version: '3.1'
142
124
  required_rubygems_version: !ruby/object:Gem::Requirement
143
125
  requirements:
144
126
  - - ">="
145
127
  - !ruby/object:Gem::Version
146
128
  version: '0'
147
129
  requirements: []
148
- rubygems_version: 3.6.8
130
+ rubygems_version: 3.6.9
149
131
  specification_version: 4
150
132
  summary: Manages lightweight user-provided functions executed in response to events.
151
133
  test_files: []