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 =
Instantiates the video stitcher service async client.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient
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, str]] = ()
) -> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.cdn_key_path
cdn_key_path(project: str, location: str, cdn_key: str) -> str
Returns a fully-qualified cdn_key string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a new CDN key.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Registers the live config with the provided unique ID in the specified region.
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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.sessions.LiveSession
Creates a new live session.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a slate.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Registers the VOD config with the provided unique ID in the specified region.
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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.sessions.VodSession
Creates a client side playback VOD session and returns the full tracking and playback metadata of the session.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes the specified CDN key.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes the specified live config.
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, str]] = ()
) -> None
Deletes a long-running operation.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes the specified slate.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes the specified VOD config.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.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.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.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.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.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.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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.cdn_keys.CdnKey
Returns the specified CDN key.
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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.ad_tag_details.LiveAdTagDetail
Returns the specified ad tag detail for the specified live session.
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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.live_configs.LiveConfig
Returns the specified live config managed by the Video Stitcher service.
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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.sessions.LiveSession
Returns the details for the specified live session.
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,
)
Return the API endpoint and client cert source for mutual TLS.
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, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running 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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.slates.Slate
Returns the specified 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
]
Returns an appropriate transport class.
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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.ad_tag_details.VodAdTagDetail
Returns the specified ad tag detail for the specified VOD session.
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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.vod_configs.VodConfig
Returns the specified VOD config managed by the Video Stitcher API service.
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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.sessions.VodSession
Returns the full tracking, playback metadata, and relevant ad-ops logs for the specified VOD session.
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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.stitch_details.VodStitchDetail
Returns the specified stitching information for the specified VOD session.
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, str]] = ()
) -> (
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListCdnKeysAsyncPager
)
Lists all CDN keys in the specified project and location.
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, str]] = ()
) -> (
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListLiveAdTagDetailsAsyncPager
)
Return the list of ad tag details for the specified live session.
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, str]] = ()
) -> (
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListLiveConfigsAsyncPager
)
Lists all live configs managed by the Video Stitcher that belong to the specified project and region.
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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
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, str]] = ()
) -> (
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListSlatesAsyncPager
)
Lists all slates in the specified project and location.
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, str]] = ()
) -> (
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodAdTagDetailsAsyncPager
)
Return the list of ad tag details for the specified VOD session.
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, str]] = ()
) -> (
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodConfigsAsyncPager
)
Lists all VOD configs managed by the Video Stitcher API that belong to the specified project and region.
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, str]] = ()
) -> (
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodStitchDetailsAsyncPager
)
Returns a list of detailed stitching information of the specified VOD session.
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
Returns a fully-qualified live_ad_tag_detail string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.live_config_path
live_config_path(project: str, location: str, live_config: str) -> str
Returns a fully-qualified live_config string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.live_session_path
live_session_path(project: str, location: str, live_session: str) -> str
Returns a fully-qualified live_session string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_cdn_key_path
parse_cdn_key_path(path: str) -> typing.Dict[str, str]
Parses a cdn_key path into its component segments.
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]
Parse a billing_account path into its component segments.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.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.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.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.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.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.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.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.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]
Parses a live_ad_tag_detail path into its component segments.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_live_config_path
parse_live_config_path(path: str) -> typing.Dict[str, str]
Parses a live_config path into its component segments.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_live_session_path
parse_live_session_path(path: str) -> typing.Dict[str, str]
Parses a live_session path into its component segments.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_slate_path
parse_slate_path(path: str) -> typing.Dict[str, str]
Parses a slate path into its component segments.
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]
Parses a vod_ad_tag_detail path into its component segments.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_vod_config_path
parse_vod_config_path(path: str) -> typing.Dict[str, str]
Parses a vod_config path into its component segments.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.parse_vod_session_path
parse_vod_session_path(path: str) -> typing.Dict[str, str]
Parses a vod_session path into its component segments.
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]
Parses a vod_stitch_detail path into its component segments.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.slate_path
slate_path(project: str, location: str, slate: str) -> str
Returns a fully-qualified slate string.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates the specified CDN key.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates the specified LiveConfig.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates the specified slate.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Updates the specified VOD config.
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
Returns a fully-qualified vod_ad_tag_detail string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.vod_config_path
vod_config_path(project: str, location: str, vod_config: str) -> str
Returns a fully-qualified vod_config string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceAsyncClient.vod_session_path
vod_session_path(project: str, location: str, vod_session: str) -> str
Returns a fully-qualified vod_session string.
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
Returns a fully-qualified vod_stitch_detail string.
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 =
Instantiates the video stitcher service client.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.exit
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, str]] = ()
) -> None
Starts asynchronous cancellation on a long-running operation.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.cdn_key_path
cdn_key_path(project: str, location: str, cdn_key: str) -> str
Returns a fully-qualified cdn_key string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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, str]] = ()
) -> google.api_core.operation.Operation
Creates a new CDN key.
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, str]] = ()
) -> google.api_core.operation.Operation
Registers the live config with the provided unique ID in the specified region.
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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.sessions.LiveSession
Creates a new live session.
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, str]] = ()
) -> google.api_core.operation.Operation
Creates a slate.
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, str]] = ()
) -> google.api_core.operation.Operation
Registers the VOD config with the provided unique ID in the specified region.
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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.sessions.VodSession
Creates a client side playback VOD session and returns the full tracking and playback metadata of the session.
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, str]] = ()
) -> google.api_core.operation.Operation
Deletes the specified CDN key.
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, str]] = ()
) -> google.api_core.operation.Operation
Deletes the specified live config.
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, str]] = ()
) -> None
Deletes a long-running operation.
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, str]] = ()
) -> google.api_core.operation.Operation
Deletes the specified slate.
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, str]] = ()
) -> google.api_core.operation.Operation
Deletes the specified VOD config.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.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.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.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.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.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.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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.cdn_keys.CdnKey
Returns the specified CDN key.
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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.ad_tag_details.LiveAdTagDetail
Returns the specified ad tag detail for the specified live session.
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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.live_configs.LiveConfig
Returns the specified live config managed by the Video Stitcher service.
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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.sessions.LiveSession
Returns the details for the specified live session.
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,
)
Deprecated.
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, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets the latest state of a long-running 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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.slates.Slate
Returns the specified slate.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.get_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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.ad_tag_details.VodAdTagDetail
Returns the specified ad tag detail for the specified VOD session.
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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.vod_configs.VodConfig
Returns the specified VOD config managed by the Video Stitcher API service.
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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.sessions.VodSession
Returns the full tracking, playback metadata, and relevant ad-ops logs for the specified VOD session.
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, str]] = ()
) -> google.cloud.video.stitcher_v1.types.stitch_details.VodStitchDetail
Returns the specified stitching information for the specified VOD session.
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, str]] = ()
) -> (
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListCdnKeysPager
)
Lists all CDN keys in the specified project and location.
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, str]] = ()
) -> (
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListLiveAdTagDetailsPager
)
Return the list of ad tag details for the specified live session.
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, str]] = ()
) -> (
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListLiveConfigsPager
)
Lists all live configs managed by the Video Stitcher that belong to the specified project and region.
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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse
Lists operations that match the specified filter in the request.
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, str]] = ()
) -> (
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListSlatesPager
)
Lists all slates in the specified project and location.
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, str]] = ()
) -> (
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodAdTagDetailsPager
)
Return the list of ad tag details for the specified VOD session.
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, str]] = ()
) -> (
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodConfigsPager
)
Lists all VOD configs managed by the Video Stitcher API that belong to the specified project and region.
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, str]] = ()
) -> (
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodStitchDetailsPager
)
Returns a list of detailed stitching information of the specified VOD session.
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
Returns a fully-qualified live_ad_tag_detail string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.live_config_path
live_config_path(project: str, location: str, live_config: str) -> str
Returns a fully-qualified live_config string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.live_session_path
live_session_path(project: str, location: str, live_session: str) -> str
Returns a fully-qualified live_session string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_cdn_key_path
parse_cdn_key_path(path: str) -> typing.Dict[str, str]
Parses a cdn_key path into its component segments.
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]
Parse a billing_account path into its component segments.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.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.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.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.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.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.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.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.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]
Parses a live_ad_tag_detail path into its component segments.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_live_config_path
parse_live_config_path(path: str) -> typing.Dict[str, str]
Parses a live_config path into its component segments.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_live_session_path
parse_live_session_path(path: str) -> typing.Dict[str, str]
Parses a live_session path into its component segments.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_slate_path
parse_slate_path(path: str) -> typing.Dict[str, str]
Parses a slate path into its component segments.
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]
Parses a vod_ad_tag_detail path into its component segments.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_vod_config_path
parse_vod_config_path(path: str) -> typing.Dict[str, str]
Parses a vod_config path into its component segments.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.parse_vod_session_path
parse_vod_session_path(path: str) -> typing.Dict[str, str]
Parses a vod_session path into its component segments.
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]
Parses a vod_stitch_detail path into its component segments.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.slate_path
slate_path(project: str, location: str, slate: str) -> str
Returns a fully-qualified slate string.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.slate_path
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, str]] = ()
) -> google.api_core.operation.Operation
Updates the specified CDN key.
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, str]] = ()
) -> google.api_core.operation.Operation
Updates the specified LiveConfig.
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, str]] = ()
) -> google.api_core.operation.Operation
Updates the specified slate.
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, str]] = ()
) -> google.api_core.operation.Operation
Updates the specified VOD config.
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
Returns a fully-qualified vod_ad_tag_detail string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.vod_config_path
vod_config_path(project: str, location: str, vod_config: str) -> str
Returns a fully-qualified vod_config string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.VideoStitcherServiceClient.vod_session_path
vod_session_path(project: str, location: str, vod_session: str) -> str
Returns a fully-qualified vod_session string.
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
Returns a fully-qualified vod_stitch_detail string.
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListCdnKeysAsyncPager
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListCdnKeysAsyncPager
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListCdnKeysPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListCdnKeysPager
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListLiveAdTagDetailsAsyncPager
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListLiveAdTagDetailsAsyncPager
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListLiveAdTagDetailsPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListLiveAdTagDetailsPager
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListLiveConfigsAsyncPager
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListLiveConfigsAsyncPager
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListLiveConfigsPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListLiveConfigsPager
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListSlatesAsyncPager
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListSlatesAsyncPager
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListSlatesPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListSlatesPager
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodAdTagDetailsAsyncPager
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodAdTagDetailsAsyncPager
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodAdTagDetailsPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodAdTagDetailsPager
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodConfigsAsyncPager
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodConfigsAsyncPager
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodConfigsPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodConfigsPager
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodStitchDetailsAsyncPager
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, str]] = ()
)
Instantiates the pager.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodStitchDetailsAsyncPager
google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodStitchDetailsPager
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.video.stitcher_v1.services.video_stitcher_service.pagers.ListVodStitchDetailsPager