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

nl.topicus.jdbc.shaded.com.google.type.DateOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/type/date.proto

package nl.topicus.jdbc.shaded.com.google.type;

public interface DateOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.type.Date)
    nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Year of date. Must be from 1 to 9999, or 0 if specifying a date without
   * a year.
   * 
* * int32 year = 1; */ int getYear(); /** *
   * Month of year. Must be from 1 to 12.
   * 
* * int32 month = 2; */ int getMonth(); /** *
   * Day of month. Must be from 1 to 31 and valid for the year and month, or 0
   * if specifying a year/month where the day is not significant.
   * 
* * int32 day = 3; */ int getDay(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy