Package io.temporal.api.schedule.v1
Class StructuredCalendarSpec
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.temporal.api.schedule.v1.StructuredCalendarSpec
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,StructuredCalendarSpecOrBuilder,java.io.Serializable
@Generated(value="protoc", comments="annotations:StructuredCalendarSpec.java.pb.meta") public final class StructuredCalendarSpec extends com.google.protobuf.GeneratedMessageV3 implements StructuredCalendarSpecOrBuilderStructuredCalendarSpec describes an event specification relative to the calendar, in a form that's easy to work with programmatically. Each field can be one or more ranges. A timestamp matches if at least one range of each field matches the corresponding fields of the timestamp, except for year: if year is missing, that means all years match. For all fields besides year, at least one Range must be present to match anything. TODO: add relative-to-end-of-month TODO: add nth day-of-week in month
Protobuf typetemporal.api.schedule.v1.StructuredCalendarSpec- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStructuredCalendarSpec.BuilderStructuredCalendarSpec describes an event specification relative to the calendar, in a form that's easy to work with programmatically.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCOMMENT_FIELD_NUMBERstatic intDAY_OF_MONTH_FIELD_NUMBERstatic intDAY_OF_WEEK_FIELD_NUMBERstatic intHOUR_FIELD_NUMBERstatic intMINUTE_FIELD_NUMBERstatic intMONTH_FIELD_NUMBERstatic intSECOND_FIELD_NUMBERstatic intYEAR_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)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).static StructuredCalendarSpecgetDefaultInstance()StructuredCalendarSpecgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()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)com.google.protobuf.Parser<StructuredCalendarSpec>getParserForType()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)intgetSerializedSize()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.inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static StructuredCalendarSpec.BuildernewBuilder()static StructuredCalendarSpec.BuildernewBuilder(StructuredCalendarSpec prototype)StructuredCalendarSpec.BuildernewBuilderForType()protected StructuredCalendarSpec.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static StructuredCalendarSpecparseDelimitedFrom(java.io.InputStream input)static StructuredCalendarSpecparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StructuredCalendarSpecparseFrom(byte[] data)static StructuredCalendarSpecparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StructuredCalendarSpecparseFrom(com.google.protobuf.ByteString data)static StructuredCalendarSpecparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StructuredCalendarSpecparseFrom(com.google.protobuf.CodedInputStream input)static StructuredCalendarSpecparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StructuredCalendarSpecparseFrom(java.io.InputStream input)static StructuredCalendarSpecparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StructuredCalendarSpecparseFrom(java.nio.ByteBuffer data)static StructuredCalendarSpecparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<StructuredCalendarSpec>parser()StructuredCalendarSpec.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
SECOND_FIELD_NUMBER
public static final int SECOND_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MINUTE_FIELD_NUMBER
public static final int MINUTE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HOUR_FIELD_NUMBER
public static final int HOUR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DAY_OF_MONTH_FIELD_NUMBER
public static final int DAY_OF_MONTH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MONTH_FIELD_NUMBER
public static final int MONTH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
YEAR_FIELD_NUMBER
public static final int YEAR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DAY_OF_WEEK_FIELD_NUMBER
public static final int DAY_OF_WEEK_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COMMENT_FIELD_NUMBER
public static final int COMMENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getSecondList
public java.util.List<Range> getSecondList()
Match seconds (0-59)
repeated .temporal.api.schedule.v1.Range second = 1;- Specified by:
getSecondListin interfaceStructuredCalendarSpecOrBuilder
-
getSecondOrBuilderList
public java.util.List<? extends RangeOrBuilder> getSecondOrBuilderList()
Match seconds (0-59)
repeated .temporal.api.schedule.v1.Range second = 1;- Specified by:
getSecondOrBuilderListin interfaceStructuredCalendarSpecOrBuilder
-
getSecondCount
public int getSecondCount()
Match seconds (0-59)
repeated .temporal.api.schedule.v1.Range second = 1;- Specified by:
getSecondCountin interfaceStructuredCalendarSpecOrBuilder
-
getSecond
public Range getSecond(int index)
Match seconds (0-59)
repeated .temporal.api.schedule.v1.Range second = 1;- Specified by:
getSecondin interfaceStructuredCalendarSpecOrBuilder
-
getSecondOrBuilder
public RangeOrBuilder getSecondOrBuilder(int index)
Match seconds (0-59)
repeated .temporal.api.schedule.v1.Range second = 1;- Specified by:
getSecondOrBuilderin interfaceStructuredCalendarSpecOrBuilder
-
getMinuteList
public java.util.List<Range> getMinuteList()
Match minutes (0-59)
repeated .temporal.api.schedule.v1.Range minute = 2;- Specified by:
getMinuteListin interfaceStructuredCalendarSpecOrBuilder
-
getMinuteOrBuilderList
public java.util.List<? extends RangeOrBuilder> getMinuteOrBuilderList()
Match minutes (0-59)
repeated .temporal.api.schedule.v1.Range minute = 2;- Specified by:
getMinuteOrBuilderListin interfaceStructuredCalendarSpecOrBuilder
-
getMinuteCount
public int getMinuteCount()
Match minutes (0-59)
repeated .temporal.api.schedule.v1.Range minute = 2;- Specified by:
getMinuteCountin interfaceStructuredCalendarSpecOrBuilder
-
getMinute
public Range getMinute(int index)
Match minutes (0-59)
repeated .temporal.api.schedule.v1.Range minute = 2;- Specified by:
getMinutein interfaceStructuredCalendarSpecOrBuilder
-
getMinuteOrBuilder
public RangeOrBuilder getMinuteOrBuilder(int index)
Match minutes (0-59)
repeated .temporal.api.schedule.v1.Range minute = 2;- Specified by:
getMinuteOrBuilderin interfaceStructuredCalendarSpecOrBuilder
-
getHourList
public java.util.List<Range> getHourList()
Match hours (0-23)
repeated .temporal.api.schedule.v1.Range hour = 3;- Specified by:
getHourListin interfaceStructuredCalendarSpecOrBuilder
-
getHourOrBuilderList
public java.util.List<? extends RangeOrBuilder> getHourOrBuilderList()
Match hours (0-23)
repeated .temporal.api.schedule.v1.Range hour = 3;- Specified by:
getHourOrBuilderListin interfaceStructuredCalendarSpecOrBuilder
-
getHourCount
public int getHourCount()
Match hours (0-23)
repeated .temporal.api.schedule.v1.Range hour = 3;- Specified by:
getHourCountin interfaceStructuredCalendarSpecOrBuilder
-
getHour
public Range getHour(int index)
Match hours (0-23)
repeated .temporal.api.schedule.v1.Range hour = 3;- Specified by:
getHourin interfaceStructuredCalendarSpecOrBuilder
-
getHourOrBuilder
public RangeOrBuilder getHourOrBuilder(int index)
Match hours (0-23)
repeated .temporal.api.schedule.v1.Range hour = 3;- Specified by:
getHourOrBuilderin interfaceStructuredCalendarSpecOrBuilder
-
getDayOfMonthList
public 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;- Specified by:
getDayOfMonthListin interfaceStructuredCalendarSpecOrBuilder
-
getDayOfMonthOrBuilderList
public 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;- Specified by:
getDayOfMonthOrBuilderListin interfaceStructuredCalendarSpecOrBuilder
-
getDayOfMonthCount
public 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;- Specified by:
getDayOfMonthCountin interfaceStructuredCalendarSpecOrBuilder
-
getDayOfMonth
public 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;- Specified by:
getDayOfMonthin interfaceStructuredCalendarSpecOrBuilder
-
getDayOfMonthOrBuilder
public 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;- Specified by:
getDayOfMonthOrBuilderin interfaceStructuredCalendarSpecOrBuilder
-
getMonthList
public java.util.List<Range> getMonthList()
Match months (1-12)
repeated .temporal.api.schedule.v1.Range month = 5;- Specified by:
getMonthListin interfaceStructuredCalendarSpecOrBuilder
-
getMonthOrBuilderList
public java.util.List<? extends RangeOrBuilder> getMonthOrBuilderList()
Match months (1-12)
repeated .temporal.api.schedule.v1.Range month = 5;- Specified by:
getMonthOrBuilderListin interfaceStructuredCalendarSpecOrBuilder
-
getMonthCount
public int getMonthCount()
Match months (1-12)
repeated .temporal.api.schedule.v1.Range month = 5;- Specified by:
getMonthCountin interfaceStructuredCalendarSpecOrBuilder
-
getMonth
public Range getMonth(int index)
Match months (1-12)
repeated .temporal.api.schedule.v1.Range month = 5;- Specified by:
getMonthin interfaceStructuredCalendarSpecOrBuilder
-
getMonthOrBuilder
public RangeOrBuilder getMonthOrBuilder(int index)
Match months (1-12)
repeated .temporal.api.schedule.v1.Range month = 5;- Specified by:
getMonthOrBuilderin interfaceStructuredCalendarSpecOrBuilder
-
getYearList
public java.util.List<Range> getYearList()
Match years.
repeated .temporal.api.schedule.v1.Range year = 6;- Specified by:
getYearListin interfaceStructuredCalendarSpecOrBuilder
-
getYearOrBuilderList
public java.util.List<? extends RangeOrBuilder> getYearOrBuilderList()
Match years.
repeated .temporal.api.schedule.v1.Range year = 6;- Specified by:
getYearOrBuilderListin interfaceStructuredCalendarSpecOrBuilder
-
getYearCount
public int getYearCount()
Match years.
repeated .temporal.api.schedule.v1.Range year = 6;- Specified by:
getYearCountin interfaceStructuredCalendarSpecOrBuilder
-
getYear
public Range getYear(int index)
Match years.
repeated .temporal.api.schedule.v1.Range year = 6;- Specified by:
getYearin interfaceStructuredCalendarSpecOrBuilder
-
getYearOrBuilder
public RangeOrBuilder getYearOrBuilder(int index)
Match years.
repeated .temporal.api.schedule.v1.Range year = 6;- Specified by:
getYearOrBuilderin interfaceStructuredCalendarSpecOrBuilder
-
getDayOfWeekList
public 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;- Specified by:
getDayOfWeekListin interfaceStructuredCalendarSpecOrBuilder
-
getDayOfWeekOrBuilderList
public 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;- Specified by:
getDayOfWeekOrBuilderListin interfaceStructuredCalendarSpecOrBuilder
-
getDayOfWeekCount
public int getDayOfWeekCount()
Match days of the week (0-6; 0 is Sunday).
repeated .temporal.api.schedule.v1.Range day_of_week = 7;- Specified by:
getDayOfWeekCountin interfaceStructuredCalendarSpecOrBuilder
-
getDayOfWeek
public Range getDayOfWeek(int index)
Match days of the week (0-6; 0 is Sunday).
repeated .temporal.api.schedule.v1.Range day_of_week = 7;- Specified by:
getDayOfWeekin interfaceStructuredCalendarSpecOrBuilder
-
getDayOfWeekOrBuilder
public RangeOrBuilder getDayOfWeekOrBuilder(int index)
Match days of the week (0-6; 0 is Sunday).
repeated .temporal.api.schedule.v1.Range day_of_week = 7;- Specified by:
getDayOfWeekOrBuilderin interfaceStructuredCalendarSpecOrBuilder
-
getComment
public java.lang.String getComment()
Free-form comment describing the intention of this spec.
string comment = 8;- Specified by:
getCommentin interfaceStructuredCalendarSpecOrBuilder- Returns:
- The comment.
-
getCommentBytes
public com.google.protobuf.ByteString getCommentBytes()
Free-form comment describing the intention of this spec.
string comment = 8;- Specified by:
getCommentBytesin interfaceStructuredCalendarSpecOrBuilder- Returns:
- The bytes for comment.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static StructuredCalendarSpec parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StructuredCalendarSpec parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StructuredCalendarSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StructuredCalendarSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StructuredCalendarSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StructuredCalendarSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StructuredCalendarSpec parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static StructuredCalendarSpec parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static StructuredCalendarSpec parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static StructuredCalendarSpec parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static StructuredCalendarSpec parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static StructuredCalendarSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public StructuredCalendarSpec.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static StructuredCalendarSpec.Builder newBuilder()
-
newBuilder
public static StructuredCalendarSpec.Builder newBuilder(StructuredCalendarSpec prototype)
-
toBuilder
public StructuredCalendarSpec.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected StructuredCalendarSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static StructuredCalendarSpec getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<StructuredCalendarSpec> parser()
-
getParserForType
public com.google.protobuf.Parser<StructuredCalendarSpec> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public StructuredCalendarSpec getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-