public static final class Schedule.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder> implements ScheduleOrBuilder
Schedule for inspect job triggers.Protobuf type
google.privacy.dlp.v2.Schedule| Modifier and Type | Method and Description |
|---|---|
Schedule.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Schedule |
build() |
Schedule |
buildPartial() |
Schedule.Builder |
clear() |
Schedule.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Schedule.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Schedule.Builder |
clearOption() |
Schedule.Builder |
clearRecurrencePeriodDuration()
With this option a job is started on a regular periodic basis.
|
Schedule.Builder |
clone() |
Schedule |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Schedule.OptionCase |
getOptionCase() |
com.google.protobuf.Duration |
getRecurrencePeriodDuration()
With this option a job is started on a regular periodic basis.
|
com.google.protobuf.Duration.Builder |
getRecurrencePeriodDurationBuilder()
With this option a job is started on a regular periodic basis.
|
com.google.protobuf.DurationOrBuilder |
getRecurrencePeriodDurationOrBuilder()
With this option a job is started on a regular periodic basis.
|
boolean |
hasRecurrencePeriodDuration()
With this option a job is started on a regular periodic basis.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Schedule.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Schedule.Builder |
mergeFrom(com.google.protobuf.Message other) |
Schedule.Builder |
mergeFrom(Schedule other) |
Schedule.Builder |
mergeRecurrencePeriodDuration(com.google.protobuf.Duration value)
With this option a job is started on a regular periodic basis.
|
Schedule.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Schedule.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Schedule.Builder |
setRecurrencePeriodDuration(com.google.protobuf.Duration.Builder builderForValue)
With this option a job is started on a regular periodic basis.
|
Schedule.Builder |
setRecurrencePeriodDuration(com.google.protobuf.Duration value)
With this option a job is started on a regular periodic basis.
|
Schedule.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Schedule.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Schedule build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Schedule buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Schedule.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Schedule.Builder>public Schedule.Builder mergeFrom(Schedule other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Schedule.Builder>IOExceptionpublic Schedule.OptionCase getOptionCase()
getOptionCase in interface ScheduleOrBuilderpublic Schedule.Builder clearOption()
public boolean hasRecurrencePeriodDuration()
With this option a job is started on a regular periodic basis. For example: every day (86400 seconds). 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 1 day and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;hasRecurrencePeriodDuration in interface ScheduleOrBuilderpublic com.google.protobuf.Duration getRecurrencePeriodDuration()
With this option a job is started on a regular periodic basis. For example: every day (86400 seconds). 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 1 day and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;getRecurrencePeriodDuration in interface ScheduleOrBuilderpublic Schedule.Builder setRecurrencePeriodDuration(com.google.protobuf.Duration value)
With this option a job is started on a regular periodic basis. For example: every day (86400 seconds). 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 1 day and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;public Schedule.Builder setRecurrencePeriodDuration(com.google.protobuf.Duration.Builder builderForValue)
With this option a job is started on a regular periodic basis. For example: every day (86400 seconds). 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 1 day and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;public Schedule.Builder mergeRecurrencePeriodDuration(com.google.protobuf.Duration value)
With this option a job is started on a regular periodic basis. For example: every day (86400 seconds). 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 1 day 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 on a regular periodic basis. For example: every day (86400 seconds). 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 1 day and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;public com.google.protobuf.Duration.Builder getRecurrencePeriodDurationBuilder()
With this option a job is started on a regular periodic basis. For example: every day (86400 seconds). 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 1 day and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;public com.google.protobuf.DurationOrBuilder getRecurrencePeriodDurationOrBuilder()
With this option a job is started on a regular periodic basis. For example: every day (86400 seconds). 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 1 day and can be no longer than 60 days.
.google.protobuf.Duration recurrence_period_duration = 1;getRecurrencePeriodDurationOrBuilder in interface ScheduleOrBuilderpublic final Schedule.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public final Schedule.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>Copyright © 2022 Google LLC. All rights reserved.