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

alluxio.grpc.table.DateOrBuilder Maven / Gradle / Ivy

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

package alluxio.grpc.table;

public interface DateOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.table.Date)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * required int64 days_since_epoch = 1;
   * @return Whether the daysSinceEpoch field is set.
   */
  boolean hasDaysSinceEpoch();
  /**
   * required int64 days_since_epoch = 1;
   * @return The daysSinceEpoch.
   */
  long getDaysSinceEpoch();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy