Uses of Class
com.google.dataflow.v1beta3.Snapshot
-
Packages that use Snapshot Package Description com.google.dataflow.v1beta3 A client to Dataflow APIcom.google.dataflow.v1beta3.stub -
-
Uses of Snapshot in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return Snapshot Modifier and Type Method Description Snapshot
Snapshot.Builder. build()
Snapshot
Snapshot.Builder. buildPartial()
static Snapshot
Snapshot. getDefaultInstance()
Snapshot
Snapshot.Builder. getDefaultInstanceForType()
Snapshot
Snapshot. getDefaultInstanceForType()
Snapshot
SnapshotsV1Beta3Client. getSnapshot(GetSnapshotRequest request)
Gets information about a snapshot.Snapshot
SnapshotsV1Beta3Grpc.SnapshotsV1Beta3BlockingStub. getSnapshot(GetSnapshotRequest request)
Gets information about a snapshot.Snapshot
ListSnapshotsResponse.Builder. getSnapshots(int index)
Returned snapshots.Snapshot
ListSnapshotsResponse. getSnapshots(int index)
Returned snapshots.Snapshot
ListSnapshotsResponseOrBuilder. getSnapshots(int index)
Returned snapshots.static Snapshot
Snapshot. parseDelimitedFrom(InputStream input)
static Snapshot
Snapshot. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
Snapshot. parseFrom(byte[] data)
static Snapshot
Snapshot. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
Snapshot. parseFrom(com.google.protobuf.ByteString data)
static Snapshot
Snapshot. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
Snapshot. parseFrom(com.google.protobuf.CodedInputStream input)
static Snapshot
Snapshot. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
Snapshot. parseFrom(InputStream input)
static Snapshot
Snapshot. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Snapshot
Snapshot. parseFrom(ByteBuffer data)
static Snapshot
Snapshot. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Snapshot
JobsV1Beta3Client. snapshotJob(SnapshotJobRequest request)
Snapshot the state of a streaming job.Snapshot
JobsV1Beta3Grpc.JobsV1Beta3BlockingStub. snapshotJob(SnapshotJobRequest request)
Snapshot the state of a streaming job.Methods in com.google.dataflow.v1beta3 that return types with arguments of type Snapshot Modifier and Type Method Description static io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot>
SnapshotsV1Beta3Grpc. getGetSnapshotMethod()
com.google.protobuf.Parser<Snapshot>
Snapshot. getParserForType()
com.google.common.util.concurrent.ListenableFuture<Snapshot>
SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub. getSnapshot(GetSnapshotRequest request)
Gets information about a snapshot.com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>
SnapshotsV1Beta3Client. getSnapshotCallable()
Gets information about a snapshot.static io.grpc.MethodDescriptor<SnapshotJobRequest,Snapshot>
JobsV1Beta3Grpc. getSnapshotJobMethod()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot>
SnapshotsV1Beta3Settings.Builder. getSnapshotSettings()
Returns the builder for the settings used for calls to getSnapshot.com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot>
SnapshotsV1Beta3Settings. getSnapshotSettings()
Returns the object with the settings used for calls to getSnapshot.List<Snapshot>
ListSnapshotsResponse.Builder. getSnapshotsList()
Returned snapshots.List<Snapshot>
ListSnapshotsResponse. getSnapshotsList()
Returned snapshots.List<Snapshot>
ListSnapshotsResponseOrBuilder. getSnapshotsList()
Returned snapshots.static com.google.protobuf.Parser<Snapshot>
Snapshot. parser()
com.google.common.util.concurrent.ListenableFuture<Snapshot>
JobsV1Beta3Grpc.JobsV1Beta3FutureStub. snapshotJob(SnapshotJobRequest request)
Snapshot the state of a streaming job.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 Snapshot Modifier and Type Method Description ListSnapshotsResponse.Builder
ListSnapshotsResponse.Builder. addSnapshots(int index, Snapshot value)
Returned snapshots.ListSnapshotsResponse.Builder
ListSnapshotsResponse.Builder. addSnapshots(Snapshot value)
Returned snapshots.Snapshot.Builder
Snapshot.Builder. mergeFrom(Snapshot other)
static Snapshot.Builder
Snapshot. newBuilder(Snapshot prototype)
ListSnapshotsResponse.Builder
ListSnapshotsResponse.Builder. setSnapshots(int index, Snapshot value)
Returned snapshots.Method parameters in com.google.dataflow.v1beta3 with type arguments of type Snapshot Modifier and Type Method Description ListSnapshotsResponse.Builder
ListSnapshotsResponse.Builder. addAllSnapshots(Iterable<? extends Snapshot> values)
Returned snapshots.default void
SnapshotsV1Beta3Grpc.AsyncService. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
Gets information about a snapshot.void
SnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
Gets information about a snapshot.default void
JobsV1Beta3Grpc.AsyncService. snapshotJob(SnapshotJobRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
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 Snapshot in com.google.dataflow.v1beta3.stub
Methods in com.google.dataflow.v1beta3.stub that return types with arguments of type Snapshot Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>
GrpcSnapshotsV1Beta3Stub. getSnapshotCallable()
com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>
HttpJsonSnapshotsV1Beta3Stub. getSnapshotCallable()
com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>
SnapshotsV1Beta3Stub. getSnapshotCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot>
SnapshotsV1Beta3StubSettings.Builder. getSnapshotSettings()
Returns the builder for the settings used for calls to getSnapshot.com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot>
SnapshotsV1Beta3StubSettings. getSnapshotSettings()
Returns the object with the settings used for calls to getSnapshot.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.
-