Package com.google.cloud.osconfig.v1
Class PatchDeployments.RecurringSchedule
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.osconfig.v1.PatchDeployments.RecurringSchedule
-
- All Implemented Interfaces:
PatchDeployments.RecurringScheduleOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- PatchDeployments
public static final class PatchDeployments.RecurringSchedule extends com.google.protobuf.GeneratedMessageV3 implements PatchDeployments.RecurringScheduleOrBuilder
Sets the time for recurring patch deployments.
Protobuf typegoogle.cloud.osconfig.v1.RecurringSchedule
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PatchDeployments.RecurringSchedule.Builder
Sets the time for recurring patch deployments.static class
PatchDeployments.RecurringSchedule.Frequency
Specifies the frequency of the recurring patch deployments.static class
PatchDeployments.RecurringSchedule.ScheduleConfigCase
-
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 int
END_TIME_FIELD_NUMBER
static int
FREQUENCY_FIELD_NUMBER
static int
LAST_EXECUTE_TIME_FIELD_NUMBER
static int
MONTHLY_FIELD_NUMBER
static int
NEXT_EXECUTE_TIME_FIELD_NUMBER
static int
START_TIME_FIELD_NUMBER
static int
TIME_OF_DAY_FIELD_NUMBER
static int
TIME_ZONE_FIELD_NUMBER
static int
WEEKLY_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static PatchDeployments.RecurringSchedule
getDefaultInstance()
PatchDeployments.RecurringSchedule
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Timestamp
getEndTime()
Optional.com.google.protobuf.TimestampOrBuilder
getEndTimeOrBuilder()
Optional.PatchDeployments.RecurringSchedule.Frequency
getFrequency()
Required.int
getFrequencyValue()
Required.com.google.protobuf.Timestamp
getLastExecuteTime()
Output only.com.google.protobuf.TimestampOrBuilder
getLastExecuteTimeOrBuilder()
Output only.PatchDeployments.MonthlySchedule
getMonthly()
Required.PatchDeployments.MonthlyScheduleOrBuilder
getMonthlyOrBuilder()
Required.com.google.protobuf.Timestamp
getNextExecuteTime()
Output only.com.google.protobuf.TimestampOrBuilder
getNextExecuteTimeOrBuilder()
Output only.com.google.protobuf.Parser<PatchDeployments.RecurringSchedule>
getParserForType()
PatchDeployments.RecurringSchedule.ScheduleConfigCase
getScheduleConfigCase()
int
getSerializedSize()
com.google.protobuf.Timestamp
getStartTime()
Optional.com.google.protobuf.TimestampOrBuilder
getStartTimeOrBuilder()
Optional.com.google.type.TimeOfDay
getTimeOfDay()
Required.com.google.type.TimeOfDayOrBuilder
getTimeOfDayOrBuilder()
Required.com.google.type.TimeZone
getTimeZone()
Required.com.google.type.TimeZoneOrBuilder
getTimeZoneOrBuilder()
Required.PatchDeployments.WeeklySchedule
getWeekly()
Required.PatchDeployments.WeeklyScheduleOrBuilder
getWeeklyOrBuilder()
Required.boolean
hasEndTime()
Optional.int
hashCode()
boolean
hasLastExecuteTime()
Output only.boolean
hasMonthly()
Required.boolean
hasNextExecuteTime()
Output only.boolean
hasStartTime()
Optional.boolean
hasTimeOfDay()
Required.boolean
hasTimeZone()
Required.boolean
hasWeekly()
Required.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static PatchDeployments.RecurringSchedule.Builder
newBuilder()
static PatchDeployments.RecurringSchedule.Builder
newBuilder(PatchDeployments.RecurringSchedule prototype)
PatchDeployments.RecurringSchedule.Builder
newBuilderForType()
protected PatchDeployments.RecurringSchedule.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static PatchDeployments.RecurringSchedule
parseDelimitedFrom(InputStream input)
static PatchDeployments.RecurringSchedule
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchDeployments.RecurringSchedule
parseFrom(byte[] data)
static PatchDeployments.RecurringSchedule
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchDeployments.RecurringSchedule
parseFrom(com.google.protobuf.ByteString data)
static PatchDeployments.RecurringSchedule
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchDeployments.RecurringSchedule
parseFrom(com.google.protobuf.CodedInputStream input)
static PatchDeployments.RecurringSchedule
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchDeployments.RecurringSchedule
parseFrom(InputStream input)
static PatchDeployments.RecurringSchedule
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchDeployments.RecurringSchedule
parseFrom(ByteBuffer data)
static PatchDeployments.RecurringSchedule
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<PatchDeployments.RecurringSchedule>
parser()
PatchDeployments.RecurringSchedule.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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
-
TIME_ZONE_FIELD_NUMBER
public static final int TIME_ZONE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIME_OF_DAY_FIELD_NUMBER
public static final int TIME_OF_DAY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FREQUENCY_FIELD_NUMBER
public static final int FREQUENCY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WEEKLY_FIELD_NUMBER
public static final int WEEKLY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MONTHLY_FIELD_NUMBER
public static final int MONTHLY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_EXECUTE_TIME_FIELD_NUMBER
public static final int LAST_EXECUTE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NEXT_EXECUTE_TIME_FIELD_NUMBER
public static final int NEXT_EXECUTE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getScheduleConfigCase
public PatchDeployments.RecurringSchedule.ScheduleConfigCase getScheduleConfigCase()
- Specified by:
getScheduleConfigCase
in interfacePatchDeployments.RecurringScheduleOrBuilder
-
hasTimeZone
public boolean hasTimeZone()
Required. Defines the time zone that `time_of_day` is relative to. The rules for daylight saving time are determined by the chosen time zone.
.google.type.TimeZone time_zone = 1 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
hasTimeZone
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- Whether the timeZone field is set.
-
getTimeZone
public com.google.type.TimeZone getTimeZone()
Required. Defines the time zone that `time_of_day` is relative to. The rules for daylight saving time are determined by the chosen time zone.
.google.type.TimeZone time_zone = 1 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getTimeZone
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- The timeZone.
-
getTimeZoneOrBuilder
public com.google.type.TimeZoneOrBuilder getTimeZoneOrBuilder()
Required. Defines the time zone that `time_of_day` is relative to. The rules for daylight saving time are determined by the chosen time zone.
.google.type.TimeZone time_zone = 1 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getTimeZoneOrBuilder
in interfacePatchDeployments.RecurringScheduleOrBuilder
-
hasStartTime
public boolean hasStartTime()
Optional. The time that the recurring schedule becomes effective. Defaults to `create_time` of the patch deployment.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
hasStartTime
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- Whether the startTime field is set.
-
getStartTime
public com.google.protobuf.Timestamp getStartTime()
Optional. The time that the recurring schedule becomes effective. Defaults to `create_time` of the patch deployment.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getStartTime
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- The startTime.
-
getStartTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Optional. The time that the recurring schedule becomes effective. Defaults to `create_time` of the patch deployment.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getStartTimeOrBuilder
in interfacePatchDeployments.RecurringScheduleOrBuilder
-
hasEndTime
public boolean hasEndTime()
Optional. The end time at which a recurring patch deployment schedule is no longer active.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
hasEndTime
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- Whether the endTime field is set.
-
getEndTime
public com.google.protobuf.Timestamp getEndTime()
Optional. The end time at which a recurring patch deployment schedule is no longer active.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getEndTime
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- The endTime.
-
getEndTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Optional. The end time at which a recurring patch deployment schedule is no longer active.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getEndTimeOrBuilder
in interfacePatchDeployments.RecurringScheduleOrBuilder
-
hasTimeOfDay
public boolean hasTimeOfDay()
Required. Time of the day to run a recurring deployment.
.google.type.TimeOfDay time_of_day = 4 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
hasTimeOfDay
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- Whether the timeOfDay field is set.
-
getTimeOfDay
public com.google.type.TimeOfDay getTimeOfDay()
Required. Time of the day to run a recurring deployment.
.google.type.TimeOfDay time_of_day = 4 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getTimeOfDay
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- The timeOfDay.
-
getTimeOfDayOrBuilder
public com.google.type.TimeOfDayOrBuilder getTimeOfDayOrBuilder()
Required. Time of the day to run a recurring deployment.
.google.type.TimeOfDay time_of_day = 4 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getTimeOfDayOrBuilder
in interfacePatchDeployments.RecurringScheduleOrBuilder
-
getFrequencyValue
public int getFrequencyValue()
Required. The frequency unit of this recurring schedule.
.google.cloud.osconfig.v1.RecurringSchedule.Frequency frequency = 5 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getFrequencyValue
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- The enum numeric value on the wire for frequency.
-
getFrequency
public PatchDeployments.RecurringSchedule.Frequency getFrequency()
Required. The frequency unit of this recurring schedule.
.google.cloud.osconfig.v1.RecurringSchedule.Frequency frequency = 5 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getFrequency
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- The frequency.
-
hasWeekly
public boolean hasWeekly()
Required. Schedule with weekly executions.
.google.cloud.osconfig.v1.WeeklySchedule weekly = 6 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
hasWeekly
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- Whether the weekly field is set.
-
getWeekly
public PatchDeployments.WeeklySchedule getWeekly()
Required. Schedule with weekly executions.
.google.cloud.osconfig.v1.WeeklySchedule weekly = 6 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getWeekly
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- The weekly.
-
getWeeklyOrBuilder
public PatchDeployments.WeeklyScheduleOrBuilder getWeeklyOrBuilder()
Required. Schedule with weekly executions.
.google.cloud.osconfig.v1.WeeklySchedule weekly = 6 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getWeeklyOrBuilder
in interfacePatchDeployments.RecurringScheduleOrBuilder
-
hasMonthly
public boolean hasMonthly()
Required. Schedule with monthly executions.
.google.cloud.osconfig.v1.MonthlySchedule monthly = 7 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
hasMonthly
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- Whether the monthly field is set.
-
getMonthly
public PatchDeployments.MonthlySchedule getMonthly()
Required. Schedule with monthly executions.
.google.cloud.osconfig.v1.MonthlySchedule monthly = 7 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getMonthly
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- The monthly.
-
getMonthlyOrBuilder
public PatchDeployments.MonthlyScheduleOrBuilder getMonthlyOrBuilder()
Required. Schedule with monthly executions.
.google.cloud.osconfig.v1.MonthlySchedule monthly = 7 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getMonthlyOrBuilder
in interfacePatchDeployments.RecurringScheduleOrBuilder
-
hasLastExecuteTime
public boolean hasLastExecuteTime()
Output only. The time the last patch job ran successfully.
.google.protobuf.Timestamp last_execute_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
hasLastExecuteTime
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- Whether the lastExecuteTime field is set.
-
getLastExecuteTime
public com.google.protobuf.Timestamp getLastExecuteTime()
Output only. The time the last patch job ran successfully.
.google.protobuf.Timestamp last_execute_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getLastExecuteTime
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- The lastExecuteTime.
-
getLastExecuteTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getLastExecuteTimeOrBuilder()
Output only. The time the last patch job ran successfully.
.google.protobuf.Timestamp last_execute_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getLastExecuteTimeOrBuilder
in interfacePatchDeployments.RecurringScheduleOrBuilder
-
hasNextExecuteTime
public boolean hasNextExecuteTime()
Output only. The time the next patch job is scheduled to run.
.google.protobuf.Timestamp next_execute_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
hasNextExecuteTime
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- Whether the nextExecuteTime field is set.
-
getNextExecuteTime
public com.google.protobuf.Timestamp getNextExecuteTime()
Output only. The time the next patch job is scheduled to run.
.google.protobuf.Timestamp next_execute_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getNextExecuteTime
in interfacePatchDeployments.RecurringScheduleOrBuilder
- Returns:
- The nextExecuteTime.
-
getNextExecuteTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getNextExecuteTimeOrBuilder()
Output only. The time the next patch job is scheduled to run.
.google.protobuf.Timestamp next_execute_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getNextExecuteTimeOrBuilder
in interfacePatchDeployments.RecurringScheduleOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static PatchDeployments.RecurringSchedule parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PatchDeployments.RecurringSchedule parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PatchDeployments.RecurringSchedule parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PatchDeployments.RecurringSchedule parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PatchDeployments.RecurringSchedule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PatchDeployments.RecurringSchedule parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PatchDeployments.RecurringSchedule parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static PatchDeployments.RecurringSchedule parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static PatchDeployments.RecurringSchedule parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static PatchDeployments.RecurringSchedule parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static PatchDeployments.RecurringSchedule parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static PatchDeployments.RecurringSchedule parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public PatchDeployments.RecurringSchedule.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static PatchDeployments.RecurringSchedule.Builder newBuilder()
-
newBuilder
public static PatchDeployments.RecurringSchedule.Builder newBuilder(PatchDeployments.RecurringSchedule prototype)
-
toBuilder
public PatchDeployments.RecurringSchedule.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected PatchDeployments.RecurringSchedule.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static PatchDeployments.RecurringSchedule getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<PatchDeployments.RecurringSchedule> parser()
-
getParserForType
public com.google.protobuf.Parser<PatchDeployments.RecurringSchedule> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public PatchDeployments.RecurringSchedule getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-