@Generated(value="by gapic-generator-java") @BetaApi public class HttpJsonTranscoderServiceStub extends TranscoderServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonTranscoderServiceStub(TranscoderServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonTranscoderServiceStub, using the given settings.
|
protected |
HttpJsonTranscoderServiceStub(TranscoderServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonTranscoderServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonTranscoderServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonTranscoderServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonTranscoderServiceStub |
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() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
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 HttpJsonTranscoderServiceStub(TranscoderServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonTranscoderServiceStub(TranscoderServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonTranscoderServiceStub create(TranscoderServiceStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonTranscoderServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonTranscoderServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
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.