public interface JobTriggerOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getCreateTime()
The creation timestamp of a triggeredJob, output only field.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
The creation timestamp of a triggeredJob, output only field.
|
java.lang.String |
getDescription()
User provided description (max 256 chars)
|
ByteString |
getDescriptionBytes()
User provided description (max 256 chars)
|
java.lang.String |
getDisplayName()
Display name (max 100 chars)
|
ByteString |
getDisplayNameBytes()
Display name (max 100 chars)
|
Error |
getErrors(int index)
A stream of errors encountered when the trigger was activated.
|
int |
getErrorsCount()
A stream of errors encountered when the trigger was activated.
|
java.util.List<Error> |
getErrorsList()
A stream of errors encountered when the trigger was activated.
|
ErrorOrBuilder |
getErrorsOrBuilder(int index)
A stream of errors encountered when the trigger was activated.
|
java.util.List<? extends ErrorOrBuilder> |
getErrorsOrBuilderList()
A stream of errors encountered when the trigger was activated.
|
InspectJobConfig |
getInspectJob()
.google.privacy.dlp.v2.InspectJobConfig inspect_job = 4; |
InspectJobConfigOrBuilder |
getInspectJobOrBuilder()
.google.privacy.dlp.v2.InspectJobConfig inspect_job = 4; |
JobTrigger.JobCase |
getJobCase() |
Timestamp |
getLastRunTime()
The timestamp of the last time this trigger executed, output only field.
|
TimestampOrBuilder |
getLastRunTimeOrBuilder()
The timestamp of the last time this trigger executed, output only field.
|
java.lang.String |
getName()
Unique resource name for the triggeredJob, assigned by the service when the
triggeredJob is created, for example
`projects/dlp-test-project/triggeredJobs/53234423`.
|
ByteString |
getNameBytes()
Unique resource name for the triggeredJob, assigned by the service when the
triggeredJob is created, for example
`projects/dlp-test-project/triggeredJobs/53234423`.
|
JobTrigger.Status |
getStatus()
A status for this trigger.
|
int |
getStatusValue()
A status for this trigger.
|
JobTrigger.Trigger |
getTriggers(int index)
A list of triggers which will be OR'ed together.
|
int |
getTriggersCount()
A list of triggers which will be OR'ed together.
|
java.util.List<JobTrigger.Trigger> |
getTriggersList()
A list of triggers which will be OR'ed together.
|
JobTrigger.TriggerOrBuilder |
getTriggersOrBuilder(int index)
A list of triggers which will be OR'ed together.
|
java.util.List<? extends JobTrigger.TriggerOrBuilder> |
getTriggersOrBuilderList()
A list of triggers which will be OR'ed together.
|
Timestamp |
getUpdateTime()
The last update timestamp of a triggeredJob, output only field.
|
TimestampOrBuilder |
getUpdateTimeOrBuilder()
The last update timestamp of a triggeredJob, output only field.
|
boolean |
hasCreateTime()
The creation timestamp of a triggeredJob, output only field.
|
boolean |
hasInspectJob()
.google.privacy.dlp.v2.InspectJobConfig inspect_job = 4; |
boolean |
hasLastRunTime()
The timestamp of the last time this trigger executed, output only field.
|
boolean |
hasUpdateTime()
The last update timestamp of a triggeredJob, output only field.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
Unique resource name for the triggeredJob, assigned by the service when the triggeredJob is created, for example `projects/dlp-test-project/triggeredJobs/53234423`.
string name = 1;
ByteString getNameBytes()
Unique resource name for the triggeredJob, assigned by the service when the triggeredJob is created, for example `projects/dlp-test-project/triggeredJobs/53234423`.
string name = 1;
java.lang.String getDisplayName()
Display name (max 100 chars)
string display_name = 2;
ByteString getDisplayNameBytes()
Display name (max 100 chars)
string display_name = 2;
java.lang.String getDescription()
User provided description (max 256 chars)
string description = 3;
ByteString getDescriptionBytes()
User provided description (max 256 chars)
string description = 3;
boolean hasInspectJob()
.google.privacy.dlp.v2.InspectJobConfig inspect_job = 4;
InspectJobConfig getInspectJob()
.google.privacy.dlp.v2.InspectJobConfig inspect_job = 4;
InspectJobConfigOrBuilder getInspectJobOrBuilder()
.google.privacy.dlp.v2.InspectJobConfig inspect_job = 4;
java.util.List<JobTrigger.Trigger> getTriggersList()
A list of triggers which will be OR'ed together. Only one in the list needs to trigger for a job to be started. The list may contain only a single Schedule trigger and must have at least one object.
repeated .google.privacy.dlp.v2.JobTrigger.Trigger triggers = 5;
JobTrigger.Trigger getTriggers(int index)
A list of triggers which will be OR'ed together. Only one in the list needs to trigger for a job to be started. The list may contain only a single Schedule trigger and must have at least one object.
repeated .google.privacy.dlp.v2.JobTrigger.Trigger triggers = 5;
int getTriggersCount()
A list of triggers which will be OR'ed together. Only one in the list needs to trigger for a job to be started. The list may contain only a single Schedule trigger and must have at least one object.
repeated .google.privacy.dlp.v2.JobTrigger.Trigger triggers = 5;
java.util.List<? extends JobTrigger.TriggerOrBuilder> getTriggersOrBuilderList()
A list of triggers which will be OR'ed together. Only one in the list needs to trigger for a job to be started. The list may contain only a single Schedule trigger and must have at least one object.
repeated .google.privacy.dlp.v2.JobTrigger.Trigger triggers = 5;
JobTrigger.TriggerOrBuilder getTriggersOrBuilder(int index)
A list of triggers which will be OR'ed together. Only one in the list needs to trigger for a job to be started. The list may contain only a single Schedule trigger and must have at least one object.
repeated .google.privacy.dlp.v2.JobTrigger.Trigger triggers = 5;
java.util.List<Error> getErrorsList()
A stream of errors encountered when the trigger was activated. Repeated errors may result in the JobTrigger automaticaly being paused. Will return the last 100 errors. Whenever the JobTrigger is modified this list will be cleared. Output only field.
repeated .google.privacy.dlp.v2.Error errors = 6;
Error getErrors(int index)
A stream of errors encountered when the trigger was activated. Repeated errors may result in the JobTrigger automaticaly being paused. Will return the last 100 errors. Whenever the JobTrigger is modified this list will be cleared. Output only field.
repeated .google.privacy.dlp.v2.Error errors = 6;
int getErrorsCount()
A stream of errors encountered when the trigger was activated. Repeated errors may result in the JobTrigger automaticaly being paused. Will return the last 100 errors. Whenever the JobTrigger is modified this list will be cleared. Output only field.
repeated .google.privacy.dlp.v2.Error errors = 6;
java.util.List<? extends ErrorOrBuilder> getErrorsOrBuilderList()
A stream of errors encountered when the trigger was activated. Repeated errors may result in the JobTrigger automaticaly being paused. Will return the last 100 errors. Whenever the JobTrigger is modified this list will be cleared. Output only field.
repeated .google.privacy.dlp.v2.Error errors = 6;
ErrorOrBuilder getErrorsOrBuilder(int index)
A stream of errors encountered when the trigger was activated. Repeated errors may result in the JobTrigger automaticaly being paused. Will return the last 100 errors. Whenever the JobTrigger is modified this list will be cleared. Output only field.
repeated .google.privacy.dlp.v2.Error errors = 6;
boolean hasCreateTime()
The creation timestamp of a triggeredJob, output only field.
.google.protobuf.Timestamp create_time = 7;
Timestamp getCreateTime()
The creation timestamp of a triggeredJob, output only field.
.google.protobuf.Timestamp create_time = 7;
TimestampOrBuilder getCreateTimeOrBuilder()
The creation timestamp of a triggeredJob, output only field.
.google.protobuf.Timestamp create_time = 7;
boolean hasUpdateTime()
The last update timestamp of a triggeredJob, output only field.
.google.protobuf.Timestamp update_time = 8;
Timestamp getUpdateTime()
The last update timestamp of a triggeredJob, output only field.
.google.protobuf.Timestamp update_time = 8;
TimestampOrBuilder getUpdateTimeOrBuilder()
The last update timestamp of a triggeredJob, output only field.
.google.protobuf.Timestamp update_time = 8;
boolean hasLastRunTime()
The timestamp of the last time this trigger executed, output only field.
.google.protobuf.Timestamp last_run_time = 9;
Timestamp getLastRunTime()
The timestamp of the last time this trigger executed, output only field.
.google.protobuf.Timestamp last_run_time = 9;
TimestampOrBuilder getLastRunTimeOrBuilder()
The timestamp of the last time this trigger executed, output only field.
.google.protobuf.Timestamp last_run_time = 9;
int getStatusValue()
A status for this trigger. [required]
.google.privacy.dlp.v2.JobTrigger.Status status = 10;
JobTrigger.Status getStatus()
A status for this trigger. [required]
.google.privacy.dlp.v2.JobTrigger.Status status = 10;
JobTrigger.JobCase getJobCase()