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

cz.proto.RefreshOptionOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: table_common.proto

package cz.proto;

public interface RefreshOptionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.RefreshOption)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cz.proto.RefreshOption.Type type = 1;
   * @return The enum numeric value on the wire for type.
   */
  int getTypeValue();
  /**
   * .cz.proto.RefreshOption.Type type = 1;
   * @return The type.
   */
  cz.proto.RefreshOption.Type getType();

  /**
   * int64 start_time = 2;
   * @return The startTime.
   */
  long getStartTime();

  /**
   * int64 interval_in_minute = 3;
   * @return The intervalInMinute.
   */
  long getIntervalInMinute();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy