com.vesoft.nebula.proto.common.DateOrBuilder 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 DateOrBuilder extends
// @@protoc_insertion_point(interface_extends:nebula.proto.common.Date)
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();
}