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, **kwargs)[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, **kwargs)[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, **kwargs)[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=None, **kwargs)[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=None, limit=None, name=None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents