public interface WindowsScheduledTaskOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAuthor()
public abstract String getAuthor()The account name that authored or last modified the scheduled task.
string author = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The author. |
getAuthorBytes()
public abstract ByteString getAuthorBytes()The account name that authored or last modified the scheduled task.
string author = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for author. |
getExitCode()
public abstract int getExitCode()The result which was returned the last time the registered task was run.
int32 exit_code = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The exitCode. |
getLogonType()
public abstract WindowsScheduledTask.TaskLogonType getLogonType()The logon type of the task.
.google.backstory.WindowsScheduledTask.TaskLogonType logon_type = 5;
| Returns | |
|---|---|
| Type | Description |
WindowsScheduledTask.TaskLogonType |
The logonType. |
getLogonTypeValue()
public abstract int getLogonTypeValue()The logon type of the task.
.google.backstory.WindowsScheduledTask.TaskLogonType logon_type = 5;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for logonType. |
getState()
public abstract WindowsScheduledTask.TaskState getState()The operation state of the task.
.google.backstory.WindowsScheduledTask.TaskState state = 4;
| Returns | |
|---|---|
| Type | Description |
WindowsScheduledTask.TaskState |
The state. |
getStateValue()
public abstract int getStateValue()The operation state of the task.
.google.backstory.WindowsScheduledTask.TaskState state = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
getTaskActions(int index)
public abstract WindowsScheduledTask.TaskAction getTaskActions(int index)The actions of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskAction task_actions = 6;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WindowsScheduledTask.TaskAction |
|
getTaskActionsCount()
public abstract int getTaskActionsCount()The actions of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskAction task_actions = 6;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTaskActionsList()
public abstract List<WindowsScheduledTask.TaskAction> getTaskActionsList()The actions of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskAction task_actions = 6;
| Returns | |
|---|---|
| Type | Description |
List<TaskAction> |
|
getTaskActionsOrBuilder(int index)
public abstract WindowsScheduledTask.TaskActionOrBuilder getTaskActionsOrBuilder(int index)The actions of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskAction task_actions = 6;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WindowsScheduledTask.TaskActionOrBuilder |
|
getTaskActionsOrBuilderList()
public abstract List<? extends WindowsScheduledTask.TaskActionOrBuilder> getTaskActionsOrBuilderList()The actions of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskAction task_actions = 6;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.WindowsScheduledTask.TaskActionOrBuilder> |
|
getTaskTriggers(int index)
public abstract WindowsScheduledTask.TaskTrigger getTaskTriggers(int index)The triggers of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskTrigger task_triggers = 7;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WindowsScheduledTask.TaskTrigger |
|
getTaskTriggersCount()
public abstract int getTaskTriggersCount()The triggers of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskTrigger task_triggers = 7;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTaskTriggersList()
public abstract List<WindowsScheduledTask.TaskTrigger> getTaskTriggersList()The triggers of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskTrigger task_triggers = 7;
| Returns | |
|---|---|
| Type | Description |
List<TaskTrigger> |
|
getTaskTriggersOrBuilder(int index)
public abstract WindowsScheduledTask.TaskTriggerOrBuilder getTaskTriggersOrBuilder(int index)The triggers of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskTrigger task_triggers = 7;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WindowsScheduledTask.TaskTriggerOrBuilder |
|
getTaskTriggersOrBuilderList()
public abstract List<? extends WindowsScheduledTask.TaskTriggerOrBuilder> getTaskTriggersOrBuilderList()The triggers of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskTrigger task_triggers = 7;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.WindowsScheduledTask.TaskTriggerOrBuilder> |
|
getVirtualPath()
public abstract String getVirtualPath()The task's path in the Task Scheduler library.
string virtual_path = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The virtualPath. |
getVirtualPathBytes()
public abstract ByteString getVirtualPathBytes()The task's path in the Task Scheduler library.
string virtual_path = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for virtualPath. |