Skip to content

Commit 1048f91

Browse files
chore: upgrade gapic-generator-python to 0.46.3 (#299)
PiperOrigin-RevId: 373649163 Source-Link: googleapis/googleapis@7e1b14e Source-Link: googleapis/googleapis-gen@0a3c7d2
1 parent 7200574 commit 1048f91

38 files changed

+2604
-2050
lines changed
Lines changed: 391 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,391 @@
1+
{
2+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
3+
"language": "python",
4+
"libraryPackage": "google.cloud.logging_v2",
5+
"protoPackage": "google.logging.v2",
6+
"schema": "1.0",
7+
"services": {
8+
"ConfigServiceV2": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "ConfigServiceV2Client",
12+
"rpcs": {
13+
"CreateBucket": {
14+
"methods": [
15+
"create_bucket"
16+
]
17+
},
18+
"CreateExclusion": {
19+
"methods": [
20+
"create_exclusion"
21+
]
22+
},
23+
"CreateSink": {
24+
"methods": [
25+
"create_sink"
26+
]
27+
},
28+
"CreateView": {
29+
"methods": [
30+
"create_view"
31+
]
32+
},
33+
"DeleteBucket": {
34+
"methods": [
35+
"delete_bucket"
36+
]
37+
},
38+
"DeleteExclusion": {
39+
"methods": [
40+
"delete_exclusion"
41+
]
42+
},
43+
"DeleteSink": {
44+
"methods": [
45+
"delete_sink"
46+
]
47+
},
48+
"DeleteView": {
49+
"methods": [
50+
"delete_view"
51+
]
52+
},
53+
"GetBucket": {
54+
"methods": [
55+
"get_bucket"
56+
]
57+
},
58+
"GetCmekSettings": {
59+
"methods": [
60+
"get_cmek_settings"
61+
]
62+
},
63+
"GetExclusion": {
64+
"methods": [
65+
"get_exclusion"
66+
]
67+
},
68+
"GetSink": {
69+
"methods": [
70+
"get_sink"
71+
]
72+
},
73+
"GetView": {
74+
"methods": [
75+
"get_view"
76+
]
77+
},
78+
"ListBuckets": {
79+
"methods": [
80+
"list_buckets"
81+
]
82+
},
83+
"ListExclusions": {
84+
"methods": [
85+
"list_exclusions"
86+
]
87+
},
88+
"ListSinks": {
89+
"methods": [
90+
"list_sinks"
91+
]
92+
},
93+
"ListViews": {
94+
"methods": [
95+
"list_views"
96+
]
97+
},
98+
"UndeleteBucket": {
99+
"methods": [
100+
"undelete_bucket"
101+
]
102+
},
103+
"UpdateBucket": {
104+
"methods": [
105+
"update_bucket"
106+
]
107+
},
108+
"UpdateCmekSettings": {
109+
"methods": [
110+
"update_cmek_settings"
111+
]
112+
},
113+
"UpdateExclusion": {
114+
"methods": [
115+
"update_exclusion"
116+
]
117+
},
118+
"UpdateSink": {
119+
"methods": [
120+
"update_sink"
121+
]
122+
},
123+
"UpdateView": {
124+
"methods": [
125+
"update_view"
126+
]
127+
}
128+
}
129+
},
130+
"grpc-async": {
131+
"libraryClient": "ConfigServiceV2AsyncClient",
132+
"rpcs": {
133+
"CreateBucket": {
134+
"methods": [
135+
"create_bucket"
136+
]
137+
},
138+
"CreateExclusion": {
139+
"methods": [
140+
"create_exclusion"
141+
]
142+
},
143+
"CreateSink": {
144+
"methods": [
145+
"create_sink"
146+
]
147+
},
148+
"CreateView": {
149+
"methods": [
150+
"create_view"
151+
]
152+
},
153+
"DeleteBucket": {
154+
"methods": [
155+
"delete_bucket"
156+
]
157+
},
158+
"DeleteExclusion": {
159+
"methods": [
160+
"delete_exclusion"
161+
]
162+
},
163+
"DeleteSink": {
164+
"methods": [
165+
"delete_sink"
166+
]
167+
},
168+
"DeleteView": {
169+
"methods": [
170+
"delete_view"
171+
]
172+
},
173+
"GetBucket": {
174+
"methods": [
175+
"get_bucket"
176+
]
177+
},
178+
"GetCmekSettings": {
179+
"methods": [
180+
"get_cmek_settings"
181+
]
182+
},
183+
"GetExclusion": {
184+
"methods": [
185+
"get_exclusion"
186+
]
187+
},
188+
"GetSink": {
189+
"methods": [
190+
"get_sink"
191+
]
192+
},
193+
"GetView": {
194+
"methods": [
195+
"get_view"
196+
]
197+
},
198+
"ListBuckets": {
199+
"methods": [
200+
"list_buckets"
201+
]
202+
},
203+
"ListExclusions": {
204+
"methods": [
205+
"list_exclusions"
206+
]
207+
},
208+
"ListSinks": {
209+
"methods": [
210+
"list_sinks"
211+
]
212+
},
213+
"ListViews": {
214+
"methods": [
215+
"list_views"
216+
]
217+
},
218+
"UndeleteBucket": {
219+
"methods": [
220+
"undelete_bucket"
221+
]
222+
},
223+
"UpdateBucket": {
224+
"methods": [
225+
"update_bucket"
226+
]
227+
},
228+
"UpdateCmekSettings": {
229+
"methods": [
230+
"update_cmek_settings"
231+
]
232+
},
233+
"UpdateExclusion": {
234+
"methods": [
235+
"update_exclusion"
236+
]
237+
},
238+
"UpdateSink": {
239+
"methods": [
240+
"update_sink"
241+
]
242+
},
243+
"UpdateView": {
244+
"methods": [
245+
"update_view"
246+
]
247+
}
248+
}
249+
}
250+
}
251+
},
252+
"LoggingServiceV2": {
253+
"clients": {
254+
"grpc": {
255+
"libraryClient": "LoggingServiceV2Client",
256+
"rpcs": {
257+
"DeleteLog": {
258+
"methods": [
259+
"delete_log"
260+
]
261+
},
262+
"ListLogEntries": {
263+
"methods": [
264+
"list_log_entries"
265+
]
266+
},
267+
"ListLogs": {
268+
"methods": [
269+
"list_logs"
270+
]
271+
},
272+
"ListMonitoredResourceDescriptors": {
273+
"methods": [
274+
"list_monitored_resource_descriptors"
275+
]
276+
},
277+
"TailLogEntries": {
278+
"methods": [
279+
"tail_log_entries"
280+
]
281+
},
282+
"WriteLogEntries": {
283+
"methods": [
284+
"write_log_entries"
285+
]
286+
}
287+
}
288+
},
289+
"grpc-async": {
290+
"libraryClient": "LoggingServiceV2AsyncClient",
291+
"rpcs": {
292+
"DeleteLog": {
293+
"methods": [
294+
"delete_log"
295+
]
296+
},
297+
"ListLogEntries": {
298+
"methods": [
299+
"list_log_entries"
300+
]
301+
},
302+
"ListLogs": {
303+
"methods": [
304+
"list_logs"
305+
]
306+
},
307+
"ListMonitoredResourceDescriptors": {
308+
"methods": [
309+
"list_monitored_resource_descriptors"
310+
]
311+
},
312+
"TailLogEntries": {
313+
"methods": [
314+
"tail_log_entries"
315+
]
316+
},
317+
"WriteLogEntries": {
318+
"methods": [
319+
"write_log_entries"
320+
]
321+
}
322+
}
323+
}
324+
}
325+
},
326+
"MetricsServiceV2": {
327+
"clients": {
328+
"grpc": {
329+
"libraryClient": "MetricsServiceV2Client",
330+
"rpcs": {
331+
"CreateLogMetric": {
332+
"methods": [
333+
"create_log_metric"
334+
]
335+
},
336+
"DeleteLogMetric": {
337+
"methods": [
338+
"delete_log_metric"
339+
]
340+
},
341+
"GetLogMetric": {
342+
"methods": [
343+
"get_log_metric"
344+
]
345+
},
346+
"ListLogMetrics": {
347+
"methods": [
348+
"list_log_metrics"
349+
]
350+
},
351+
"UpdateLogMetric": {
352+
"methods": [
353+
"update_log_metric"
354+
]
355+
}
356+
}
357+
},
358+
"grpc-async": {
359+
"libraryClient": "MetricsServiceV2AsyncClient",
360+
"rpcs": {
361+
"CreateLogMetric": {
362+
"methods": [
363+
"create_log_metric"
364+
]
365+
},
366+
"DeleteLogMetric": {
367+
"methods": [
368+
"delete_log_metric"
369+
]
370+
},
371+
"GetLogMetric": {
372+
"methods": [
373+
"get_log_metric"
374+
]
375+
},
376+
"ListLogMetrics": {
377+
"methods": [
378+
"list_log_metrics"
379+
]
380+
},
381+
"UpdateLogMetric": {
382+
"methods": [
383+
"update_log_metric"
384+
]
385+
}
386+
}
387+
}
388+
}
389+
}
390+
}
391+
}

packages/google-cloud-logging/google/cloud/logging_v2/services/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
32
# Copyright 2020 Google LLC
43
#
54
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)