Class MessagesV1Beta3Grpc (0.9.0)

public final class MessagesV1Beta3Grpc

The Dataflow Messages API is used for monitoring the progress of Dataflow jobs.

Inheritance

java.lang.Object > MessagesV1Beta3Grpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getListJobMessagesMethod()

public static MethodDescriptor<ListJobMessagesRequest,ListJobMessagesResponse> getListJobMessagesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListJobMessagesRequest,ListJobMessagesResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static MessagesV1Beta3Grpc.MessagesV1Beta3BlockingStub 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
MessagesV1Beta3Grpc.MessagesV1Beta3BlockingStub

newFutureStub(Channel channel)

public static MessagesV1Beta3Grpc.MessagesV1Beta3FutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
MessagesV1Beta3Grpc.MessagesV1Beta3FutureStub

newStub(Channel channel)

public static MessagesV1Beta3Grpc.MessagesV1Beta3Stub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
MessagesV1Beta3Grpc.MessagesV1Beta3Stub