Uses of Class
com.google.dataflow.v1beta3.SnapshotJobRequest
-
Packages that use SnapshotJobRequest Package Description com.google.dataflow.v1beta3 A client to Dataflow APIcom.google.dataflow.v1beta3.stub -
-
Uses of SnapshotJobRequest in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return SnapshotJobRequest Modifier and Type Method Description SnapshotJobRequest
SnapshotJobRequest.Builder. build()
SnapshotJobRequest
SnapshotJobRequest.Builder. buildPartial()
static SnapshotJobRequest
SnapshotJobRequest. getDefaultInstance()
SnapshotJobRequest
SnapshotJobRequest.Builder. getDefaultInstanceForType()
SnapshotJobRequest
SnapshotJobRequest. getDefaultInstanceForType()
static SnapshotJobRequest
SnapshotJobRequest. parseDelimitedFrom(InputStream input)
static SnapshotJobRequest
SnapshotJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SnapshotJobRequest
SnapshotJobRequest. parseFrom(byte[] data)
static SnapshotJobRequest
SnapshotJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SnapshotJobRequest
SnapshotJobRequest. parseFrom(com.google.protobuf.ByteString data)
static SnapshotJobRequest
SnapshotJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SnapshotJobRequest
SnapshotJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SnapshotJobRequest
SnapshotJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SnapshotJobRequest
SnapshotJobRequest. parseFrom(InputStream input)
static SnapshotJobRequest
SnapshotJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SnapshotJobRequest
SnapshotJobRequest. parseFrom(ByteBuffer data)
static SnapshotJobRequest
SnapshotJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type SnapshotJobRequest Modifier and Type Method Description com.google.protobuf.Parser<SnapshotJobRequest>
SnapshotJobRequest. getParserForType()
static io.grpc.MethodDescriptor<SnapshotJobRequest,Snapshot>
JobsV1Beta3Grpc. getSnapshotJobMethod()
static com.google.protobuf.Parser<SnapshotJobRequest>
SnapshotJobRequest. parser()
com.google.api.gax.rpc.UnaryCallable<SnapshotJobRequest,Snapshot>
JobsV1Beta3Client. snapshotJobCallable()
Snapshot the state of a streaming job.com.google.api.gax.rpc.UnaryCallSettings.Builder<SnapshotJobRequest,Snapshot>
JobsV1Beta3Settings.Builder. snapshotJobSettings()
Returns the builder for the settings used for calls to snapshotJob.com.google.api.gax.rpc.UnaryCallSettings<SnapshotJobRequest,Snapshot>
JobsV1Beta3Settings. snapshotJobSettings()
Returns the object with the settings used for calls to snapshotJob.Methods in com.google.dataflow.v1beta3 with parameters of type SnapshotJobRequest Modifier and Type Method Description SnapshotJobRequest.Builder
SnapshotJobRequest.Builder. mergeFrom(SnapshotJobRequest other)
static SnapshotJobRequest.Builder
SnapshotJobRequest. newBuilder(SnapshotJobRequest prototype)
Snapshot
JobsV1Beta3Client. snapshotJob(SnapshotJobRequest request)
Snapshot the state of a streaming job.default void
JobsV1Beta3Grpc.AsyncService. snapshotJob(SnapshotJobRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
Snapshot the state of a streaming job.Snapshot
JobsV1Beta3Grpc.JobsV1Beta3BlockingStub. snapshotJob(SnapshotJobRequest request)
Snapshot the state of a streaming job.com.google.common.util.concurrent.ListenableFuture<Snapshot>
JobsV1Beta3Grpc.JobsV1Beta3FutureStub. snapshotJob(SnapshotJobRequest request)
Snapshot the state of a streaming job.void
JobsV1Beta3Grpc.JobsV1Beta3Stub. snapshotJob(SnapshotJobRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
Snapshot the state of a streaming job. -
Uses of SnapshotJobRequest in com.google.dataflow.v1beta3.stub
Methods in com.google.dataflow.v1beta3.stub that return types with arguments of type SnapshotJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SnapshotJobRequest,Snapshot>
GrpcJobsV1Beta3Stub. snapshotJobCallable()
com.google.api.gax.rpc.UnaryCallable<SnapshotJobRequest,Snapshot>
HttpJsonJobsV1Beta3Stub. snapshotJobCallable()
com.google.api.gax.rpc.UnaryCallable<SnapshotJobRequest,Snapshot>
JobsV1Beta3Stub. snapshotJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<SnapshotJobRequest,Snapshot>
JobsV1Beta3StubSettings.Builder. snapshotJobSettings()
Returns the builder for the settings used for calls to snapshotJob.com.google.api.gax.rpc.UnaryCallSettings<SnapshotJobRequest,Snapshot>
JobsV1Beta3StubSettings. snapshotJobSettings()
Returns the object with the settings used for calls to snapshotJob.
-