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: GcsInput, **kwargs: dict) GcsInput[source]

Create GCS Input

Parameters

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

Returns

GCS input

Return type

GcsInput

delete(input_id: string_types, **kwargs: dict) GcsInput[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: string_types, **kwargs: dict) GcsInput[source]

GCS Input Details

Parameters

input_id (string_types, required) – Id of the input

Returns

GCS input

Return type

GcsInput

list(query_params: Optional[GcsInputListQueryParams] = None, **kwargs: dict) GcsInput[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: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents