Package Arp.Grpc

Interface DateStructureOuterClass.DateStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DateStructureOuterClass.DateStructure, DateStructureOuterClass.DateStructure.Builder
Enclosing class:
DateStructureOuterClass

public static interface DateStructureOuterClass.DateStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    sint32 day = 3;
    int
    sint32 hour = 4;
    int
    sint32 microsecond = 8;
    int
    sint32 millisecond = 7;
    int
    sint32 minute = 5;
    int
    sint32 month = 2;
    int
    sint32 second = 6;
    int
    sint32 year = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getYear

      int getYear()
      sint32 year = 1;
    • getMonth

      int getMonth()
      sint32 month = 2;
    • getDay

      int getDay()
      sint32 day = 3;
    • getHour

      int getHour()
      sint32 hour = 4;
    • getMinute

      int getMinute()
      sint32 minute = 5;
    • getSecond

      int getSecond()
      sint32 second = 6;
    • getMillisecond

      int getMillisecond()
      sint32 millisecond = 7;
    • getMicrosecond

      int getMicrosecond()
      sint32 microsecond = 8;