bitmovin_api_sdk.encoding.outputs.gcs_service_account package

Subpackages

Submodules

bitmovin_api_sdk.encoding.outputs.gcs_service_account.gcs_service_account_api module

class bitmovin_api_sdk.encoding.outputs.gcs_service_account.gcs_service_account_api.GcsServiceAccountApi(**kwargs)[source]

Bases: BaseApi

create(gcs_service_account_output: GcsServiceAccountOutput, **kwargs: dict) GcsServiceAccountOutput[source]

Create Service Account based GCS Output

Parameters

gcs_service_account_output (GcsServiceAccountOutput, required) – The GCS output to be created

Returns

GCS output

Return type

GcsServiceAccountOutput

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

Delete Service Account based GCS Output

Parameters

output_id (string_types, required) – Id of the output

Returns

Id of the output

Return type

GcsServiceAccountOutput

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

Service Account based GCS Output Details

Parameters

output_id (string_types, required) – Id of the output

Returns

GCS output

Return type

GcsServiceAccountOutput

list(query_params: Optional[GcsServiceAccountOutputListQueryParams] = None, **kwargs: dict) GcsServiceAccountOutput[source]

List Service Account based GCS Outputs

Parameters

query_params (GcsServiceAccountOutputListQueryParams) – Query parameters

Returns

List of GCS outputs

Return type

GcsServiceAccountOutput

bitmovin_api_sdk.encoding.outputs.gcs_service_account.gcs_service_account_output_list_query_params module

class bitmovin_api_sdk.encoding.outputs.gcs_service_account.gcs_service_account_output_list_query_params.GcsServiceAccountOutputListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents