A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cloud.google.com/python/docs/reference/videostitcher/0.7.16/summary_method.html below:

Package Methods (0.7.16) | Python client library

Skip to main content Package Methods (0.7.16)

Stay organized with collections Save and categorize content based on your preferences.

Summary of entries of Methods for videostitcher.

google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient
VideoStitcherServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.video.stitcher_v1.services.video_stitcher_service.transports.base.VideoStitcherServiceTransport, typing.Callable[[...], google.cloud.video.stitcher_v1.services.video_stitcher_service.transports.base.VideoStitcherServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.cancel_operation
cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = 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
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.cdn_key_path
cdn_key_path(project: str, location: str, cdn_key: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.create_cdn_key
create_cdn_key(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.CreateCdnKeyRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    cdn_key: typing.Optional[
        google.cloud.video.stitcher_v1.types.cdn_keys.CdnKey
    ] = None,
    cdn_key_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.api_core.operation_async.AsyncOperation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.create_live_config
create_live_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.CreateLiveConfigRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    live_config: typing.Optional[
        google.cloud.video.stitcher_v1.types.live_configs.LiveConfig
    ] = None,
    live_config_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.api_core.operation_async.AsyncOperation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.create_live_session
create_live_session(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.CreateLiveSessionRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    live_session: typing.Optional[
        google.cloud.video.stitcher_v1.types.sessions.LiveSession
    ] = 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.stitcher_v1.types.sessions.LiveSession
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.create_slate
create_slate(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.CreateSlateRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    slate: typing.Optional[google.cloud.video.stitcher_v1.types.slates.Slate] = None,
    slate_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.api_core.operation_async.AsyncOperation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.create_vod_config
create_vod_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.CreateVodConfigRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    vod_config: typing.Optional[
        google.cloud.video.stitcher_v1.types.vod_configs.VodConfig
    ] = None,
    vod_config_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.api_core.operation_async.AsyncOperation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.create_vod_session
create_vod_session(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.CreateVodSessionRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    vod_session: typing.Optional[
        google.cloud.video.stitcher_v1.types.sessions.VodSession
    ] = 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.stitcher_v1.types.sessions.VodSession
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.delete_cdn_key
delete_cdn_key(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.DeleteCdnKeyRequest,
            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.api_core.operation_async.AsyncOperation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.delete_live_config
delete_live_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.DeleteLiveConfigRequest,
            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.api_core.operation_async.AsyncOperation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.delete_operation
delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = 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
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.delete_slate
delete_slate(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.DeleteSlateRequest,
            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.api_core.operation_async.AsyncOperation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.delete_vod_config
delete_vod_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.DeleteVodConfigRequest,
            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.api_core.operation_async.AsyncOperation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.get_cdn_key
get_cdn_key(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetCdnKeyRequest,
            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.stitcher_v1.types.cdn_keys.CdnKey
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.get_live_ad_tag_detail
get_live_ad_tag_detail(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetLiveAdTagDetailRequest,
            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.stitcher_v1.types.ad_tag_details.LiveAdTagDetail
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.get_live_config
get_live_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetLiveConfigRequest,
            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.stitcher_v1.types.live_configs.LiveConfig
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.get_live_session
get_live_session(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetLiveSessionRequest,
            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.stitcher_v1.types.sessions.LiveSession
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.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.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.get_operation
get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = 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.longrunning.operations_pb2.Operation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.get_slate
get_slate(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetSlateRequest,
            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.stitcher_v1.types.slates.Slate
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.get_transport_class
get_transport_class(
    label: typing.Optional[str] = None,
) -> typing.Type[
    google.cloud.video.stitcher_v1.services.video_stitcher_service.transports.base.VideoStitcherServiceTransport
]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.get_vod_ad_tag_detail
get_vod_ad_tag_detail(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetVodAdTagDetailRequest,
            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.stitcher_v1.types.ad_tag_details.VodAdTagDetail
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.get_vod_config
get_vod_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetVodConfigRequest,
            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.stitcher_v1.types.vod_configs.VodConfig
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.get_vod_session
get_vod_session(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetVodSessionRequest,
            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.stitcher_v1.types.sessions.VodSession
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.get_vod_stitch_detail
get_vod_stitch_detail(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetVodStitchDetailRequest,
            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.stitcher_v1.types.stitch_details.VodStitchDetail
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.list_cdn_keys
list_cdn_keys(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListCdnKeysRequest,
            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.stitcher_v1.services.video_stitcher_service.pagers.ListCdnKeysAsyncPager
)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.list_live_ad_tag_details
list_live_ad_tag_details(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveAdTagDetailsRequest,
            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.stitcher_v1.services.video_stitcher_service.pagers.ListLiveAdTagDetailsAsyncPager
)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.list_live_configs
list_live_configs(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveConfigsRequest,
            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.stitcher_v1.services.video_stitcher_service.pagers.ListLiveConfigsAsyncPager
)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.list_operations
list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = 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.longrunning.operations_pb2.ListOperationsResponse
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.list_slates
list_slates(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListSlatesRequest,
            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.stitcher_v1.services.video_stitcher_service.pagers.ListSlatesAsyncPager
)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.list_vod_ad_tag_details
list_vod_ad_tag_details(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodAdTagDetailsRequest,
            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.stitcher_v1.services.video_stitcher_service.pagers.ListVodAdTagDetailsAsyncPager
)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.list_vod_configs
list_vod_configs(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodConfigsRequest,
            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.stitcher_v1.services.video_stitcher_service.pagers.ListVodConfigsAsyncPager
)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.list_vod_stitch_details
list_vod_stitch_details(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodStitchDetailsRequest,
            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.stitcher_v1.services.video_stitcher_service.pagers.ListVodStitchDetailsAsyncPager
)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.live_ad_tag_detail_path
live_ad_tag_detail_path(
    project: str, location: str, live_session: str, live_ad_tag_detail: str
) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.live_config_path
live_config_path(project: str, location: str, live_config: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.live_session_path
live_session_path(project: str, location: str, live_session: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_cdn_key_path
parse_cdn_key_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_live_ad_tag_detail_path
parse_live_ad_tag_detail_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_live_config_path
parse_live_config_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_live_session_path
parse_live_session_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_slate_path
parse_slate_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_vod_ad_tag_detail_path
parse_vod_ad_tag_detail_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_vod_config_path
parse_vod_config_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_vod_session_path
parse_vod_session_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_vod_stitch_detail_path
parse_vod_stitch_detail_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.slate_path
slate_path(project: str, location: str, slate: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.update_cdn_key
update_cdn_key(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.UpdateCdnKeyRequest,
            dict,
        ]
    ] = None,
    *,
    cdn_key: typing.Optional[
        google.cloud.video.stitcher_v1.types.cdn_keys.CdnKey
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.update_live_config
update_live_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.UpdateLiveConfigRequest,
            dict,
        ]
    ] = None,
    *,
    live_config: typing.Optional[
        google.cloud.video.stitcher_v1.types.live_configs.LiveConfig
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.update_slate
update_slate(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.UpdateSlateRequest,
            dict,
        ]
    ] = None,
    *,
    slate: typing.Optional[google.cloud.video.stitcher_v1.types.slates.Slate] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.update_vod_config
update_vod_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.UpdateVodConfigRequest,
            dict,
        ]
    ] = None,
    *,
    vod_config: typing.Optional[
        google.cloud.video.stitcher_v1.types.vod_configs.VodConfig
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation_async.AsyncOperation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.vod_ad_tag_detail_path
vod_ad_tag_detail_path(
    project: str, location: str, vod_session: str, vod_ad_tag_detail: str
) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.vod_config_path
vod_config_path(project: str, location: str, vod_config: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.vod_session_path
vod_session_path(project: str, location: str, vod_session: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.vod_stitch_detail_path
vod_stitch_detail_path(
    project: str, location: str, vod_session: str, vod_stitch_detail: str
) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient
VideoStitcherServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.video.stitcher_v1.services.video_stitcher_service.transports.base.VideoStitcherServiceTransport, typing.Callable[[...], google.cloud.video.stitcher_v1.services.video_stitcher_service.transports.base.VideoStitcherServiceTransport]]] = 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.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.__exit__
__exit__(type, value, traceback)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.cancel_operation
cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = 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
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.cdn_key_path
cdn_key_path(project: str, location: str, cdn_key: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.common_project_path
common_project_path(project: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.create_cdn_key
create_cdn_key(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.CreateCdnKeyRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    cdn_key: typing.Optional[
        google.cloud.video.stitcher_v1.types.cdn_keys.CdnKey
    ] = None,
    cdn_key_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.api_core.operation.Operation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.create_live_config
create_live_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.CreateLiveConfigRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    live_config: typing.Optional[
        google.cloud.video.stitcher_v1.types.live_configs.LiveConfig
    ] = None,
    live_config_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.api_core.operation.Operation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.create_live_session
create_live_session(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.CreateLiveSessionRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    live_session: typing.Optional[
        google.cloud.video.stitcher_v1.types.sessions.LiveSession
    ] = 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.stitcher_v1.types.sessions.LiveSession
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.create_slate
create_slate(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.CreateSlateRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    slate: typing.Optional[google.cloud.video.stitcher_v1.types.slates.Slate] = None,
    slate_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.api_core.operation.Operation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.create_vod_config
create_vod_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.CreateVodConfigRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    vod_config: typing.Optional[
        google.cloud.video.stitcher_v1.types.vod_configs.VodConfig
    ] = None,
    vod_config_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.api_core.operation.Operation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.create_vod_session
create_vod_session(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.CreateVodSessionRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    vod_session: typing.Optional[
        google.cloud.video.stitcher_v1.types.sessions.VodSession
    ] = 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.stitcher_v1.types.sessions.VodSession
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.delete_cdn_key
delete_cdn_key(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.DeleteCdnKeyRequest,
            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.api_core.operation.Operation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.delete_live_config
delete_live_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.DeleteLiveConfigRequest,
            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.api_core.operation.Operation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.delete_operation
delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = 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
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.delete_slate
delete_slate(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.DeleteSlateRequest,
            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.api_core.operation.Operation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.delete_vod_config
delete_vod_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.DeleteVodConfigRequest,
            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.api_core.operation.Operation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.get_cdn_key
get_cdn_key(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetCdnKeyRequest,
            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.stitcher_v1.types.cdn_keys.CdnKey
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.get_live_ad_tag_detail
get_live_ad_tag_detail(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetLiveAdTagDetailRequest,
            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.stitcher_v1.types.ad_tag_details.LiveAdTagDetail
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.get_live_config
get_live_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetLiveConfigRequest,
            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.stitcher_v1.types.live_configs.LiveConfig
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.get_live_session
get_live_session(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetLiveSessionRequest,
            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.stitcher_v1.types.sessions.LiveSession
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.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.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.get_operation
get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = 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.longrunning.operations_pb2.Operation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.get_slate
get_slate(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetSlateRequest,
            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.stitcher_v1.types.slates.Slate
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.get_vod_ad_tag_detail
get_vod_ad_tag_detail(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetVodAdTagDetailRequest,
            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.stitcher_v1.types.ad_tag_details.VodAdTagDetail
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.get_vod_config
get_vod_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetVodConfigRequest,
            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.stitcher_v1.types.vod_configs.VodConfig
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.get_vod_session
get_vod_session(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetVodSessionRequest,
            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.stitcher_v1.types.sessions.VodSession
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.get_vod_stitch_detail
get_vod_stitch_detail(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.GetVodStitchDetailRequest,
            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.stitcher_v1.types.stitch_details.VodStitchDetail
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.list_cdn_keys
list_cdn_keys(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListCdnKeysRequest,
            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.stitcher_v1.services.video_stitcher_service.pagers.ListCdnKeysPager
)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.list_live_ad_tag_details
list_live_ad_tag_details(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveAdTagDetailsRequest,
            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.stitcher_v1.services.video_stitcher_service.pagers.ListLiveAdTagDetailsPager
)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.list_live_configs
list_live_configs(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveConfigsRequest,
            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.stitcher_v1.services.video_stitcher_service.pagers.ListLiveConfigsPager
)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.list_operations
list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = 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.longrunning.operations_pb2.ListOperationsResponse
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.list_slates
list_slates(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListSlatesRequest,
            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.stitcher_v1.services.video_stitcher_service.pagers.ListSlatesPager
)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.list_vod_ad_tag_details
list_vod_ad_tag_details(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodAdTagDetailsRequest,
            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.stitcher_v1.services.video_stitcher_service.pagers.ListVodAdTagDetailsPager
)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.list_vod_configs
list_vod_configs(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodConfigsRequest,
            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.stitcher_v1.services.video_stitcher_service.pagers.ListVodConfigsPager
)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.list_vod_stitch_details
list_vod_stitch_details(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodStitchDetailsRequest,
            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.stitcher_v1.services.video_stitcher_service.pagers.ListVodStitchDetailsPager
)
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.live_ad_tag_detail_path
live_ad_tag_detail_path(
    project: str, location: str, live_session: str, live_ad_tag_detail: str
) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.live_config_path
live_config_path(project: str, location: str, live_config: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.live_session_path
live_session_path(project: str, location: str, live_session: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_cdn_key_path
parse_cdn_key_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_live_ad_tag_detail_path
parse_live_ad_tag_detail_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_live_config_path
parse_live_config_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_live_session_path
parse_live_session_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_slate_path
parse_slate_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_vod_ad_tag_detail_path
parse_vod_ad_tag_detail_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_vod_config_path
parse_vod_config_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_vod_session_path
parse_vod_session_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_vod_stitch_detail_path
parse_vod_stitch_detail_path(path: str) -> typing.Dict[str, str]
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.slate_path
slate_path(project: str, location: str, slate: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.update_cdn_key
update_cdn_key(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.UpdateCdnKeyRequest,
            dict,
        ]
    ] = None,
    *,
    cdn_key: typing.Optional[
        google.cloud.video.stitcher_v1.types.cdn_keys.CdnKey
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.Operation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.update_live_config
update_live_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.UpdateLiveConfigRequest,
            dict,
        ]
    ] = None,
    *,
    live_config: typing.Optional[
        google.cloud.video.stitcher_v1.types.live_configs.LiveConfig
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.Operation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.update_slate
update_slate(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.UpdateSlateRequest,
            dict,
        ]
    ] = None,
    *,
    slate: typing.Optional[google.cloud.video.stitcher_v1.types.slates.Slate] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.Operation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.update_vod_config
update_vod_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.UpdateVodConfigRequest,
            dict,
        ]
    ] = None,
    *,
    vod_config: typing.Optional[
        google.cloud.video.stitcher_v1.types.vod_configs.VodConfig
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.api_core.operation.Operation
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.vod_ad_tag_detail_path
vod_ad_tag_detail_path(
    project: str, location: str, vod_session: str, vod_ad_tag_detail: str
) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.vod_config_path
vod_config_path(project: str, location: str, vod_config: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.vod_session_path
vod_session_path(project: str, location: str, vod_session: str) -> str
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.vod_stitch_detail_path
vod_stitch_detail_path(
    project: str, location: str, vod_session: str, vod_stitch_detail: str
) -> str
ListCdnKeysAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListCdnKeysResponse
        ],
    ],
    request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListCdnKeysRequest,
    response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListCdnKeysResponse,
    *,
    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]]] = ()
)
ListCdnKeysPager(
    method: typing.Callable[
        [...],
        google.cloud.video.stitcher_v1.types.video_stitcher_service.ListCdnKeysResponse,
    ],
    request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListCdnKeysRequest,
    response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListCdnKeysResponse,
    *,
    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]]] = ()
)
ListLiveAdTagDetailsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveAdTagDetailsResponse
        ],
    ],
    request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveAdTagDetailsRequest,
    response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveAdTagDetailsResponse,
    *,
    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]]] = ()
)
ListLiveAdTagDetailsPager(
    method: typing.Callable[
        [...],
        google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveAdTagDetailsResponse,
    ],
    request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveAdTagDetailsRequest,
    response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveAdTagDetailsResponse,
    *,
    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]]] = ()
)
ListLiveConfigsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveConfigsResponse
        ],
    ],
    request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveConfigsRequest,
    response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveConfigsResponse,
    *,
    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]]] = ()
)
ListLiveConfigsPager(
    method: typing.Callable[
        [...],
        google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveConfigsResponse,
    ],
    request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveConfigsRequest,
    response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListLiveConfigsResponse,
    *,
    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]]] = ()
)
ListSlatesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListSlatesResponse
        ],
    ],
    request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListSlatesRequest,
    response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListSlatesResponse,
    *,
    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]]] = ()
)
ListSlatesPager(
    method: typing.Callable[
        [...],
        google.cloud.video.stitcher_v1.types.video_stitcher_service.ListSlatesResponse,
    ],
    request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListSlatesRequest,
    response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListSlatesResponse,
    *,
    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]]] = ()
)
ListVodAdTagDetailsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodAdTagDetailsResponse
        ],
    ],
    request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodAdTagDetailsRequest,
    response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodAdTagDetailsResponse,
    *,
    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]]] = ()
)
ListVodAdTagDetailsPager(
    method: typing.Callable[
        [...],
        google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodAdTagDetailsResponse,
    ],
    request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodAdTagDetailsRequest,
    response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodAdTagDetailsResponse,
    *,
    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]]] = ()
)
ListVodConfigsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodConfigsResponse
        ],
    ],
    request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodConfigsRequest,
    response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodConfigsResponse,
    *,
    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]]] = ()
)
ListVodConfigsPager(
    method: typing.Callable[
        [...],
        google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodConfigsResponse,
    ],
    request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodConfigsRequest,
    response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodConfigsResponse,
    *,
    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]]] = ()
)
ListVodStitchDetailsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodStitchDetailsResponse
        ],
    ],
    request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodStitchDetailsRequest,
    response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodStitchDetailsResponse,
    *,
    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]]] = ()
)
ListVodStitchDetailsPager(
    method: typing.Callable[
        [...],
        google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodStitchDetailsResponse,
    ],
    request: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodStitchDetailsRequest,
    response: google.cloud.video.stitcher_v1.types.video_stitcher_service.ListVodStitchDetailsResponse,
    *,
    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]]] = ()
)

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-08-07 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4