Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

docs: Fix formatting of request arg in docstring#296

Merged
parthea merged 2 commits intomainfromowl-bot-copy
Mar 23, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -272,8 +272,7 @@ async def sample_create_job():

Args:
request (Optional[Union[google.cloud.video.transcoder_v1.types.CreateJobRequest, dict]]):
The request object. Request message for
`TranscoderService.CreateJob`.
The request object. Request message for ``TranscoderService.CreateJob``.
parent (:class:`str`):
Required. The parent location to create and process this
job. Format: ``projects/{project}/locations/{location}``
Expand DownExpand Up@@ -382,9 +381,9 @@ async def sample_list_jobs():

Args:
request (Optional[Union[google.cloud.video.transcoder_v1.types.ListJobsRequest, dict]]):
The request object. Request message for
`TranscoderService.ListJobs`. Theparent location from
which to retrieve the collection ofjobs.
The request object. Request message for ``TranscoderService.ListJobs``. The
parent location from which to retrieve the collection of
jobs.
parent (:class:`str`):
Required. Format:
``projects/{project}/locations/{location}``
Expand DownExpand Up@@ -496,8 +495,7 @@ async def sample_get_job():

Args:
request (Optional[Union[google.cloud.video.transcoder_v1.types.GetJobRequest, dict]]):
The request object. Request message for
`TranscoderService.GetJob`.
The request object. Request message for ``TranscoderService.GetJob``.
name (:class:`str`):
Required. The name of the job to retrieve. Format:
``projects/{project}/locations/{location}/jobs/{job}``
Expand DownExpand Up@@ -593,8 +591,7 @@ async def sample_delete_job():

Args:
request (Optional[Union[google.cloud.video.transcoder_v1.types.DeleteJobRequest, dict]]):
The request object. Request message for
`TranscoderService.DeleteJob`.
The request object. Request message for ``TranscoderService.DeleteJob``.
name (:class:`str`):
Required. The name of the job to delete. Format:
``projects/{project}/locations/{location}/jobs/{job}``
Expand DownExpand Up@@ -690,7 +687,7 @@ async def sample_create_job_template():
Args:
request (Optional[Union[google.cloud.video.transcoder_v1.types.CreateJobTemplateRequest, dict]]):
The request object. Request message for
`TranscoderService.CreateJobTemplate`.
``TranscoderService.CreateJobTemplate``.
parent (:class:`str`):
Required. The parent location to create this job
template. Format:
Expand DownExpand Up@@ -815,7 +812,7 @@ async def sample_list_job_templates():
Args:
request (Optional[Union[google.cloud.video.transcoder_v1.types.ListJobTemplatesRequest, dict]]):
The request object. Request message for
`TranscoderService.ListJobTemplates`.
``TranscoderService.ListJobTemplates``.
parent (:class:`str`):
Required. The parent location from which to retrieve the
collection of job templates. Format:
Expand DownExpand Up@@ -929,7 +926,7 @@ async def sample_get_job_template():
Args:
request (Optional[Union[google.cloud.video.transcoder_v1.types.GetJobTemplateRequest, dict]]):
The request object. Request message for
`TranscoderService.GetJobTemplate`.
``TranscoderService.GetJobTemplate``.
name (:class:`str`):
Required. The name of the job template to retrieve.
Format:
Expand DownExpand Up@@ -1027,7 +1024,7 @@ async def sample_delete_job_template():
Args:
request (Optional[Union[google.cloud.video.transcoder_v1.types.DeleteJobTemplateRequest, dict]]):
The request object. Request message for
`TranscoderService.DeleteJobTemplate`.
``TranscoderService.DeleteJobTemplate``.
name (:class:`str`):
Required. The name of the job template to delete.
``projects/{project}/locations/{location}/jobTemplates/{job_template}``
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -519,8 +519,7 @@ def sample_create_job():

Args:
request (Union[google.cloud.video.transcoder_v1.types.CreateJobRequest, dict]):
The request object. Request message for
`TranscoderService.CreateJob`.
The request object. Request message for ``TranscoderService.CreateJob``.
parent (str):
Required. The parent location to create and process this
job. Format: ``projects/{project}/locations/{location}``
Expand DownExpand Up@@ -629,9 +628,9 @@ def sample_list_jobs():

Args:
request (Union[google.cloud.video.transcoder_v1.types.ListJobsRequest, dict]):
The request object. Request message for
`TranscoderService.ListJobs`. Theparent location from
which to retrieve the collection ofjobs.
The request object. Request message for ``TranscoderService.ListJobs``. The
parent location from which to retrieve the collection of
jobs.
parent (str):
Required. Format:
``projects/{project}/locations/{location}``
Expand DownExpand Up@@ -743,8 +742,7 @@ def sample_get_job():

Args:
request (Union[google.cloud.video.transcoder_v1.types.GetJobRequest, dict]):
The request object. Request message for
`TranscoderService.GetJob`.
The request object. Request message for ``TranscoderService.GetJob``.
name (str):
Required. The name of the job to retrieve. Format:
``projects/{project}/locations/{location}/jobs/{job}``
Expand DownExpand Up@@ -840,8 +838,7 @@ def sample_delete_job():

Args:
request (Union[google.cloud.video.transcoder_v1.types.DeleteJobRequest, dict]):
The request object. Request message for
`TranscoderService.DeleteJob`.
The request object. Request message for ``TranscoderService.DeleteJob``.
name (str):
Required. The name of the job to delete. Format:
``projects/{project}/locations/{location}/jobs/{job}``
Expand DownExpand Up@@ -937,7 +934,7 @@ def sample_create_job_template():
Args:
request (Union[google.cloud.video.transcoder_v1.types.CreateJobTemplateRequest, dict]):
The request object. Request message for
`TranscoderService.CreateJobTemplate`.
``TranscoderService.CreateJobTemplate``.
parent (str):
Required. The parent location to create this job
template. Format:
Expand DownExpand Up@@ -1062,7 +1059,7 @@ def sample_list_job_templates():
Args:
request (Union[google.cloud.video.transcoder_v1.types.ListJobTemplatesRequest, dict]):
The request object. Request message for
`TranscoderService.ListJobTemplates`.
``TranscoderService.ListJobTemplates``.
parent (str):
Required. The parent location from which to retrieve the
collection of job templates. Format:
Expand DownExpand Up@@ -1176,7 +1173,7 @@ def sample_get_job_template():
Args:
request (Union[google.cloud.video.transcoder_v1.types.GetJobTemplateRequest, dict]):
The request object. Request message for
`TranscoderService.GetJobTemplate`.
``TranscoderService.GetJobTemplate``.
name (str):
Required. The name of the job template to retrieve.
Format:
Expand DownExpand Up@@ -1274,7 +1271,7 @@ def sample_delete_job_template():
Args:
request (Union[google.cloud.video.transcoder_v1.types.DeleteJobTemplateRequest, dict]):
The request object. Request message for
`TranscoderService.DeleteJobTemplate`.
``TranscoderService.DeleteJobTemplate``.
name (str):
Required. The name of the job template to delete.
``projects/{project}/locations/{location}/jobTemplates/{job_template}``
Expand Down
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

[8]ページ先頭

©2009-2025 Movatter.jp