bitmovin_api_sdk.encoding.inputs.gcs package

Subpackages

Submodules

bitmovin_api_sdk.encoding.inputs.gcs.gcs_api module

class bitmovin_api_sdk.encoding.inputs.gcs.gcs_api.GcsApi(**kwargs)[source]

Bases: BaseApi

create(gcs_input, **kwargs)[source]

Create GCS Input

Parameters:

gcs_input (GcsInput, required) – The GcsInput to be created

Returns:

GCS input

Return type:

GcsInput

delete(input_id, **kwargs)[source]

Delete GCS Input

Parameters:

input_id (string_types, required) – Id of the input

Returns:

Id of the input

Return type:

GcsInput

get(input_id, **kwargs)[source]

GCS Input Details

Parameters:

input_id (string_types, required) – Id of the input

Returns:

GCS input

Return type:

GcsInput

list(query_params=None, **kwargs)[source]

List GCS Inputs

Parameters:

query_params (GcsInputListQueryParams) – Query parameters

Returns:

List of GCS inputs

Return type:

GcsInput

bitmovin_api_sdk.encoding.inputs.gcs.gcs_input_list_query_params module

class bitmovin_api_sdk.encoding.inputs.gcs.gcs_input_list_query_params.GcsInputListQueryParams(offset=None, limit=None, name=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents