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