public static interface JobTrigger.TriggerOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getManual()
public abstract Manual getManual()For use with hybrid jobs. Jobs must be manually created and finished.
.google.privacy.dlp.v2.Manual manual = 2;
| Returns | |
|---|---|
| Type | Description |
Manual |
The manual. |
getManualOrBuilder()
public abstract ManualOrBuilder getManualOrBuilder()For use with hybrid jobs. Jobs must be manually created and finished.
.google.privacy.dlp.v2.Manual manual = 2;
| Returns | |
|---|---|
| Type | Description |
ManualOrBuilder |
|
getSchedule()
public abstract Schedule getSchedule()Create a job on a repeating basis based on the elapse of time.
.google.privacy.dlp.v2.Schedule schedule = 1;
| Returns | |
|---|---|
| Type | Description |
Schedule |
The schedule. |
getScheduleOrBuilder()
public abstract ScheduleOrBuilder getScheduleOrBuilder()Create a job on a repeating basis based on the elapse of time.
.google.privacy.dlp.v2.Schedule schedule = 1;
| Returns | |
|---|---|
| Type | Description |
ScheduleOrBuilder |
|
getTriggerCase()
public abstract JobTrigger.Trigger.TriggerCase getTriggerCase()| Returns | |
|---|---|
| Type | Description |
JobTrigger.Trigger.TriggerCase |
|
hasManual()
public abstract boolean hasManual()For use with hybrid jobs. Jobs must be manually created and finished.
.google.privacy.dlp.v2.Manual manual = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the manual field is set. |
hasSchedule()
public abstract boolean hasSchedule()Create a job on a repeating basis based on the elapse of time.
.google.privacy.dlp.v2.Schedule schedule = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the schedule field is set. |