Class TranscoderServiceStub (0.4.3)

public abstract class TranscoderServiceStub implements BackgroundResource

Base stub class for the TranscoderService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > TranscoderServiceStub

Implements

BackgroundResource

Constructors

TranscoderServiceStub()

public TranscoderServiceStub()

Methods

close()

public abstract void close()

createJobCallable()

public UnaryCallable<CreateJobRequest,Job> createJobCallable()
Returns
TypeDescription
UnaryCallable<CreateJobRequest,Job>

createJobTemplateCallable()

public UnaryCallable<CreateJobTemplateRequest,JobTemplate> createJobTemplateCallable()
Returns
TypeDescription
UnaryCallable<CreateJobTemplateRequest,JobTemplate>

deleteJobCallable()

public UnaryCallable<DeleteJobRequest,Empty> deleteJobCallable()
Returns
TypeDescription
UnaryCallable<DeleteJobRequest,Empty>

deleteJobTemplateCallable()

public UnaryCallable<DeleteJobTemplateRequest,Empty> deleteJobTemplateCallable()
Returns
TypeDescription
UnaryCallable<DeleteJobTemplateRequest,Empty>

getJobCallable()

public UnaryCallable<GetJobRequest,Job> getJobCallable()
Returns
TypeDescription
UnaryCallable<GetJobRequest,Job>

getJobTemplateCallable()

public UnaryCallable<GetJobTemplateRequest,JobTemplate> getJobTemplateCallable()
Returns
TypeDescription
UnaryCallable<GetJobTemplateRequest,JobTemplate>

listJobTemplatesCallable()

public UnaryCallable<ListJobTemplatesRequest,ListJobTemplatesResponse> listJobTemplatesCallable()
Returns
TypeDescription
UnaryCallable<ListJobTemplatesRequest,ListJobTemplatesResponse>

listJobTemplatesPagedCallable()

public UnaryCallable<ListJobTemplatesRequest,TranscoderServiceClient.ListJobTemplatesPagedResponse> listJobTemplatesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListJobTemplatesRequest,ListJobTemplatesPagedResponse>

listJobsCallable()

public UnaryCallable<ListJobsRequest,ListJobsResponse> listJobsCallable()
Returns
TypeDescription
UnaryCallable<ListJobsRequest,ListJobsResponse>

listJobsPagedCallable()

public UnaryCallable<ListJobsRequest,TranscoderServiceClient.ListJobsPagedResponse> listJobsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListJobsRequest,ListJobsPagedResponse>