Class SnapshotsV1Beta3Grpc (0.8.0)

public final class SnapshotsV1Beta3Grpc

Provides methods to manage snapshots of Google Cloud Dataflow jobs.

Inheritance

java.lang.Object > SnapshotsV1Beta3Grpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getDeleteSnapshotMethod()

public static MethodDescriptor<DeleteSnapshotRequest,DeleteSnapshotResponse> getDeleteSnapshotMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteSnapshotRequest,DeleteSnapshotResponse>

getGetSnapshotMethod()

public static MethodDescriptor<GetSnapshotRequest,Snapshot> getGetSnapshotMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot>

getListSnapshotsMethod()

public static MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse> getListSnapshotsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static SnapshotsV1Beta3Grpc.SnapshotsV1Beta3BlockingStub 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
SnapshotsV1Beta3Grpc.SnapshotsV1Beta3BlockingStub

newFutureStub(Channel channel)

public static SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub

newStub(Channel channel)

public static SnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
SnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub