bitmovin_api_sdk.encoding.inputs.gcs_service_account package
Subpackages
Submodules
bitmovin_api_sdk.encoding.inputs.gcs_service_account.gcs_service_account_api module
- class bitmovin_api_sdk.encoding.inputs.gcs_service_account.gcs_service_account_api.GcsServiceAccountApi(**kwargs)[source]
Bases:
BaseApi
- create(gcs_service_account_input: GcsServiceAccountInput, **kwargs: dict) GcsServiceAccountInput [source]
Create Service Account based GCS Input
- Parameters
gcs_service_account_input (GcsServiceAccountInput, required) – The GcsInput to be created
- Returns
Service Account based GCS input
- Return type
- delete(input_id: string_types, **kwargs: dict) GcsServiceAccountInput [source]
Delete Service Account based GCS Input
- Parameters
input_id (string_types, required) – Id of the input
- Returns
Id of the input
- Return type
- get(input_id: string_types, **kwargs: dict) GcsServiceAccountInput [source]
List Service Account based GCS Input Details
- Parameters
input_id (string_types, required) – Id of the input
- Returns
GCS input
- Return type
- list(query_params: Optional[GcsServiceAccountInputListQueryParams] = None, **kwargs: dict) GcsServiceAccountInput [source]
List Service Account based GCS Inputs
- Parameters
query_params (GcsServiceAccountInputListQueryParams) – Query parameters
- Returns
List of GCS inputs
- Return type