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

cz.proto.TimestampInfoOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * .cz.proto.TimestampUnit tsUnit = 1;
   * @return The enum numeric value on the wire for tsUnit.
   */
  int getTsUnitValue();
  /**
   * .cz.proto.TimestampUnit tsUnit = 1;
   * @return The tsUnit.
   */
  cz.proto.TimestampUnit getTsUnit();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy