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.Outputs.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(GcsServiceAccountOutput)
Create Service Account based GCS Output
Declaration
public Task<GcsServiceAccountOutput> CreateAsync(GcsServiceAccountOutput gcsServiceAccountOutput)
Parameters
Type | Name | Description |
---|---|---|
GcsServiceAccountOutput | gcsServiceAccountOutput | The GCS output to be created |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<GcsServiceAccountOutput> |
DeleteAsync(String)
Delete Service Account based GCS Output
Declaration
public Task<GcsServiceAccountOutput> DeleteAsync(string outputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | outputId | Id of the output (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<GcsServiceAccountOutput> |
GetAsync(String)
Service Account based GCS Output Details
Declaration
public Task<GcsServiceAccountOutput> GetAsync(string outputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | outputId | Id of the output (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<GcsServiceAccountOutput> |
ListAsync(Func<GcsServiceAccountApi.ListQueryParams, GcsServiceAccountApi.ListQueryParams>[])
List Service Account based GCS Outputs
Declaration
public Task<PaginationResponse<GcsServiceAccountOutput>> 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<GcsServiceAccountOutput>> |