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
- 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
- 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
- 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