Package io.etcd.jetcd.maintenance
Class SnapshotResponse
java.lang.Object
io.etcd.jetcd.impl.AbstractResponse<io.etcd.jetcd.api.SnapshotResponse>
io.etcd.jetcd.maintenance.SnapshotResponse
- All Implemented Interfaces:
Response
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.etcd.jetcd.Response
Response.Header -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetBlob()Returns the blob.longReturns the remaining bytes.Methods inherited from class io.etcd.jetcd.impl.AbstractResponse
getHeader, getResponse, getResponseHeader, toString
-
Constructor Details
-
SnapshotResponse
public SnapshotResponse(io.etcd.jetcd.api.SnapshotResponse response)
-
-
Method Details
-
getRemainingBytes
public long getRemainingBytes()Returns the remaining bytes.- Returns:
- the remaining bytes.
-
getBlob
public com.google.protobuf.ByteString getBlob()Returns the blob.- Returns:
- the blob.
-