Package Methods (1.12.5)

Summary of entries of Methods for transcoder.

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient

TranscoderServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.video.transcoder_v1.services.transcoder_service.transports.base.TranscoderServiceTransport, typing.Callable[[...], google.cloud.video.transcoder_v1.services.transcoder_service.transports.base.TranscoderServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

Instantiates the transcoder service async client.

See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.create_job

create_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.transcoder_v1.types.services.CreateJobRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    job: typing.Optional[google.cloud.video.transcoder_v1.types.resources.Job] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.video.transcoder_v1.types.resources.Job

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.create_job_template

create_job_template(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.transcoder_v1.types.services.CreateJobTemplateRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    job_template: typing.Optional[
        google.cloud.video.transcoder_v1.types.resources.JobTemplate
    ] = None,
    job_template_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.video.transcoder_v1.types.resources.JobTemplate

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.delete_job

delete_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.transcoder_v1.types.services.DeleteJobRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.delete_job_template

delete_job_template(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.transcoder_v1.types.services.DeleteJobTemplateRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.from_service_account_file

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.from_service_account_info

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.from_service_account_json

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.get_job

get_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.transcoder_v1.types.services.GetJobRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.video.transcoder_v1.types.resources.Job

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.get_job_template

get_job_template(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.transcoder_v1.types.services.GetJobTemplateRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.video.transcoder_v1.types.resources.JobTemplate

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.video.transcoder_v1.services.transcoder_service.transports.base.TranscoderServiceTransport
    ]
)

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.job_path

job_path(project: str, location: str, job: str) -> str

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.job_template_path

job_template_path(project: str, location: str, job_template: str) -> str

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.list_job_templates

list_job_templates(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.transcoder_v1.types.services.ListJobTemplatesRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.video.transcoder_v1.services.transcoder_service.pagers.ListJobTemplatesAsyncPager
)

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.list_jobs

list_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.transcoder_v1.types.services.ListJobsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.video.transcoder_v1.services.transcoder_service.pagers.ListJobsAsyncPager
)

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.parse_job_path

parse_job_path(path: str) -> typing.Dict[str, str]

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.parse_job_template_path

parse_job_template_path(path: str) -> typing.Dict[str, str]

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient

TranscoderServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.video.transcoder_v1.services.transcoder_service.transports.base.TranscoderServiceTransport, typing.Callable[[...], google.cloud.video.transcoder_v1.services.transcoder_service.transports.base.TranscoderServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.create_job

create_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.transcoder_v1.types.services.CreateJobRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    job: typing.Optional[google.cloud.video.transcoder_v1.types.resources.Job] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.video.transcoder_v1.types.resources.Job

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.create_job_template

create_job_template(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.transcoder_v1.types.services.CreateJobTemplateRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    job_template: typing.Optional[
        google.cloud.video.transcoder_v1.types.resources.JobTemplate
    ] = None,
    job_template_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.video.transcoder_v1.types.resources.JobTemplate

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.delete_job

delete_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.transcoder_v1.types.services.DeleteJobRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.delete_job_template

delete_job_template(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.transcoder_v1.types.services.DeleteJobTemplateRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.from_service_account_file

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.from_service_account_info

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.from_service_account_json

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.get_job

get_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.transcoder_v1.types.services.GetJobRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.video.transcoder_v1.types.resources.Job

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.get_job_template

get_job_template(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.transcoder_v1.types.services.GetJobTemplateRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.video.transcoder_v1.types.resources.JobTemplate

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.job_path

job_path(project: str, location: str, job: str) -> str

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.job_template_path

job_template_path(project: str, location: str, job_template: str) -> str

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.list_job_templates

list_job_templates(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.transcoder_v1.types.services.ListJobTemplatesRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
    google.cloud.video.transcoder_v1.services.transcoder_service.pagers.ListJobTemplatesPager
)

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.list_jobs

list_jobs(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.transcoder_v1.types.services.ListJobsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.video.transcoder_v1.services.transcoder_service.pagers.ListJobsPager

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.parse_job_path

parse_job_path(path: str) -> typing.Dict[str, str]

google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.parse_job_template_path

parse_job_template_path(path: str) -> typing.Dict[str, str]

google.cloud.video.transcoder_v1.services.transcoder_service.pagers.ListJobTemplatesAsyncPager

ListJobTemplatesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.video.transcoder_v1.types.services.ListJobTemplatesResponse
        ],
    ],
    request: google.cloud.video.transcoder_v1.types.services.ListJobTemplatesRequest,
    response: google.cloud.video.transcoder_v1.types.services.ListJobTemplatesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.video.transcoder_v1.services.transcoder_service.pagers.ListJobTemplatesPager

ListJobTemplatesPager(
    method: typing.Callable[
        [...], google.cloud.video.transcoder_v1.types.services.ListJobTemplatesResponse
    ],
    request: google.cloud.video.transcoder_v1.types.services.ListJobTemplatesRequest,
    response: google.cloud.video.transcoder_v1.types.services.ListJobTemplatesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.video.transcoder_v1.services.transcoder_service.pagers.ListJobsAsyncPager

ListJobsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.video.transcoder_v1.types.services.ListJobsResponse
        ],
    ],
    request: google.cloud.video.transcoder_v1.types.services.ListJobsRequest,
    response: google.cloud.video.transcoder_v1.types.services.ListJobsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.video.transcoder_v1.services.transcoder_service.pagers.ListJobsPager

ListJobsPager(
    method: typing.Callable[
        [...], google.cloud.video.transcoder_v1.types.services.ListJobsResponse
    ],
    request: google.cloud.video.transcoder_v1.types.services.ListJobsRequest,
    response: google.cloud.video.transcoder_v1.types.services.ListJobsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)