public final class WindowsScheduledTask extends GeneratedMessage implements WindowsScheduledTaskOrBuilder
Information about a Windows scheduled task.
Protobuf type google.backstory.WindowsScheduledTask
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
AUTHOR_FIELD_NUMBER
public static final int AUTHOR_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
EXIT_CODE_FIELD_NUMBER
public static final int EXIT_CODE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
LOGON_TYPE_FIELD_NUMBER
public static final int LOGON_TYPE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
TASK_ACTIONS_FIELD_NUMBER
public static final int TASK_ACTIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
TASK_TRIGGERS_FIELD_NUMBER
public static final int TASK_TRIGGERS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
VIRTUAL_PATH_FIELD_NUMBER
public static final int VIRTUAL_PATH_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static WindowsScheduledTask getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static WindowsScheduledTask.Builder newBuilder()
newBuilder(WindowsScheduledTask prototype)
public static WindowsScheduledTask.Builder newBuilder(WindowsScheduledTask prototype)
parseDelimitedFrom(InputStream input)
public static WindowsScheduledTask parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WindowsScheduledTask parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static WindowsScheduledTask parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WindowsScheduledTask parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static WindowsScheduledTask parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WindowsScheduledTask parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static WindowsScheduledTask parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static WindowsScheduledTask parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static WindowsScheduledTask parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WindowsScheduledTask parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static WindowsScheduledTask parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WindowsScheduledTask parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<WindowsScheduledTask> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAuthor()
public String getAuthor()
The account name that authored or last modified the scheduled task.
string author = 1;
| Returns |
| Type |
Description |
String |
The author.
|
getAuthorBytes()
public ByteString getAuthorBytes()
The account name that authored or last modified the scheduled task.
string author = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for author.
|
getDefaultInstanceForType()
public WindowsScheduledTask getDefaultInstanceForType()
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 WindowsScheduledTask.TaskLogonType getLogonType()
The logon type of the task.
.google.backstory.WindowsScheduledTask.TaskLogonType logon_type = 5;
getLogonTypeValue()
public 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.
|
getParserForType()
public Parser<WindowsScheduledTask> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getState()
public WindowsScheduledTask.TaskState getState()
The operation state of the task.
.google.backstory.WindowsScheduledTask.TaskState state = 4;
getStateValue()
public 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 WindowsScheduledTask.TaskAction getTaskActions(int index)
The actions of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskAction task_actions = 6;
| Parameter |
| Name |
Description |
index |
int
|
getTaskActionsCount()
public int getTaskActionsCount()
The actions of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskAction task_actions = 6;
| Returns |
| Type |
Description |
int |
|
getTaskActionsList()
public List<WindowsScheduledTask.TaskAction> getTaskActionsList()
The actions of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskAction task_actions = 6;
getTaskActionsOrBuilder(int index)
public WindowsScheduledTask.TaskActionOrBuilder getTaskActionsOrBuilder(int index)
The actions of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskAction task_actions = 6;
| Parameter |
| Name |
Description |
index |
int
|
getTaskActionsOrBuilderList()
public 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 WindowsScheduledTask.TaskTrigger getTaskTriggers(int index)
The triggers of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskTrigger task_triggers = 7;
| Parameter |
| Name |
Description |
index |
int
|
getTaskTriggersCount()
public int getTaskTriggersCount()
The triggers of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskTrigger task_triggers = 7;
| Returns |
| Type |
Description |
int |
|
getTaskTriggersList()
public List<WindowsScheduledTask.TaskTrigger> getTaskTriggersList()
The triggers of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskTrigger task_triggers = 7;
getTaskTriggersOrBuilder(int index)
public WindowsScheduledTask.TaskTriggerOrBuilder getTaskTriggersOrBuilder(int index)
The triggers of the scheduled task.
repeated .google.backstory.WindowsScheduledTask.TaskTrigger task_triggers = 7;
| Parameter |
| Name |
Description |
index |
int
|
getTaskTriggersOrBuilderList()
public 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 String getVirtualPath()
The task's path in the Task Scheduler library.
string virtual_path = 2;
| Returns |
| Type |
Description |
String |
The virtualPath.
|
getVirtualPathBytes()
public ByteString getVirtualPathBytes()
The task's path in the Task Scheduler library.
string virtual_path = 2;
| Returns |
| Type |
Description |
ByteString |
The bytes for virtualPath.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public WindowsScheduledTask.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected WindowsScheduledTask.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public WindowsScheduledTask.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides