Class GcsApi
Inheritance
System.Object
GcsApi
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.Gcs
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class GcsApi
Constructors
GcsApi(IBitmovinApiClientFactory)
Declaration
public GcsApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of GcsApi
Declaration
public static BitmovinApiBuilder<GcsApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<GcsApi> |
Customdata
Declaration
public CustomdataApi Customdata { get; }
Property Value
Type | Description |
---|---|
CustomdataApi |
Methods
CreateAsync(GcsInput)
Create GCS Input
Declaration
public Task<GcsInput> CreateAsync(GcsInput gcsInput)
Parameters
Type | Name | Description |
---|---|---|
GcsInput | gcsInput | The GcsInput to be created |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<GcsInput> |
DeleteAsync(String)
Delete GCS Input
Declaration
public Task<GcsInput> DeleteAsync(string inputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | inputId | Id of the input (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<GcsInput> |
GetAsync(String)
GCS Input Details
Declaration
public Task<GcsInput> GetAsync(string inputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | inputId | Id of the input (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<GcsInput> |
ListAsync(Func<GcsApi.ListQueryParams, GcsApi.ListQueryParams>[])
List GCS Inputs
Declaration
public Task<PaginationResponse<GcsInput>> ListAsync(params Func<GcsApi.ListQueryParams, GcsApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.Func<GcsApi.ListQueryParams, GcsApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<GcsInput>> |