This repository was archived by the owner on Sep 5, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree
4 files changed
+31
-7
lines changedFilter options
- google/cloud/functions_v1/services/cloud_functions_service/transports
- tests/unit/gapic/functions_v1
Expand file treeCollapse file tree
4 files changed
+31
-7
lines changedgoogle/cloud/functions_v1/services/cloud_functions_service/transports/base.py
Copy file name to clipboardExpand all lines: google/cloud/functions_v1/services/cloud_functions_service/transports/base.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
103 |
| - |
| 103 | + |
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
|
google/cloud/functions_v1/services/cloud_functions_service/transports/grpc.py
Copy file name to clipboardExpand all lines: google/cloud/functions_v1/services/cloud_functions_service/transports/grpc.py+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| 65 | + |
65 | 66 |
|
66 | 67 |
|
67 | 68 |
|
| ||
102 | 103 |
|
103 | 104 |
|
104 | 105 |
|
| 106 | + |
| 107 | + |
105 | 108 |
|
106 | 109 |
|
107 | 110 |
|
| ||
155 | 158 |
|
156 | 159 |
|
157 | 160 |
|
158 |
| - |
| 161 | + |
159 | 162 |
|
160 | 163 |
|
161 | 164 |
|
|
google/cloud/functions_v1/services/cloud_functions_service/transports/grpc_asyncio.py
Copy file name to clipboardExpand all lines: google/cloud/functions_v1/services/cloud_functions_service/transports/grpc_asyncio.py+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
| 111 | + |
111 | 112 |
|
112 | 113 |
|
113 | 114 |
|
| ||
149 | 150 |
|
150 | 151 |
|
151 | 152 |
|
| 153 | + |
| 154 | + |
152 | 155 |
|
153 | 156 |
|
154 | 157 |
|
| ||
201 | 204 |
|
202 | 205 |
|
203 | 206 |
|
204 |
| - |
| 207 | + |
205 | 208 |
|
206 | 209 |
|
207 | 210 |
|
|
tests/unit/gapic/functions_v1/test_cloud_functions_service.py
Copy file name to clipboardExpand all lines: tests/unit/gapic/functions_v1/test_cloud_functions_service.py+22-4Lines changed: 22 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
147 |
| - |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
148 | 166 |
|
149 | 167 |
|
150 | 168 |
|
| ||
3009 | 3027 |
|
3010 | 3028 |
|
3011 | 3029 |
|
3012 |
| - |
| 3030 | + |
3013 | 3031 |
|
3014 | 3032 |
|
3015 | 3033 |
|
| ||
3118 | 3136 |
|
3119 | 3137 |
|
3120 | 3138 |
|
3121 |
| - |
| 3139 | + |
3122 | 3140 |
|
3123 | 3141 |
|
3124 | 3142 |
|
| ||
3165 | 3183 |
|
3166 | 3184 |
|
3167 | 3185 |
|
3168 |
| - |
| 3186 | + |
3169 | 3187 |
|
3170 | 3188 |
|
3171 | 3189 |
|
|
0 commit comments