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

com.google.type.TimeOfDayOrBuilder 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/timeofday.proto

package com.google.type;

public interface TimeOfDayOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.type.TimeOfDay)
    com.google.proto4pingcap.MessageOrBuilder {

  /**
   * 
   * Hours of day in 24 hour format. Should be from 0 to 23. An API may choose
   * to allow the value "24:00:00" for scenarios like business closing time.
   * 
* * int32 hours = 1; */ int getHours(); /** *
   * Minutes of hour of day. Must be from 0 to 59.
   * 
* * int32 minutes = 2; */ int getMinutes(); /** *
   * Seconds of minutes of the time. Must normally be from 0 to 59. An API may
   * allow the value 60 if it allows leap-seconds.
   * 
* * int32 seconds = 3; */ int getSeconds(); /** *
   * Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
   * 
* * int32 nanos = 4; */ int getNanos(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy