@@ -257,7 +257,7 @@ async def create_job(
257
257
Transcoding job resource.
258
258
"""
259
259
# Create or coerce a protobuf request object.
260
- # Sanity check: If we got a request object, we should *not* have
260
+ # Quick check: If we got a request object, we should *not* have
261
261
# gotten any keyword arguments that map to the request.
262
262
has_flattened_params = any ([parent , job ])
263
263
if request is not None and has_flattened_params :
@@ -333,7 +333,7 @@ async def list_jobs(
333
333
334
334
"""
335
335
# Create or coerce a protobuf request object.
336
- # Sanity check: If we got a request object, we should *not* have
336
+ # Quick check: If we got a request object, we should *not* have
337
337
# gotten any keyword arguments that map to the request.
338
338
has_flattened_params = any ([parent ])
339
339
if request is not None and has_flattened_params :
@@ -408,7 +408,7 @@ async def get_job(
408
408
Transcoding job resource.
409
409
"""
410
410
# Create or coerce a protobuf request object.
411
- # Sanity check: If we got a request object, we should *not* have
411
+ # Quick check: If we got a request object, we should *not* have
412
412
# gotten any keyword arguments that map to the request.
413
413
has_flattened_params = any ([name ])
414
414
if request is not None and has_flattened_params :
@@ -473,7 +473,7 @@ async def delete_job(
473
473
sent along with the request as metadata.
474
474
"""
475
475
# Create or coerce a protobuf request object.
476
- # Sanity check: If we got a request object, we should *not* have
476
+ # Quick check: If we got a request object, we should *not* have
477
477
# gotten any keyword arguments that map to the request.
478
478
has_flattened_params = any ([name ])
479
479
if request is not None and has_flattened_params :
@@ -563,7 +563,7 @@ async def create_job_template(
563
563
Transcoding job template resource.
564
564
"""
565
565
# Create or coerce a protobuf request object.
566
- # Sanity check: If we got a request object, we should *not* have
566
+ # Quick check: If we got a request object, we should *not* have
567
567
# gotten any keyword arguments that map to the request.
568
568
has_flattened_params = any ([parent , job_template , job_template_id ])
569
569
if request is not None and has_flattened_params :
@@ -641,7 +641,7 @@ async def list_job_templates(
641
641
642
642
"""
643
643
# Create or coerce a protobuf request object.
644
- # Sanity check: If we got a request object, we should *not* have
644
+ # Quick check: If we got a request object, we should *not* have
645
645
# gotten any keyword arguments that map to the request.
646
646
has_flattened_params = any ([parent ])
647
647
if request is not None and has_flattened_params :
@@ -717,7 +717,7 @@ async def get_job_template(
717
717
Transcoding job template resource.
718
718
"""
719
719
# Create or coerce a protobuf request object.
720
- # Sanity check: If we got a request object, we should *not* have
720
+ # Quick check: If we got a request object, we should *not* have
721
721
# gotten any keyword arguments that map to the request.
722
722
has_flattened_params = any ([name ])
723
723
if request is not None and has_flattened_params :
@@ -782,7 +782,7 @@ async def delete_job_template(
782
782
sent along with the request as metadata.
783
783
"""
784
784
# Create or coerce a protobuf request object.
785
- # Sanity check: If we got a request object, we should *not* have
785
+ # Quick check: If we got a request object, we should *not* have
786
786
# gotten any keyword arguments that map to the request.
787
787
has_flattened_params = any ([name ])
788
788
if request is not None and has_flattened_params :
0 commit comments