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