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

com.vesoft.nebula.proto.common.DurationOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common.proto

// Protobuf Java Version: 3.25.1
package com.vesoft.nebula.proto.common;

public interface DurationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:nebula.proto.common.Duration)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bool is_month_based = 1;
   * @return The isMonthBased.
   */
  boolean getIsMonthBased();

  /**
   * int32 year = 2;
   * @return The year.
   */
  int getYear();

  /**
   * int32 month = 3;
   * @return The month.
   */
  int getMonth();

  /**
   * int32 day = 4;
   * @return The day.
   */
  int getDay();

  /**
   * int32 hour = 5;
   * @return The hour.
   */
  int getHour();

  /**
   * int32 minute = 6;
   * @return The minute.
   */
  int getMinute();

  /**
   * int32 sec = 7;
   * @return The sec.
   */
  int getSec();

  /**
   * int32 microsec = 8;
   * @return The microsec.
   */
  int getMicrosec();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy