@@ -151,7 +151,7 @@ async def list_log_metrics(self,
151151 request : logging_metrics .ListLogMetricsRequest = None ,
152152 * ,
153153 parent : str = None ,
154- retry : retries . Retry = gapic_v1 .method .DEFAULT ,
154+ retry : OptionalRetry = gapic_v1 .method .DEFAULT ,
155155 timeout : float = None ,
156156 metadata : Sequence [Tuple [str , str ]] = (),
157157 ) -> pagers .ListLogMetricsAsyncPager :
@@ -248,7 +248,7 @@ async def get_log_metric(self,
248248 request : logging_metrics .GetLogMetricRequest = None ,
249249 * ,
250250 metric_name : str = None ,
251- retry : retries . Retry = gapic_v1 .method .DEFAULT ,
251+ retry : OptionalRetry = gapic_v1 .method .DEFAULT ,
252252 timeout : float = None ,
253253 metadata : Sequence [Tuple [str , str ]] = (),
254254 ) -> logging_metrics .LogMetric :
@@ -343,7 +343,7 @@ async def create_log_metric(self,
343343 * ,
344344 parent : str = None ,
345345 metric : logging_metrics .LogMetric = None ,
346- retry : retries . Retry = gapic_v1 .method .DEFAULT ,
346+ retry : OptionalRetry = gapic_v1 .method .DEFAULT ,
347347 timeout : float = None ,
348348 metadata : Sequence [Tuple [str , str ]] = (),
349349 ) -> logging_metrics .LogMetric :
@@ -443,7 +443,7 @@ async def update_log_metric(self,
443443 * ,
444444 metric_name : str = None ,
445445 metric : logging_metrics .LogMetric = None ,
446- retry : retries . Retry = gapic_v1 .method .DEFAULT ,
446+ retry : OptionalRetry = gapic_v1 .method .DEFAULT ,
447447 timeout : float = None ,
448448 metadata : Sequence [Tuple [str , str ]] = (),
449449 ) -> logging_metrics .LogMetric :
@@ -549,7 +549,7 @@ async def delete_log_metric(self,
549549 request : logging_metrics .DeleteLogMetricRequest = None ,
550550 * ,
551551 metric_name : str = None ,
552- retry : retries . Retry = gapic_v1 .method .DEFAULT ,
552+ retry : OptionalRetry = gapic_v1 .method .DEFAULT ,
553553 timeout : float = None ,
554554 metadata : Sequence [Tuple [str , str ]] = (),
555555 ) -> None :
0 commit comments