Class TranscoderServiceStub (1.23.0)

publicabstractclassTranscoderServiceStubimplementsBackgroundResource

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

Constructors

TranscoderServiceStub()

publicTranscoderServiceStub()

Methods

close()

publicabstractvoidclose()

createJobCallable()

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

createJobTemplateCallable()

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

deleteJobCallable()

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

deleteJobTemplateCallable()

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

getJobCallable()

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

getJobTemplateCallable()

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

listJobTemplatesCallable()

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

listJobTemplatesPagedCallable()

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

listJobsCallable()

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

listJobsPagedCallable()

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