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

com.google.type.DateOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/type/date.proto

package com.google.type;

public interface DateOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.type.Date)
    com.google.proto4pingcap.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