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

GcsServiceAccountInput

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

GcsServiceAccountInput

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

GcsServiceAccountInput

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

GcsServiceAccountInput

bitmovin_api_sdk.encoding.inputs.gcs_service_account.gcs_service_account_input_list_query_params module

class bitmovin_api_sdk.encoding.inputs.gcs_service_account.gcs_service_account_input_list_query_params.GcsServiceAccountInputListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents