Uses of Class
com.google.dataflow.v1beta3.GetSnapshotRequest
-
Packages that use GetSnapshotRequest Package Description com.google.dataflow.v1beta3 A client to Dataflow APIcom.google.dataflow.v1beta3.stub -
-
Uses of GetSnapshotRequest in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return GetSnapshotRequest Modifier and Type Method Description GetSnapshotRequest
GetSnapshotRequest.Builder. build()
GetSnapshotRequest
GetSnapshotRequest.Builder. buildPartial()
static GetSnapshotRequest
GetSnapshotRequest. getDefaultInstance()
GetSnapshotRequest
GetSnapshotRequest.Builder. getDefaultInstanceForType()
GetSnapshotRequest
GetSnapshotRequest. getDefaultInstanceForType()
static GetSnapshotRequest
GetSnapshotRequest. parseDelimitedFrom(InputStream input)
static GetSnapshotRequest
GetSnapshotRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(byte[] data)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(com.google.protobuf.ByteString data)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(InputStream input)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(ByteBuffer data)
static GetSnapshotRequest
GetSnapshotRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type GetSnapshotRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot>
SnapshotsV1Beta3Grpc. getGetSnapshotMethod()
com.google.protobuf.Parser<GetSnapshotRequest>
GetSnapshotRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>
SnapshotsV1Beta3Client. getSnapshotCallable()
Gets information about a snapshot.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.static com.google.protobuf.Parser<GetSnapshotRequest>
GetSnapshotRequest. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type GetSnapshotRequest Modifier and Type Method Description Snapshot
SnapshotsV1Beta3Client. getSnapshot(GetSnapshotRequest request)
Gets information about a snapshot.default void
SnapshotsV1Beta3Grpc.AsyncService. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
Gets information about a snapshot.Snapshot
SnapshotsV1Beta3Grpc.SnapshotsV1Beta3BlockingStub. getSnapshot(GetSnapshotRequest request)
Gets information about a snapshot.com.google.common.util.concurrent.ListenableFuture<Snapshot>
SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub. getSnapshot(GetSnapshotRequest request)
Gets information about a snapshot.void
SnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)
Gets information about a snapshot.GetSnapshotRequest.Builder
GetSnapshotRequest.Builder. mergeFrom(GetSnapshotRequest other)
static GetSnapshotRequest.Builder
GetSnapshotRequest. newBuilder(GetSnapshotRequest prototype)
-
Uses of GetSnapshotRequest in com.google.dataflow.v1beta3.stub
Methods in com.google.dataflow.v1beta3.stub that return types with arguments of type GetSnapshotRequest 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.
-