bitmovin_api_sdk.encoding.outputs.gcs package

Subpackages

Submodules

bitmovin_api_sdk.encoding.outputs.gcs.gcs_api module

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

Bases: BaseApi

create(gcs_output: GcsOutput, **kwargs: dict) GcsOutput[source]

Create GCS Output

Parameters

gcs_output (GcsOutput, required) – The GCS output to be created

Returns

GCS output

Return type

GcsOutput

delete(output_id: string_types, **kwargs: dict) GcsOutput[source]

Delete GCS Output

Parameters

output_id (string_types, required) – Id of the output

Returns

Id of the output

Return type

GcsOutput

get(output_id: string_types, **kwargs: dict) GcsOutput[source]

GCS Output Details

Parameters

output_id (string_types, required) – Id of the output

Returns

GCS output

Return type

GcsOutput

list(query_params: Optional[GcsOutputListQueryParams] = None, **kwargs: dict) GcsOutput[source]

List GCS Outputs

Parameters

query_params (GcsOutputListQueryParams) – Query parameters

Returns

List of GCS outputs

Return type

GcsOutput

bitmovin_api_sdk.encoding.outputs.gcs.gcs_output_list_query_params module

class bitmovin_api_sdk.encoding.outputs.gcs.gcs_output_list_query_params.GcsOutputListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents