Package io.temporal.api.schedule.v1
Interface StructuredCalendarSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StructuredCalendarSpec,StructuredCalendarSpec.Builder
@Generated(value="protoc", comments="annotations:StructuredCalendarSpecOrBuilder.java.pb.meta") public interface StructuredCalendarSpecOrBuilder 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.RangegetDayOfMonth(int index)Match days of the month (1-31) (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: standard name of field --)intgetDayOfMonthCount()Match days of the month (1-31) (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: standard name of field --)java.util.List<Range>getDayOfMonthList()Match days of the month (1-31) (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: standard name of field --)RangeOrBuildergetDayOfMonthOrBuilder(int index)Match days of the month (1-31) (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: standard name of field --)java.util.List<? extends RangeOrBuilder>getDayOfMonthOrBuilderList()Match days of the month (1-31) (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: standard name of field --)RangegetDayOfWeek(int index)Match days of the week (0-6; 0 is Sunday).intgetDayOfWeekCount()Match days of the week (0-6; 0 is Sunday).java.util.List<Range>getDayOfWeekList()Match days of the week (0-6; 0 is Sunday).RangeOrBuildergetDayOfWeekOrBuilder(int index)Match days of the week (0-6; 0 is Sunday).java.util.List<? extends RangeOrBuilder>getDayOfWeekOrBuilderList()Match days of the week (0-6; 0 is Sunday).RangegetHour(int index)Match hours (0-23)intgetHourCount()Match hours (0-23)java.util.List<Range>getHourList()Match hours (0-23)RangeOrBuildergetHourOrBuilder(int index)Match hours (0-23)java.util.List<? extends RangeOrBuilder>getHourOrBuilderList()Match hours (0-23)RangegetMinute(int index)Match minutes (0-59)intgetMinuteCount()Match minutes (0-59)java.util.List<Range>getMinuteList()Match minutes (0-59)RangeOrBuildergetMinuteOrBuilder(int index)Match minutes (0-59)java.util.List<? extends RangeOrBuilder>getMinuteOrBuilderList()Match minutes (0-59)RangegetMonth(int index)Match months (1-12)intgetMonthCount()Match months (1-12)java.util.List<Range>getMonthList()Match months (1-12)RangeOrBuildergetMonthOrBuilder(int index)Match months (1-12)java.util.List<? extends RangeOrBuilder>getMonthOrBuilderList()Match months (1-12)RangegetSecond(int index)Match seconds (0-59)intgetSecondCount()Match seconds (0-59)java.util.List<Range>getSecondList()Match seconds (0-59)RangeOrBuildergetSecondOrBuilder(int index)Match seconds (0-59)java.util.List<? extends RangeOrBuilder>getSecondOrBuilderList()Match seconds (0-59)RangegetYear(int index)Match years.intgetYearCount()Match years.java.util.List<Range>getYearList()Match years.RangeOrBuildergetYearOrBuilder(int index)Match years.java.util.List<? extends RangeOrBuilder>getYearOrBuilderList()Match years.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSecondList
java.util.List<Range> getSecondList()
Match seconds (0-59)
repeated .temporal.api.schedule.v1.Range second = 1;
-
getSecond
Range getSecond(int index)
Match seconds (0-59)
repeated .temporal.api.schedule.v1.Range second = 1;
-
getSecondCount
int getSecondCount()
Match seconds (0-59)
repeated .temporal.api.schedule.v1.Range second = 1;
-
getSecondOrBuilderList
java.util.List<? extends RangeOrBuilder> getSecondOrBuilderList()
Match seconds (0-59)
repeated .temporal.api.schedule.v1.Range second = 1;
-
getSecondOrBuilder
RangeOrBuilder getSecondOrBuilder(int index)
Match seconds (0-59)
repeated .temporal.api.schedule.v1.Range second = 1;
-
getMinuteList
java.util.List<Range> getMinuteList()
Match minutes (0-59)
repeated .temporal.api.schedule.v1.Range minute = 2;
-
getMinute
Range getMinute(int index)
Match minutes (0-59)
repeated .temporal.api.schedule.v1.Range minute = 2;
-
getMinuteCount
int getMinuteCount()
Match minutes (0-59)
repeated .temporal.api.schedule.v1.Range minute = 2;
-
getMinuteOrBuilderList
java.util.List<? extends RangeOrBuilder> getMinuteOrBuilderList()
Match minutes (0-59)
repeated .temporal.api.schedule.v1.Range minute = 2;
-
getMinuteOrBuilder
RangeOrBuilder getMinuteOrBuilder(int index)
Match minutes (0-59)
repeated .temporal.api.schedule.v1.Range minute = 2;
-
getHourList
java.util.List<Range> getHourList()
Match hours (0-23)
repeated .temporal.api.schedule.v1.Range hour = 3;
-
getHour
Range getHour(int index)
Match hours (0-23)
repeated .temporal.api.schedule.v1.Range hour = 3;
-
getHourCount
int getHourCount()
Match hours (0-23)
repeated .temporal.api.schedule.v1.Range hour = 3;
-
getHourOrBuilderList
java.util.List<? extends RangeOrBuilder> getHourOrBuilderList()
Match hours (0-23)
repeated .temporal.api.schedule.v1.Range hour = 3;
-
getHourOrBuilder
RangeOrBuilder getHourOrBuilder(int index)
Match hours (0-23)
repeated .temporal.api.schedule.v1.Range hour = 3;
-
getDayOfMonthList
java.util.List<Range> getDayOfMonthList()
Match days of the month (1-31) (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: standard name of field --)repeated .temporal.api.schedule.v1.Range day_of_month = 4;
-
getDayOfMonth
Range getDayOfMonth(int index)
Match days of the month (1-31) (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: standard name of field --)repeated .temporal.api.schedule.v1.Range day_of_month = 4;
-
getDayOfMonthCount
int getDayOfMonthCount()
Match days of the month (1-31) (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: standard name of field --)repeated .temporal.api.schedule.v1.Range day_of_month = 4;
-
getDayOfMonthOrBuilderList
java.util.List<? extends RangeOrBuilder> getDayOfMonthOrBuilderList()
Match days of the month (1-31) (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: standard name of field --)repeated .temporal.api.schedule.v1.Range day_of_month = 4;
-
getDayOfMonthOrBuilder
RangeOrBuilder getDayOfMonthOrBuilder(int index)
Match days of the month (1-31) (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: standard name of field --)repeated .temporal.api.schedule.v1.Range day_of_month = 4;
-
getMonthList
java.util.List<Range> getMonthList()
Match months (1-12)
repeated .temporal.api.schedule.v1.Range month = 5;
-
getMonth
Range getMonth(int index)
Match months (1-12)
repeated .temporal.api.schedule.v1.Range month = 5;
-
getMonthCount
int getMonthCount()
Match months (1-12)
repeated .temporal.api.schedule.v1.Range month = 5;
-
getMonthOrBuilderList
java.util.List<? extends RangeOrBuilder> getMonthOrBuilderList()
Match months (1-12)
repeated .temporal.api.schedule.v1.Range month = 5;
-
getMonthOrBuilder
RangeOrBuilder getMonthOrBuilder(int index)
Match months (1-12)
repeated .temporal.api.schedule.v1.Range month = 5;
-
getYearList
java.util.List<Range> getYearList()
Match years.
repeated .temporal.api.schedule.v1.Range year = 6;
-
getYear
Range getYear(int index)
Match years.
repeated .temporal.api.schedule.v1.Range year = 6;
-
getYearCount
int getYearCount()
Match years.
repeated .temporal.api.schedule.v1.Range year = 6;
-
getYearOrBuilderList
java.util.List<? extends RangeOrBuilder> getYearOrBuilderList()
Match years.
repeated .temporal.api.schedule.v1.Range year = 6;
-
getYearOrBuilder
RangeOrBuilder getYearOrBuilder(int index)
Match years.
repeated .temporal.api.schedule.v1.Range year = 6;
-
getDayOfWeekList
java.util.List<Range> getDayOfWeekList()
Match days of the week (0-6; 0 is Sunday).
repeated .temporal.api.schedule.v1.Range day_of_week = 7;
-
getDayOfWeek
Range getDayOfWeek(int index)
Match days of the week (0-6; 0 is Sunday).
repeated .temporal.api.schedule.v1.Range day_of_week = 7;
-
getDayOfWeekCount
int getDayOfWeekCount()
Match days of the week (0-6; 0 is Sunday).
repeated .temporal.api.schedule.v1.Range day_of_week = 7;
-
getDayOfWeekOrBuilderList
java.util.List<? extends RangeOrBuilder> getDayOfWeekOrBuilderList()
Match days of the week (0-6; 0 is Sunday).
repeated .temporal.api.schedule.v1.Range day_of_week = 7;
-
getDayOfWeekOrBuilder
RangeOrBuilder getDayOfWeekOrBuilder(int index)
Match days of the week (0-6; 0 is Sunday).
repeated .temporal.api.schedule.v1.Range day_of_week = 7;
-
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.
-
-