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 GetSnapshotRequestGetSnapshotRequest.Builder. build()GetSnapshotRequestGetSnapshotRequest.Builder. buildPartial()static GetSnapshotRequestGetSnapshotRequest. getDefaultInstance()GetSnapshotRequestGetSnapshotRequest.Builder. getDefaultInstanceForType()GetSnapshotRequestGetSnapshotRequest. getDefaultInstanceForType()static GetSnapshotRequestGetSnapshotRequest. parseDelimitedFrom(InputStream input)static GetSnapshotRequestGetSnapshotRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSnapshotRequestGetSnapshotRequest. parseFrom(byte[] data)static GetSnapshotRequestGetSnapshotRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSnapshotRequestGetSnapshotRequest. parseFrom(com.google.protobuf.ByteString data)static GetSnapshotRequestGetSnapshotRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSnapshotRequestGetSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetSnapshotRequestGetSnapshotRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSnapshotRequestGetSnapshotRequest. parseFrom(InputStream input)static GetSnapshotRequestGetSnapshotRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSnapshotRequestGetSnapshotRequest. parseFrom(ByteBuffer data)static GetSnapshotRequestGetSnapshotRequest. 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 SnapshotSnapshotsV1Beta3Client. getSnapshot(GetSnapshotRequest request)Gets information about a snapshot.default voidSnapshotsV1Beta3Grpc.AsyncService. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)Gets information about a snapshot.SnapshotSnapshotsV1Beta3Grpc.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.voidSnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)Gets information about a snapshot.GetSnapshotRequest.BuilderGetSnapshotRequest.Builder. mergeFrom(GetSnapshotRequest other)static GetSnapshotRequest.BuilderGetSnapshotRequest. 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.
-