@Generated(value="by gapic-generator-java") public class GrpcTranscoderServiceStub extends TranscoderServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcTranscoderServiceStub(TranscoderServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcTranscoderServiceStub, using the given settings.
|
protected |
GrpcTranscoderServiceStub(TranscoderServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcTranscoderServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcTranscoderServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcTranscoderServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcTranscoderServiceStub |
create(TranscoderServiceStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job> |
createJobCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateJobTemplateRequest,JobTemplate> |
createJobTemplateCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteJobRequest,com.google.protobuf.Empty> |
deleteJobCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteJobTemplateRequest,com.google.protobuf.Empty> |
deleteJobTemplateCallable() |
com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job> |
getJobCallable() |
com.google.api.gax.rpc.UnaryCallable<GetJobTemplateRequest,JobTemplate> |
getJobTemplateCallable() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse> |
listJobsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,TranscoderServiceClient.ListJobsPagedResponse> |
listJobsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListJobTemplatesRequest,ListJobTemplatesResponse> |
listJobTemplatesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListJobTemplatesRequest,TranscoderServiceClient.ListJobTemplatesPagedResponse> |
listJobTemplatesPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
protected GrpcTranscoderServiceStub(TranscoderServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcTranscoderServiceStub(TranscoderServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcTranscoderServiceStub create(TranscoderServiceStubSettings settings) throws IOException
IOExceptionpublic static final GrpcTranscoderServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcTranscoderServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
public com.google.api.gax.rpc.UnaryCallable<CreateJobRequest,Job> createJobCallable()
createJobCallable in class TranscoderServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse> listJobsCallable()
listJobsCallable in class TranscoderServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,TranscoderServiceClient.ListJobsPagedResponse> listJobsPagedCallable()
listJobsPagedCallable in class TranscoderServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetJobRequest,Job> getJobCallable()
getJobCallable in class TranscoderServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteJobRequest,com.google.protobuf.Empty> deleteJobCallable()
deleteJobCallable in class TranscoderServiceStubpublic com.google.api.gax.rpc.UnaryCallable<CreateJobTemplateRequest,JobTemplate> createJobTemplateCallable()
createJobTemplateCallable in class TranscoderServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListJobTemplatesRequest,ListJobTemplatesResponse> listJobTemplatesCallable()
listJobTemplatesCallable in class TranscoderServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListJobTemplatesRequest,TranscoderServiceClient.ListJobTemplatesPagedResponse> listJobTemplatesPagedCallable()
listJobTemplatesPagedCallable in class TranscoderServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetJobTemplateRequest,JobTemplate> getJobTemplateCallable()
getJobTemplateCallable in class TranscoderServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteJobTemplateRequest,com.google.protobuf.Empty> deleteJobTemplateCallable()
deleteJobTemplateCallable in class TranscoderServiceStubpublic final void close()
close in interface AutoCloseableclose in class TranscoderServiceStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.