public static interface JobTrigger.TriggerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Manual |
getManual()
For use with hybrid jobs.
|
ManualOrBuilder |
getManualOrBuilder()
For use with hybrid jobs.
|
Schedule |
getSchedule()
Create a job on a repeating basis based on the elapse of time.
|
ScheduleOrBuilder |
getScheduleOrBuilder()
Create a job on a repeating basis based on the elapse of time.
|
JobTrigger.Trigger.TriggerCase |
getTriggerCase() |
boolean |
hasManual()
For use with hybrid jobs.
|
boolean |
hasSchedule()
Create a job on a repeating basis based on the elapse of time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSchedule()
Create a job on a repeating basis based on the elapse of time.
.google.privacy.dlp.v2.Schedule schedule = 1;Schedule getSchedule()
Create a job on a repeating basis based on the elapse of time.
.google.privacy.dlp.v2.Schedule schedule = 1;ScheduleOrBuilder getScheduleOrBuilder()
Create a job on a repeating basis based on the elapse of time.
.google.privacy.dlp.v2.Schedule schedule = 1;boolean hasManual()
For use with hybrid jobs. Jobs must be manually created and finished.
.google.privacy.dlp.v2.Manual manual = 2;Manual getManual()
For use with hybrid jobs. Jobs must be manually created and finished.
.google.privacy.dlp.v2.Manual manual = 2;ManualOrBuilder getManualOrBuilder()
For use with hybrid jobs. Jobs must be manually created and finished.
.google.privacy.dlp.v2.Manual manual = 2;JobTrigger.Trigger.TriggerCase getTriggerCase()
Copyright © 2022 Google LLC. All rights reserved.