This repository was archived by the owner on Sep 21, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
Original file line numberDiff line numberDiff line change
Expand Up@@ -505,7 +505,6 @@ def __call__(
request (~.services.CreateJobTemplateRequest):
The request object. Request message for
``TranscoderService.CreateJobTemplate``.

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand DownExpand Up@@ -678,7 +677,6 @@ def __call__(
request (~.services.DeleteJobTemplateRequest):
The request object. Request message for
``TranscoderService.DeleteJobTemplate``.

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand DownExpand Up@@ -842,7 +840,6 @@ def __call__(
request (~.services.GetJobTemplateRequest):
The request object. Request message for
``TranscoderService.GetJobTemplate``.

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand DownExpand Up@@ -933,7 +930,6 @@ def __call__(
The request object. Request message for ``TranscoderService.ListJobs``. The
parent location from which to retrieve the collection of
jobs.

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand DownExpand Up@@ -1021,7 +1017,6 @@ def __call__(
request (~.services.ListJobTemplatesRequest):
The request object. Request message for
``TranscoderService.ListJobTemplates``.

retry (google.api_core.retry.Retry): Designation of what errors, if any,
should be retried.
timeout (float): The timeout for this request.
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-video-transcoder",
"version": "1.8.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down