Interface CalendarSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CalendarSpec, CalendarSpec.Builder

@Generated(value="protoc", comments="annotations:CalendarSpecOrBuilder.java.pb.meta") public interface CalendarSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Free-form comment describing the intention of this spec.
    com.google.protobuf.ByteString
    Free-form comment describing the intention of this spec.
    Expression to match days of the month.
    com.google.protobuf.ByteString
    Expression to match days of the month.
    Expression to match days of the week.
    com.google.protobuf.ByteString
    Expression to match days of the week.
    Expression to match hours.
    com.google.protobuf.ByteString
    Expression to match hours.
    Expression to match minutes.
    com.google.protobuf.ByteString
    Expression to match minutes.
    Expression to match months.
    com.google.protobuf.ByteString
    Expression to match months.
    Expression to match seconds.
    com.google.protobuf.ByteString
    Expression to match seconds.
    Expression to match years.
    com.google.protobuf.ByteString
    Expression to match years.

    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

    • getSecond

      String getSecond()
       Expression to match seconds. Default: 0
       
      string second = 1;
      Returns:
      The second.
    • getSecondBytes

      com.google.protobuf.ByteString getSecondBytes()
       Expression to match seconds. Default: 0
       
      string second = 1;
      Returns:
      The bytes for second.
    • getMinute

      String getMinute()
       Expression to match minutes. Default: 0
       
      string minute = 2;
      Returns:
      The minute.
    • getMinuteBytes

      com.google.protobuf.ByteString getMinuteBytes()
       Expression to match minutes. Default: 0
       
      string minute = 2;
      Returns:
      The bytes for minute.
    • getHour

      String getHour()
       Expression to match hours. Default: 0
       
      string hour = 3;
      Returns:
      The hour.
    • getHourBytes

      com.google.protobuf.ByteString getHourBytes()
       Expression to match hours. Default: 0
       
      string hour = 3;
      Returns:
      The bytes for hour.
    • getDayOfMonth

      String getDayOfMonth()
       Expression to match days of the month. Default: *
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: standard name of field --)
       
      string day_of_month = 4;
      Returns:
      The dayOfMonth.
    • getDayOfMonthBytes

      com.google.protobuf.ByteString getDayOfMonthBytes()
       Expression to match days of the month. Default: *
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: standard name of field --)
       
      string day_of_month = 4;
      Returns:
      The bytes for dayOfMonth.
    • getMonth

      String getMonth()
       Expression to match months. Default: *
       
      string month = 5;
      Returns:
      The month.
    • getMonthBytes

      com.google.protobuf.ByteString getMonthBytes()
       Expression to match months. Default: *
       
      string month = 5;
      Returns:
      The bytes for month.
    • getYear

      String getYear()
       Expression to match years. Default: *
       
      string year = 6;
      Returns:
      The year.
    • getYearBytes

      com.google.protobuf.ByteString getYearBytes()
       Expression to match years. Default: *
       
      string year = 6;
      Returns:
      The bytes for year.
    • getDayOfWeek

      String getDayOfWeek()
       Expression to match days of the week. Default: *
       
      string day_of_week = 7;
      Returns:
      The dayOfWeek.
    • getDayOfWeekBytes

      com.google.protobuf.ByteString getDayOfWeekBytes()
       Expression to match days of the week. Default: *
       
      string day_of_week = 7;
      Returns:
      The bytes for dayOfWeek.
    • getComment

      String getComment()
       Free-form comment describing the intention of this spec.
       
      string comment = 8;
      Returns:
      The comment.
    • getCommentBytes

      com.google.protobuf.ByteString getCommentBytes()
       Free-form comment describing the intention of this spec.
       
      string comment = 8;
      Returns:
      The bytes for comment.