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

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

The newest version!
// 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 ZonedDatetimeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:nebula.proto.common.ZonedDatetime)
    com.google.protobuf.MessageOrBuilder {

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

  /**
   * uint32 month = 2;
   * @return The month.
   */
  int getMonth();

  /**
   * uint32 day = 3;
   * @return The day.
   */
  int getDay();

  /**
   * uint32 hour = 4;
   * @return The hour.
   */
  int getHour();

  /**
   * uint32 minute = 5;
   * @return The minute.
   */
  int getMinute();

  /**
   * uint32 sec = 6;
   * @return The sec.
   */
  int getSec();

  /**
   * uint32 microsec = 7;
   * @return The microsec.
   */
  int getMicrosec();

  /**
   * int32 offset = 8;
   * @return The offset.
   */
  int getOffset();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy