Show / Hide Table of Contents

Class GcsServiceAccountApi

Inheritance
System.Object
GcsServiceAccountApi
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Encoding.Inputs.GcsServiceAccount
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class GcsServiceAccountApi

Constructors

GcsServiceAccountApi(IBitmovinApiClientFactory)

Declaration
public GcsServiceAccountApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type Name Description
IBitmovinApiClientFactory apiClientFactory

Properties

Builder

Fluent builder for creating an instance of GcsServiceAccountApi

Declaration
public static BitmovinApiBuilder<GcsServiceAccountApi> Builder { get; }
Property Value
Type Description
BitmovinApiBuilder<GcsServiceAccountApi>

Customdata

Declaration
public CustomdataApi Customdata { get; }
Property Value
Type Description
CustomdataApi

Methods

CreateAsync(GcsServiceAccountInput)

Create Service Account based GCS Input

Declaration
public Task<GcsServiceAccountInput> CreateAsync(GcsServiceAccountInput gcsServiceAccountInput)
Parameters
Type Name Description
GcsServiceAccountInput gcsServiceAccountInput

The GcsInput to be created

Returns
Type Description
System.Threading.Tasks.Task<GcsServiceAccountInput>

DeleteAsync(String)

Delete Service Account based GCS Input

Declaration
public Task<GcsServiceAccountInput> DeleteAsync(string inputId)
Parameters
Type Name Description
System.String inputId

Id of the input (required)

Returns
Type Description
System.Threading.Tasks.Task<GcsServiceAccountInput>

GetAsync(String)

List Service Account based GCS Input Details

Declaration
public Task<GcsServiceAccountInput> GetAsync(string inputId)
Parameters
Type Name Description
System.String inputId

Id of the input (required)

Returns
Type Description
System.Threading.Tasks.Task<GcsServiceAccountInput>

ListAsync(Func<GcsServiceAccountApi.ListQueryParams, GcsServiceAccountApi.ListQueryParams>[])

List Service Account based GCS Inputs

Declaration
public Task<PaginationResponse<GcsServiceAccountInput>> ListAsync(params Func<GcsServiceAccountApi.ListQueryParams, GcsServiceAccountApi.ListQueryParams>[] queryParams)
Parameters
Type Name Description
System.Func<GcsServiceAccountApi.ListQueryParams, GcsServiceAccountApi.ListQueryParams>[] queryParams

The query parameters for sorting, filtering and paging options (optional)

Returns
Type Description
System.Threading.Tasks.Task<PaginationResponse<GcsServiceAccountInput>>
Back to top Generated by DocFX