public static interface MATLABRequestInfo.MATLAB_Request_InfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getLastModified()
The sequence number when this request was created or last modified; used when polling for changes
|
MATLABRequestInfo.MATLAB_Request_Info.State |
getState()
The state of this request
|
String |
getWorker()
The worker id of the worker assigned to this request, if state is PROCESSING
|
com.google.protobuf.ByteString |
getWorkerBytes()
The worker id of the worker assigned to this request, if state is PROCESSING
|
boolean |
hasLastModified()
The sequence number when this request was created or last modified; used when polling for changes
|
boolean |
hasState()
The state of this request
|
boolean |
hasWorker()
The worker id of the worker assigned to this request, if state is PROCESSING
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLastModified()
The sequence number when this request was created or last modified; used when polling for changes
required int64 last_modified = 1;long getLastModified()
The sequence number when this request was created or last modified; used when polling for changes
required int64 last_modified = 1;boolean hasState()
The state of this request
required .MATLAB_Request_Info.State state = 2;MATLABRequestInfo.MATLAB_Request_Info.State getState()
The state of this request
required .MATLAB_Request_Info.State state = 2;boolean hasWorker()
The worker id of the worker assigned to this request, if state is PROCESSING
optional string worker = 4;String getWorker()
The worker id of the worker assigned to this request, if state is PROCESSING
optional string worker = 4;com.google.protobuf.ByteString getWorkerBytes()
The worker id of the worker assigned to this request, if state is PROCESSING
optional string worker = 4;Copyright © 2015–2024. All rights reserved.