Class JobsV1Beta3Grpc (0.12.0)

public final class JobsV1Beta3Grpc

Provides a method to create and modify Google Cloud Dataflow jobs. A Job is a multi-stage computation graph run by the Cloud Dataflow service.

Inheritance

java.lang.Object > JobsV1Beta3Grpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getAggregatedListJobsMethod()

public static MethodDescriptor<ListJobsRequest,ListJobsResponse> getAggregatedListJobsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse>

getCheckActiveJobsMethod()

public static MethodDescriptor<CheckActiveJobsRequest,CheckActiveJobsResponse> getCheckActiveJobsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CheckActiveJobsRequest,CheckActiveJobsResponse>

getCreateJobMethod()

public static MethodDescriptor<CreateJobRequest,Job> getCreateJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateJobRequest,Job>

getGetJobMethod()

public static MethodDescriptor<GetJobRequest,Job> getGetJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetJobRequest,Job>

getListJobsMethod()

public static MethodDescriptor<ListJobsRequest,ListJobsResponse> getListJobsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getSnapshotJobMethod()

public static MethodDescriptor<SnapshotJobRequest,Snapshot> getSnapshotJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SnapshotJobRequest,Snapshot>

getUpdateJobMethod()

public static MethodDescriptor<UpdateJobRequest,Job> getUpdateJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateJobRequest,Job>

newBlockingStub(Channel channel)

public static JobsV1Beta3Grpc.JobsV1Beta3BlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
JobsV1Beta3Grpc.JobsV1Beta3BlockingStub

newFutureStub(Channel channel)

public static JobsV1Beta3Grpc.JobsV1Beta3FutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
JobsV1Beta3Grpc.JobsV1Beta3FutureStub

newStub(Channel channel)

public static JobsV1Beta3Grpc.JobsV1Beta3Stub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
JobsV1Beta3Grpc.JobsV1Beta3Stub