Package io.temporal.api.schedule.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetComment()Free-form comment describing the intention of this spec.com.google.protobuf.ByteStringgetCommentBytes()Free-form comment describing the intention of this spec.java.lang.StringgetDayOfMonth()Expression to match days of the month.com.google.protobuf.ByteStringgetDayOfMonthBytes()Expression to match days of the month.java.lang.StringgetDayOfWeek()Expression to match days of the week.com.google.protobuf.ByteStringgetDayOfWeekBytes()Expression to match days of the week.java.lang.StringgetHour()Expression to match hours.com.google.protobuf.ByteStringgetHourBytes()Expression to match hours.java.lang.StringgetMinute()Expression to match minutes.com.google.protobuf.ByteStringgetMinuteBytes()Expression to match minutes.java.lang.StringgetMonth()Expression to match months.com.google.protobuf.ByteStringgetMonthBytes()Expression to match months.java.lang.StringgetSecond()Expression to match seconds.com.google.protobuf.ByteStringgetSecondBytes()Expression to match seconds.java.lang.StringgetYear()Expression to match years.com.google.protobuf.ByteStringgetYearBytes()Expression to match years.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSecond
java.lang.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
java.lang.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
java.lang.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
java.lang.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
java.lang.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
java.lang.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
java.lang.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
java.lang.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.
-
-