Class SnapshotResponse

java.lang.Object
io.etcd.jetcd.impl.AbstractResponse<io.etcd.jetcd.api.SnapshotResponse>
io.etcd.jetcd.maintenance.SnapshotResponse
All Implemented Interfaces:
Response

public class SnapshotResponse extends AbstractResponse<io.etcd.jetcd.api.SnapshotResponse>
  • 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.