public static final class SnapshotGrpc.SnapshotBlockingStub extends io.grpc.stub.AbstractBlockingStub<SnapshotGrpc.SnapshotBlockingStub>
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Empty |
cancel(SignedSnapshotRequest request)
Cancel a snapshot reqeust.
|
com.google.protobuf.Empty |
generate(SignedSnapshotRequest request)
Generate a snapshot reqeust.
|
QueryPendingSnapshotsResponse |
queryPendings(SignedSnapshotRequest request)
Query pending snapshots query.
|
public com.google.protobuf.Empty generate(SignedSnapshotRequest request)
Generate a snapshot reqeust. SignedSnapshotRequest contains marshalled bytes for SnaphostRequest
public com.google.protobuf.Empty cancel(SignedSnapshotRequest request)
Cancel a snapshot reqeust. SignedSnapshotRequest contains marshalled bytes for SnaphostRequest
public QueryPendingSnapshotsResponse queryPendings(SignedSnapshotRequest request)
Query pending snapshots query. SignedSnapshotRequest contains marshalled bytes for SnaphostQuery
Copyright © 2022. All rights reserved.