Interface ControlOuterClass.VertexStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControlOuterClass.VertexStatus
,ControlOuterClass.VertexStatus.Builder
- Enclosing class:
ControlOuterClass
public static interface ControlOuterClass.VertexStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.google.protobuf.Timestamp completed = 8;
.google.protobuf.Timestamp completed = 8;
long
int64 current = 4;
getID()
string ID = 1;
com.google.protobuf.ByteString
string ID = 1;
getName()
string name = 3;
com.google.protobuf.ByteString
string name = 3;
.google.protobuf.Timestamp started = 7;
.google.protobuf.Timestamp started = 7;
.google.protobuf.Timestamp timestamp = 6;
.google.protobuf.Timestamp timestamp = 6;
long
getTotal()
int64 total = 5;
string vertex = 2;
com.google.protobuf.ByteString
string vertex = 2;
boolean
.google.protobuf.Timestamp completed = 8;
boolean
.google.protobuf.Timestamp started = 7;
boolean
.google.protobuf.Timestamp timestamp = 6;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getID
-
getIDBytes
com.google.protobuf.ByteString getIDBytes()string ID = 1;
- Returns:
- The bytes for iD.
-
getVertex
-
getVertexBytes
com.google.protobuf.ByteString getVertexBytes()string vertex = 2;
- Returns:
- The bytes for vertex.
-
getName
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 3;
- Returns:
- The bytes for name.
-
getCurrent
long getCurrent()int64 current = 4;
- Returns:
- The current.
-
getTotal
long getTotal()int64 total = 5;
- Returns:
- The total.
-
hasTimestamp
boolean hasTimestamp().google.protobuf.Timestamp timestamp = 6;
- Returns:
- Whether the timestamp field is set.
-
getTimestamp
-
getTimestampOrBuilder
TimestampOrBuilder getTimestampOrBuilder().google.protobuf.Timestamp timestamp = 6;
-
hasStarted
boolean hasStarted().google.protobuf.Timestamp started = 7;
- Returns:
- Whether the started field is set.
-
getStarted
-
getStartedOrBuilder
TimestampOrBuilder getStartedOrBuilder().google.protobuf.Timestamp started = 7;
-
hasCompleted
boolean hasCompleted().google.protobuf.Timestamp completed = 8;
- Returns:
- Whether the completed field is set.
-
getCompleted
-
getCompletedOrBuilder
TimestampOrBuilder getCompletedOrBuilder().google.protobuf.Timestamp completed = 8;
-