Summary of entries of Methods for livestream.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient
LivestreamServiceAsyncClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
video
.
live_stream_v1
.
services
.
livestream_service
.
transports
.
base
.
LivestreamServiceTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
video
.
live_stream_v1
.
services
.
livestream_service
.
transports
.
base
.
LivestreamServiceTransport
]]]
=
'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 livestream service async client.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.asset_path
asset_path
(
project
:
str
,
location
:
str
,
asset
:
str
)
-
> str
Returns a fully-qualified asset string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.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
Starts asynchronous cancellation on a long-running operation.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.channel_path
channel_path
(
project
:
str
,
location
:
str
,
channel
:
str
)
-
> str
Returns a fully-qualified channel string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.clip_path
clip_path
(
project
:
str
,
location
:
str
,
channel
:
str
,
clip
:
str
)
-
> str
Returns a fully-qualified clip string.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.clip_path
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.create_asset
create_asset
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
CreateAssetRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
asset
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Asset
]
=
None
,
asset_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
Creates a Asset with the provided unique ID in the specified region.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.create_channel
create_channel
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
CreateChannelRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
channel
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Channel
]
=
None
,
channel_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
Creates a channel with the provided unique ID in the specified region.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.create_clip
create_clip
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
CreateClipRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
clip
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Clip
]
=
None
,
clip_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
Creates a clip with the provided clip ID in the specified channel.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.create_dvr_session
create_dvr_session
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
CreateDvrSessionRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
dvr_session
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
DvrSession
]
=
None
,
dvr_session_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
Creates a DVR session with the provided unique ID in the specified channel.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.create_event
create_event
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
CreateEventRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
event
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Event
]
=
None
,
event_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Event
Creates an event with the provided unique ID in the specified channel.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.create_input
create_input
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
CreateInputRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
input
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Input
]
=
None
,
input_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
Creates an input with the provided unique ID in the specified region.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.delete_asset
delete_asset
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
DeleteAssetRequest
,
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
Deletes the specified asset if it is not used.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.delete_channel
delete_channel
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
DeleteChannelRequest
,
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
Deletes the specified channel.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.delete_clip
delete_clip
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
DeleteClipRequest
,
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
Deletes the specified clip job resource.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.delete_dvr_session
delete_dvr_session
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
DeleteDvrSessionRequest
,
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
Deletes the specified DVR session.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.delete_event
delete_event
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
DeleteEventRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes the specified event.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.delete_input
delete_input
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
DeleteInputRequest
,
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
Deletes the specified input.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.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
Deletes a long-running operation.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.dvr_session_path
dvr_session_path
(
project
:
str
,
location
:
str
,
channel
:
str
,
dvr_session
:
str
)
-
> str
Returns a fully-qualified dvr_session string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.event_path
event_path
(
project
:
str
,
location
:
str
,
channel
:
str
,
event
:
str
)
-
> str
Returns a fully-qualified event string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.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.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.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.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.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.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.get_asset
get_asset
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
GetAssetRequest
,
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
.
live_stream_v1
.
types
.
resources
.
Asset
Returns the specified asset.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.get_asset
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.get_channel
get_channel
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
GetChannelRequest
,
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
.
live_stream_v1
.
types
.
resources
.
Channel
Returns the specified channel.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.get_clip
get_clip
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
GetClipRequest
,
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
.
live_stream_v1
.
types
.
resources
.
Clip
Returns the specified clip.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.get_clip
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.get_dvr_session
get_dvr_session
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
GetDvrSessionRequest
,
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
.
live_stream_v1
.
types
.
resources
.
DvrSession
Returns the specified DVR session.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.get_event
get_event
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
GetEventRequest
,
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
.
live_stream_v1
.
types
.
resources
.
Event
Returns the specified event.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.get_event
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.get_input
get_input
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
GetInputRequest
,
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
.
live_stream_v1
.
types
.
resources
.
Input
Returns the specified input.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.get_input
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.get_location
get_location
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
GetLocationRequest
]
=
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
.
location
.
locations_pb2
.
Location
Gets information about a location.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.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.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.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
Gets the latest state of a long-running operation.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.get_pool
get_pool
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
GetPoolRequest
,
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
.
live_stream_v1
.
types
.
resources
.
Pool
Returns the specified pool.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.get_pool
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.get_transport_class
get_transport_class
(
label
:
typing
.
Optional
[
str
]
=
None
,
)
-
> typing
.
Type
[
google
.
cloud
.
video
.
live_stream_v1
.
services
.
livestream_service
.
transports
.
base
.
LivestreamServiceTransport
]
Returns an appropriate transport class.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.input_path
input_path
(
project
:
str
,
location
:
str
,
input
:
str
)
-
> str
Returns a fully-qualified input string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.list_assets
list_assets
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListAssetsRequest
,
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
.
live_stream_v1
.
services
.
livestream_service
.
pagers
.
ListAssetsAsyncPager
)
Returns a list of all assets in the specified region.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.list_channels
list_channels
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListChannelsRequest
,
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
.
live_stream_v1
.
services
.
livestream_service
.
pagers
.
ListChannelsAsyncPager
)
Returns a list of all channels in the specified region.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.list_clips
list_clips
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListClipsRequest
,
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
.
live_stream_v1
.
services
.
livestream_service
.
pagers
.
ListClipsAsyncPager
)
Returns a list of all clips in the specified channel.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.list_dvr_sessions
list_dvr_sessions
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListDvrSessionsRequest
,
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
.
live_stream_v1
.
services
.
livestream_service
.
pagers
.
ListDvrSessionsAsyncPager
)
Returns a list of all DVR sessions in the specified channel.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.list_events
list_events
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListEventsRequest
,
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
.
live_stream_v1
.
services
.
livestream_service
.
pagers
.
ListEventsAsyncPager
)
Returns a list of all events in the specified channel.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.list_inputs
list_inputs
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListInputsRequest
,
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
.
live_stream_v1
.
services
.
livestream_service
.
pagers
.
ListInputsAsyncPager
)
Returns a list of all inputs in the specified region.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.list_locations
list_locations
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
ListLocationsRequest
]
=
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
.
location
.
locations_pb2
.
ListLocationsResponse
Lists information about the supported locations for this service.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.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
Lists operations that match the specified filter in the request.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.network_path
network_path
(
project
:
str
,
network
:
str
)
-
> str
Returns a fully-qualified network string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_asset_path
parse_asset_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a asset path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_channel_path
parse_channel_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a channel path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_clip_path
parse_clip_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a clip path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.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.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.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.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.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.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.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.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.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.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_dvr_session_path
parse_dvr_session_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a dvr_session path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_event_path
parse_event_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a event path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_input_path
parse_input_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a input path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_network_path
parse_network_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a network path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_pool_path
parse_pool_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a pool path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_secret_version_path
parse_secret_version_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a secret_version path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.pool_path
pool_path
(
project
:
str
,
location
:
str
,
pool
:
str
)
-
> str
Returns a fully-qualified pool string.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.pool_path
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.secret_version_path
secret_version_path
(
project
:
str
,
secret
:
str
,
version
:
str
)
-
> str
Returns a fully-qualified secret_version string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.start_channel
start_channel
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
StartChannelRequest
,
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
Starts the specified channel.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.stop_channel
stop_channel
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
StopChannelRequest
,
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
Stops the specified channel.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.update_channel
update_channel
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
UpdateChannelRequest
,
dict
]
]
=
None
,
*
,
channel
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Channel
]
=
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
Updates the specified channel.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.update_dvr_session
update_dvr_session
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
UpdateDvrSessionRequest
,
dict
,
]
]
=
None
,
*
,
dvr_session
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
DvrSession
]
=
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
Updates the specified DVR session.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.update_input
update_input
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
UpdateInputRequest
,
dict
]
]
=
None
,
*
,
input
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Input
]
=
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
Updates the specified input.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.update_pool
update_pool
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
UpdatePoolRequest
,
dict
]
]
=
None
,
*
,
pool
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Pool
]
=
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
Updates the specified pool.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient
LivestreamServiceClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
video
.
live_stream_v1
.
services
.
livestream_service
.
transports
.
base
.
LivestreamServiceTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
video
.
live_stream_v1
.
services
.
livestream_service
.
transports
.
base
.
LivestreamServiceTransport
]]]
=
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 livestream service client.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.__exit__
__exit__
(
type
,
value
,
traceback
)
Releases underlying transport's resources.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient. exit
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.asset_path
asset_path
(
project
:
str
,
location
:
str
,
asset
:
str
)
-
> str
Returns a fully-qualified asset string.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.asset_path
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.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
Starts asynchronous cancellation on a long-running operation.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.channel_path
channel_path
(
project
:
str
,
location
:
str
,
channel
:
str
)
-
> str
Returns a fully-qualified channel string.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.channel_path
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.clip_path
clip_path
(
project
:
str
,
location
:
str
,
channel
:
str
,
clip
:
str
)
-
> str
Returns a fully-qualified clip string.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.clip_path
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.create_asset
create_asset
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
CreateAssetRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
asset
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Asset
]
=
None
,
asset_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
Creates a Asset with the provided unique ID in the specified region.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.create_asset
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.create_channel
create_channel
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
CreateChannelRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
channel
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Channel
]
=
None
,
channel_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
Creates a channel with the provided unique ID in the specified region.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.create_channel
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.create_clip
create_clip
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
CreateClipRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
clip
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Clip
]
=
None
,
clip_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
Creates a clip with the provided clip ID in the specified channel.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.create_clip
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.create_dvr_session
create_dvr_session
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
CreateDvrSessionRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
dvr_session
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
DvrSession
]
=
None
,
dvr_session_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
Creates a DVR session with the provided unique ID in the specified channel.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.create_event
create_event
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
CreateEventRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
event
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Event
]
=
None
,
event_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Event
Creates an event with the provided unique ID in the specified channel.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.create_event
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.create_input
create_input
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
CreateInputRequest
,
dict
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
input
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Input
]
=
None
,
input_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
Creates an input with the provided unique ID in the specified region.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.create_input
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.delete_asset
delete_asset
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
DeleteAssetRequest
,
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
Deletes the specified asset if it is not used.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.delete_asset
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.delete_channel
delete_channel
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
DeleteChannelRequest
,
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
Deletes the specified channel.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.delete_channel
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.delete_clip
delete_clip
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
DeleteClipRequest
,
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
Deletes the specified clip job resource.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.delete_clip
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.delete_dvr_session
delete_dvr_session
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
DeleteDvrSessionRequest
,
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
Deletes the specified DVR session.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.delete_event
delete_event
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
DeleteEventRequest
,
dict
]
]
=
None
,
*
,
name
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> None
Deletes the specified event.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.delete_event
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.delete_input
delete_input
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
DeleteInputRequest
,
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
Deletes the specified input.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.delete_input
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.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
Deletes a long-running operation.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.dvr_session_path
dvr_session_path
(
project
:
str
,
location
:
str
,
channel
:
str
,
dvr_session
:
str
)
-
> str
Returns a fully-qualified dvr_session string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.event_path
event_path
(
project
:
str
,
location
:
str
,
channel
:
str
,
event
:
str
)
-
> str
Returns a fully-qualified event string.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.event_path
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.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.live_stream_v1.services.livestream_service.LivestreamServiceClient.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.live_stream_v1.services.livestream_service.LivestreamServiceClient.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.live_stream_v1.services.livestream_service.LivestreamServiceClient.get_asset
get_asset
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
GetAssetRequest
,
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
.
live_stream_v1
.
types
.
resources
.
Asset
Returns the specified asset.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.get_asset
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.get_channel
get_channel
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
GetChannelRequest
,
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
.
live_stream_v1
.
types
.
resources
.
Channel
Returns the specified channel.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.get_channel
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.get_clip
get_clip
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
GetClipRequest
,
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
.
live_stream_v1
.
types
.
resources
.
Clip
Returns the specified clip.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.get_clip
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.get_dvr_session
get_dvr_session
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
GetDvrSessionRequest
,
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
.
live_stream_v1
.
types
.
resources
.
DvrSession
Returns the specified DVR session.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.get_event
get_event
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
GetEventRequest
,
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
.
live_stream_v1
.
types
.
resources
.
Event
Returns the specified event.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.get_event
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.get_input
get_input
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
GetInputRequest
,
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
.
live_stream_v1
.
types
.
resources
.
Input
Returns the specified input.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.get_input
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.get_location
get_location
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
GetLocationRequest
]
=
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
.
location
.
locations_pb2
.
Location
Gets information about a location.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.get_location
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.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.live_stream_v1.services.livestream_service.LivestreamServiceClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.get_operation
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.get_pool
get_pool
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
GetPoolRequest
,
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
.
live_stream_v1
.
types
.
resources
.
Pool
Returns the specified pool.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.get_pool
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.input_path
input_path
(
project
:
str
,
location
:
str
,
input
:
str
)
-
> str
Returns a fully-qualified input string.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.input_path
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.list_assets
list_assets
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListAssetsRequest
,
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
.
live_stream_v1
.
services
.
livestream_service
.
pagers
.
ListAssetsPager
)
Returns a list of all assets in the specified region.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.list_assets
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.list_channels
list_channels
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListChannelsRequest
,
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
.
live_stream_v1
.
services
.
livestream_service
.
pagers
.
ListChannelsPager
)
Returns a list of all channels in the specified region.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.list_channels
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.list_clips
list_clips
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListClipsRequest
,
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
.
live_stream_v1
.
services
.
livestream_service
.
pagers
.
ListClipsPager
)
Returns a list of all clips in the specified channel.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.list_clips
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.list_dvr_sessions
list_dvr_sessions
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListDvrSessionsRequest
,
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
.
live_stream_v1
.
services
.
livestream_service
.
pagers
.
ListDvrSessionsPager
)
Returns a list of all DVR sessions in the specified channel.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.list_events
list_events
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListEventsRequest
,
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
.
live_stream_v1
.
services
.
livestream_service
.
pagers
.
ListEventsPager
)
Returns a list of all events in the specified channel.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.list_events
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.list_inputs
list_inputs
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListInputsRequest
,
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
.
live_stream_v1
.
services
.
livestream_service
.
pagers
.
ListInputsPager
)
Returns a list of all inputs in the specified region.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.list_inputs
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.list_locations
list_locations
(
request
:
typing
.
Optional
[
google
.
cloud
.
location
.
locations_pb2
.
ListLocationsRequest
]
=
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
.
location
.
locations_pb2
.
ListLocationsResponse
Lists information about the supported locations for this service.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.list_locations
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.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
Lists operations that match the specified filter in the request.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.network_path
network_path
(
project
:
str
,
network
:
str
)
-
> str
Returns a fully-qualified network string.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.network_path
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_asset_path
parse_asset_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a asset path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_channel_path
parse_channel_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a channel path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_clip_path
parse_clip_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a clip path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.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.live_stream_v1.services.livestream_service.LivestreamServiceClient.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.live_stream_v1.services.livestream_service.LivestreamServiceClient.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.live_stream_v1.services.livestream_service.LivestreamServiceClient.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.live_stream_v1.services.livestream_service.LivestreamServiceClient.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.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_dvr_session_path
parse_dvr_session_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a dvr_session path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_event_path
parse_event_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a event path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_input_path
parse_input_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a input path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_network_path
parse_network_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a network path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_pool_path
parse_pool_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a pool path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_secret_version_path
parse_secret_version_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a secret_version path into its component segments.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.pool_path
pool_path
(
project
:
str
,
location
:
str
,
pool
:
str
)
-
> str
Returns a fully-qualified pool string.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.pool_path
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.secret_version_path
secret_version_path
(
project
:
str
,
secret
:
str
,
version
:
str
)
-
> str
Returns a fully-qualified secret_version string.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.start_channel
start_channel
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
StartChannelRequest
,
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
Starts the specified channel.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.start_channel
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.stop_channel
stop_channel
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
StopChannelRequest
,
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
Stops the specified channel.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.stop_channel
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.update_channel
update_channel
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
UpdateChannelRequest
,
dict
]
]
=
None
,
*
,
channel
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Channel
]
=
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
Updates the specified channel.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.update_channel
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.update_dvr_session
update_dvr_session
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
UpdateDvrSessionRequest
,
dict
,
]
]
=
None
,
*
,
dvr_session
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
DvrSession
]
=
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
Updates the specified DVR session.
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.update_input
update_input
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
UpdateInputRequest
,
dict
]
]
=
None
,
*
,
input
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Input
]
=
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
Updates the specified input.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.update_input
google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.update_pool
update_pool
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
UpdatePoolRequest
,
dict
]
]
=
None
,
*
,
pool
:
typing
.
Optional
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
resources
.
Pool
]
=
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
Updates the specified pool.
See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.update_pool
google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListAssetsAsyncPager
ListAssetsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListAssetsResponse
],
],
request
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListAssetsRequest
,
response
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListAssetsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListAssetsAsyncPager
google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListAssetsPager
ListAssetsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListAssetsResponse
],
request
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListAssetsRequest
,
response
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListAssetsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListAssetsPager
google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListChannelsAsyncPager
ListChannelsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListChannelsResponse
],
],
request
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListChannelsRequest
,
response
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListChannelsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListChannelsAsyncPager
google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListChannelsPager
ListChannelsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListChannelsResponse
],
request
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListChannelsRequest
,
response
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListChannelsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListChannelsPager
google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListClipsAsyncPager
ListClipsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListClipsResponse
],
],
request
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListClipsRequest
,
response
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListClipsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListClipsAsyncPager
google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListClipsPager
ListClipsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListClipsResponse
],
request
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListClipsRequest
,
response
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListClipsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListClipsPager
google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListDvrSessionsAsyncPager
ListDvrSessionsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListDvrSessionsResponse
],
],
request
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListDvrSessionsRequest
,
response
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListDvrSessionsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListDvrSessionsAsyncPager
google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListDvrSessionsPager
ListDvrSessionsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListDvrSessionsResponse
],
request
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListDvrSessionsRequest
,
response
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListDvrSessionsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListDvrSessionsPager
google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListEventsAsyncPager
ListEventsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListEventsResponse
],
],
request
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListEventsRequest
,
response
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListEventsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListEventsAsyncPager
google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListEventsPager
ListEventsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListEventsResponse
],
request
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListEventsRequest
,
response
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListEventsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListEventsPager
google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListInputsAsyncPager
ListInputsAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListInputsResponse
],
],
request
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListInputsRequest
,
response
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListInputsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiates the pager.
See more: google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListInputsAsyncPager
google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListInputsPager
ListInputsPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListInputsResponse
],
request
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListInputsRequest
,
response
:
google
.
cloud
.
video
.
live_stream_v1
.
types
.
service
.
ListInputsResponse
,
*
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
Instantiate the pager.
See more: google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListInputsPager