@@ -91,7 +91,7 @@ def write_entries(self, entries, logger_name=None, resource=None,
9191 :type entries: sequence of mapping
9292 :param entries: the log entry resources to log.
9393
94- :type logger_name: string
94+ :type logger_name: str
9595 :param logger_name: name of default logger to which to log the entries;
9696 individual entries may override.
9797
@@ -113,10 +113,10 @@ def write_entries(self, entries, logger_name=None, resource=None,
113113 def logger_delete (self , project , logger_name ):
114114 """API call: delete all entries in a logger via a DELETE request
115115
116- :type project: string
116+ :type project: str
117117 :param project: ID of project containing the log entries to delete
118118
119- :type logger_name: string
119+ :type logger_name: str
120120 :param logger_name: name of logger containing the log entries to delete
121121 """
122122 options = None
@@ -142,7 +142,7 @@ def __init__(self, gax_api):
142142 def list_sinks (self , project , page_size = 0 , page_token = None ):
143143 """List sinks for the project associated with this client.
144144
145- :type project: string
145+ :type project: str
146146 :param project: ID of the project whose sinks are to be listed.
147147
148148 :type page_size: int
@@ -176,17 +176,17 @@ def sink_create(self, project, sink_name, filter_, destination):
176176 See:
177177 https://cloud.google.com/logging/docs/api/ref_v2beta1/rest/v2beta1/projects.sinks/create
178178
179- :type project: string
179+ :type project: str
180180 :param project: ID of the project in which to create the sink.
181181
182- :type sink_name: string
182+ :type sink_name: str
183183 :param sink_name: the name of the sink
184184
185- :type filter_: string
185+ :type filter_: str
186186 :param filter_: the advanced logs filter expression defining the
187187 entries exported by the sink.
188188
189- :type destination: string
189+ :type destination: str
190190 :param destination: destination URI for the entries exported by
191191 the sink.
192192 """
@@ -205,10 +205,10 @@ def sink_create(self, project, sink_name, filter_, destination):
205205 def sink_get (self , project , sink_name ):
206206 """API call: retrieve a sink resource.
207207
208- :type project: string
208+ :type project: str
209209 :param project: ID of the project containing the sink.
210210
211- :type sink_name: string
211+ :type sink_name: str
212212 :param sink_name: the name of the sink
213213
214214 :rtype: dict
@@ -228,17 +228,17 @@ def sink_get(self, project, sink_name):
228228 def sink_update (self , project , sink_name , filter_ , destination ):
229229 """API call: update a sink resource.
230230
231- :type project: string
231+ :type project: str
232232 :param project: ID of the project containing the sink.
233233
234- :type sink_name: string
234+ :type sink_name: str
235235 :param sink_name: the name of the sink
236236
237- :type filter_: string
237+ :type filter_: str
238238 :param filter_: the advanced logs filter expression defining the
239239 entries exported by the sink.
240240
241- :type destination: string
241+ :type destination: str
242242 :param destination: destination URI for the entries exported by
243243 the sink.
244244
@@ -260,10 +260,10 @@ def sink_update(self, project, sink_name, filter_, destination):
260260 def sink_delete (self , project , sink_name ):
261261 """API call: delete a sink resource.
262262
263- :type project: string
263+ :type project: str
264264 :param project: ID of the project containing the sink.
265265
266- :type sink_name: string
266+ :type sink_name: str
267267 :param sink_name: the name of the sink
268268 """
269269 options = None
@@ -289,7 +289,7 @@ def __init__(self, gax_api):
289289 def list_metrics (self , project , page_size = 0 , page_token = None ):
290290 """List metrics for the project associated with this client.
291291
292- :type project: string
292+ :type project: str
293293 :param project: ID of the project whose metrics are to be listed.
294294
295295 :type page_size: int
@@ -323,17 +323,17 @@ def metric_create(self, project, metric_name, filter_, description):
323323 See:
324324 https://cloud.google.com/logging/docs/api/ref_v2beta1/rest/v2beta1/projects.metrics/create
325325
326- :type project: string
326+ :type project: str
327327 :param project: ID of the project in which to create the metric.
328328
329- :type metric_name: string
329+ :type metric_name: str
330330 :param metric_name: the name of the metric
331331
332- :type filter_: string
332+ :type filter_: str
333333 :param filter_: the advanced logs filter expression defining the
334334 entries exported by the metric.
335335
336- :type description: string
336+ :type description: str
337337 :param description: description of the metric.
338338 """
339339 options = None
@@ -351,10 +351,10 @@ def metric_create(self, project, metric_name, filter_, description):
351351 def metric_get (self , project , metric_name ):
352352 """API call: retrieve a metric resource.
353353
354- :type project: string
354+ :type project: str
355355 :param project: ID of the project containing the metric.
356356
357- :type metric_name: string
357+ :type metric_name: str
358358 :param metric_name: the name of the metric
359359
360360 :rtype: dict
@@ -374,17 +374,17 @@ def metric_get(self, project, metric_name):
374374 def metric_update (self , project , metric_name , filter_ , description ):
375375 """API call: update a metric resource.
376376
377- :type project: string
377+ :type project: str
378378 :param project: ID of the project containing the metric.
379379
380- :type metric_name: string
380+ :type metric_name: str
381381 :param metric_name: the name of the metric
382382
383- :type filter_: string
383+ :type filter_: str
384384 :param filter_: the advanced logs filter expression defining the
385385 entries exported by the metric.
386386
387- :type description: string
387+ :type description: str
388388 :param description: description of the metric.
389389
390390 :rtype: dict
@@ -406,10 +406,10 @@ def metric_update(self, project, metric_name, filter_, description):
406406 def metric_delete (self , project , metric_name ):
407407 """API call: delete a metric resource.
408408
409- :type project: string
409+ :type project: str
410410 :param project: ID of the project containing the metric.
411411
412- :type metric_name: string
412+ :type metric_name: str
413413 :param metric_name: the name of the metric
414414 """
415415 options = None
0 commit comments