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 TypeMethodDescriptionFree-form comment describing the intention of this spec.com.google.protobuf.ByteStringFree-form comment describing the intention of this spec.Expression to match days of the month.com.google.protobuf.ByteStringExpression to match days of the month.Expression to match days of the week.com.google.protobuf.ByteStringExpression to match days of the week.getHour()Expression to match hours.com.google.protobuf.ByteStringExpression to match hours.Expression to match minutes.com.google.protobuf.ByteStringExpression to match minutes.getMonth()Expression to match months.com.google.protobuf.ByteStringExpression to match months.Expression to match seconds.com.google.protobuf.ByteStringExpression to match seconds.getYear()Expression to match years.com.google.protobuf.ByteStringExpression to match years.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSecond
-
getSecondBytes
com.google.protobuf.ByteString getSecondBytes()Expression to match seconds. Default: 0
string second = 1;- Returns:
- The bytes for second.
-
getMinute
-
getMinuteBytes
com.google.protobuf.ByteString getMinuteBytes()Expression to match minutes. Default: 0
string minute = 2;- Returns:
- The bytes for minute.
-
getHour
-
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
-
getMonthBytes
com.google.protobuf.ByteString getMonthBytes()Expression to match months. Default: *
string month = 5;- Returns:
- The bytes for month.
-
getYear
-
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.
-