public static final class Schedule.Builder extends GeneratedMessageV3.Builder<Schedule.Builder> implements ScheduleOrBuilder
Schedule for triggeredJobs.Protobuf type
google.privacy.dlp.v2.SchedulegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<Schedule.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<Schedule.Builder>public Schedule getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic Schedule build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic Schedule buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic Schedule.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<Schedule.Builder>public Schedule.Builder mergeFrom(Schedule other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<Schedule.Builder>java.io.IOExceptionpublic Schedule.OptionCase getOptionCase()
getOptionCase in interface ScheduleOrBuilderpublic Schedule.Builder clearOption()
public boolean hasRecurrencePeriodDuration()
With this option a job is started a regular periodic basis. For example: every 10 minutes. A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs. This value must be set to a time duration greater than or equal to 60 minutes and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;hasRecurrencePeriodDuration in interface ScheduleOrBuilderpublic Duration getRecurrencePeriodDuration()
With this option a job is started a regular periodic basis. For example: every 10 minutes. A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs. This value must be set to a time duration greater than or equal to 60 minutes and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;getRecurrencePeriodDuration in interface ScheduleOrBuilderpublic Schedule.Builder setRecurrencePeriodDuration(Duration value)
With this option a job is started a regular periodic basis. For example: every 10 minutes. A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs. This value must be set to a time duration greater than or equal to 60 minutes and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;public Schedule.Builder setRecurrencePeriodDuration(Duration.Builder builderForValue)
With this option a job is started a regular periodic basis. For example: every 10 minutes. A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs. This value must be set to a time duration greater than or equal to 60 minutes and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;public Schedule.Builder mergeRecurrencePeriodDuration(Duration value)
With this option a job is started a regular periodic basis. For example: every 10 minutes. A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs. This value must be set to a time duration greater than or equal to 60 minutes and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;public Schedule.Builder clearRecurrencePeriodDuration()
With this option a job is started a regular periodic basis. For example: every 10 minutes. A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs. This value must be set to a time duration greater than or equal to 60 minutes and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;public Duration.Builder getRecurrencePeriodDurationBuilder()
With this option a job is started a regular periodic basis. For example: every 10 minutes. A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs. This value must be set to a time duration greater than or equal to 60 minutes and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;public DurationOrBuilder getRecurrencePeriodDurationOrBuilder()
With this option a job is started a regular periodic basis. For example: every 10 minutes. A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs. This value must be set to a time duration greater than or equal to 60 minutes and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;getRecurrencePeriodDurationOrBuilder in interface ScheduleOrBuilderpublic final Schedule.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<Schedule.Builder>public final Schedule.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<Schedule.Builder>