Package Methods (1.7.4)

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

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, str]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.cancel_operation

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.channel_path

channel_path(project: str, location: str, channel: str) -> str

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.common_location_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Creates a Asset with the provided unique ID in the specified region.

See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.create_asset

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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Creates a channel with the provided unique ID in the specified region.

See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.create_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, str]] = ()
) -> 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.LivestreamServiceAsyncClient.create_event

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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Creates an input with the provided unique ID in the specified region.

See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.create_input

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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

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, str]] = ()
) -> None

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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

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, str]] = ()
) -> None

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.event_path

event_path(project: str, location: str, channel: str, event: str) -> str

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.

See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.from_service_account_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.

See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.from_service_account_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.

See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.from_service_account_json

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, str]] = ()
) -> google.cloud.video.live_stream_v1.types.resources.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, str]] = ()
) -> google.cloud.video.live_stream_v1.types.resources.Channel

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, str]] = ()
) -> google.cloud.video.live_stream_v1.types.resources.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, str]] = ()
) -> google.cloud.video.live_stream_v1.types.resources.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, str]] = ()
) -> google.cloud.location.locations_pb2.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,
)

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, str]] = ()
) -> google.longrunning.operations_pb2.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, str]] = ()
) -> google.cloud.video.live_stream_v1.types.resources.Pool

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.video.live_stream_v1.services.livestream_service.transports.base.LivestreamServiceTransport
    ]
)

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.input_path

input_path(project: str, location: str, input: str) -> str

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, str]] = ()
) -> (
    google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListAssetsAsyncPager
)

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, str]] = ()
) -> (
    google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListChannelsAsyncPager
)

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, str]] = ()
) -> (
    google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListEventsAsyncPager
)

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, str]] = ()
) -> (
    google.cloud.video.live_stream_v1.services.livestream_service.pagers.ListInputsAsyncPager
)

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, str]] = ()
) -> 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.LivestreamServiceAsyncClient.list_locations

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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.list_operations

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.network_path

network_path(project: str, network: str) -> str

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_asset_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_channel_path

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

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]

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_common_folder_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_common_location_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_common_organization_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_common_project_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_event_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_input_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_network_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_pool_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.parse_secret_version_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.pool_path

pool_path(project: str, location: str, pool: str) -> str

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceAsyncClient.secret_version_path

secret_version_path(project: str, secret: str, version: str) -> str

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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

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 = 

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.asset_path

asset_path(project: str, location: str, asset: str) -> str

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, str]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.cancel_operation

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.channel_path

channel_path(project: str, location: str, channel: str) -> str

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.common_location_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.common_project_path

common_project_path(project: str) -> str

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, str]] = ()
) -> 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, str]] = ()
) -> 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_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, str]] = ()
) -> 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, str]] = ()
) -> 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, str]] = ()
) -> google.api_core.operation.Operation

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, str]] = ()
) -> google.api_core.operation.Operation

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, str]] = ()
) -> None

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, str]] = ()
) -> google.api_core.operation.Operation

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, str]] = ()
) -> None

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.event_path

event_path(project: str, location: str, channel: str, event: str) -> str

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.

See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.from_service_account_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.

See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.from_service_account_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.

See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.from_service_account_json

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, str]] = ()
) -> google.cloud.video.live_stream_v1.types.resources.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, str]] = ()
) -> google.cloud.video.live_stream_v1.types.resources.Channel

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, str]] = ()
) -> google.cloud.video.live_stream_v1.types.resources.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, str]] = ()
) -> google.cloud.video.live_stream_v1.types.resources.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, str]] = ()
) -> google.cloud.location.locations_pb2.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,
)

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, str]] = ()
) -> google.longrunning.operations_pb2.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, str]] = ()
) -> google.cloud.video.live_stream_v1.types.resources.Pool

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.input_path

input_path(project: str, location: str, input: str) -> str

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, str]] = ()
) -> (
    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, str]] = ()
) -> (
    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_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, str]] = ()
) -> (
    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, str]] = ()
) -> (
    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, str]] = ()
) -> 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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.list_operations

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.network_path

network_path(project: str, network: str) -> str

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_asset_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_channel_path

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

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]

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_common_folder_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_common_location_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_common_organization_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_common_project_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_event_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_input_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_network_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_pool_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.parse_secret_version_path

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

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.pool_path

pool_path(project: str, location: str, pool: str) -> str

google.cloud.video.live_stream_v1.services.livestream_service.LivestreamServiceClient.secret_version_path

secret_version_path(project: str, secret: str, version: str) -> str

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, str]] = ()
) -> google.api_core.operation.Operation

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, str]] = ()
) -> google.api_core.operation.Operation

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, str]] = ()
) -> google.api_core.operation.Operation

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, str]] = ()
) -> google.api_core.operation.Operation

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, str]] = ()
) -> google.api_core.operation.Operation

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

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,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)