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
Returns a fully-qualified billing_account string.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
video
.
transcoder_v1
.
types
.
resources
.
Job
Creates a job in the specified region.
See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.create_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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
video
.
transcoder_v1
.
types
.
resources
.
JobTemplate
Creates a job template in the specified region.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes a job.
See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.delete_job
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes a job template.
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.
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.
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.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
video
.
transcoder_v1
.
types
.
resources
.
Job
Returns the job data.
See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.get_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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
video
.
transcoder_v1
.
types
.
resources
.
JobTemplate
Returns the job template data.
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
,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.get_transport_class
get_transport_class
(
label
:
typing
.
Optional
[
str
]
=
None
,
)
-
> typing
.
Type
[
google
.
cloud
.
video
.
transcoder_v1
.
services
.
transcoder_service
.
transports
.
base
.
TranscoderServiceTransport
]
Returns an appropriate transport class.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.job_path
job_path
(
project
:
str
,
location
:
str
,
job
:
str
)
-
> str
Returns a fully-qualified job string.
See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.job_path
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.job_template_path
job_template_path
(
project
:
str
,
location
:
str
,
job_template
:
str
)
-
> str
Returns a fully-qualified job_template string.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
video
.
transcoder_v1
.
services
.
transcoder_service
.
pagers
.
ListJobTemplatesAsyncPager
)
Lists job templates in the specified region.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
video
.
transcoder_v1
.
services
.
transcoder_service
.
pagers
.
ListJobsAsyncPager
)
Lists jobs in the specified region.
See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.list_jobs
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
]
Parse a billing_account path into its component segments.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.parse_job_path
parse_job_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a job path into its component segments.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceAsyncClient.parse_job_template_path
parse_job_template_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a job_template path into its component segments.
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
=
Instantiates the transcoder service client.
See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.__exit__
__exit__
(
type
,
value
,
traceback
)
Releases underlying transport's resources.
See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient. exit
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
video
.
transcoder_v1
.
types
.
resources
.
Job
Creates a job in the specified region.
See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.create_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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
video
.
transcoder_v1
.
types
.
resources
.
JobTemplate
Creates a job template in the specified region.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes a job.
See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.delete_job
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes a job template.
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.
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.
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.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
video
.
transcoder_v1
.
types
.
resources
.
Job
Returns the job data.
See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.get_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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
video
.
transcoder_v1
.
types
.
resources
.
JobTemplate
Returns the job template data.
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
,
)
Deprecated.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.job_path
job_path
(
project
:
str
,
location
:
str
,
job
:
str
)
-
> str
Returns a fully-qualified job string.
See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.job_path
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.job_template_path
job_template_path
(
project
:
str
,
location
:
str
,
job_template
:
str
)
-
> str
Returns a fully-qualified job_template string.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> (
google
.
cloud
.
video
.
transcoder_v1
.
services
.
transcoder_service
.
pagers
.
ListJobTemplatesPager
)
Lists job templates in the specified region.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
video
.
transcoder_v1
.
services
.
transcoder_service
.
pagers
.
ListJobsPager
Lists jobs in the specified region.
See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.list_jobs
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
]
Parse a billing_account path into its component segments.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.parse_job_path
parse_job_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a job path into its component segments.
See more: google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.parse_job_path
google.cloud.video.transcoder_v1.services.transcoder_service.TranscoderServiceClient.parse_job_template_path
parse_job_template_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a job_template path into its component segments.
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.video.transcoder_v1.services.transcoder_service.pagers.ListJobTemplatesAsyncPager
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.video.transcoder_v1.services.transcoder_service.pagers.ListJobTemplatesPager
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.video.transcoder_v1.services.transcoder_service.pagers.ListJobsAsyncPager
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
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.video.transcoder_v1.services.transcoder_service.pagers.ListJobsPager

