com.vesoft.nebula.proto.common.ZonedTimeOrBuilder 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 ZonedTimeOrBuilder extends
// @@protoc_insertion_point(interface_extends:nebula.proto.common.ZonedTime)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 hour = 1;
* @return The hour.
*/
int getHour();
/**
* uint32 minute = 2;
* @return The minute.
*/
int getMinute();
/**
* uint32 sec = 3;
* @return The sec.
*/
int getSec();
/**
* uint32 microsec = 4;
* @return The microsec.
*/
int getMicrosec();
/**
* int32 offset = 5;
* @return The offset.
*/
int getOffset();
}