All Downloads are FREE. Search and download functionalities are using the official Maven repository.

alluxio.grpc.DownloadSnapshotPResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/raft_journal.proto

package alluxio.grpc;

@java.lang.Deprecated public interface DownloadSnapshotPResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.meta.DownloadSnapshotPResponse)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional .alluxio.grpc.meta.SnapshotData data = 1 [deprecated = true];
   * @deprecated
   * @return Whether the data field is set.
   */
  @java.lang.Deprecated boolean hasData();
  /**
   * optional .alluxio.grpc.meta.SnapshotData data = 1 [deprecated = true];
   * @deprecated
   * @return The data.
   */
  @java.lang.Deprecated alluxio.grpc.SnapshotData getData();
  /**
   * optional .alluxio.grpc.meta.SnapshotData data = 1 [deprecated = true];
   */
  @java.lang.Deprecated alluxio.grpc.SnapshotDataOrBuilder getDataOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy