Contents
- Description
- Method Summary
- Method Details
- getDigest()
- getDigestBytes()
- getInputsList()
- getInputsCount()
- getInputs(int)
- getInputsBytes(int)
- getName()
- getNameBytes()
- getCached()
- hasStarted()
- getStarted()
- getStartedOrBuilder()
- hasCompleted()
- getCompleted()
- getCompletedOrBuilder()
- getError()
- getErrorBytes()
- hasProgressGroup()
- getProgressGroup()
- getProgressGroupOrBuilder()
Interface ControlOuterClass.VertexOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControlOuterClass.Vertex
,ControlOuterClass.Vertex.Builder
- Enclosing class:
ControlOuterClass
public static interface ControlOuterClass.VertexOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
bool cached = 4;
.google.protobuf.Timestamp completed = 6;
.google.protobuf.Timestamp completed = 6;
string digest = 1;
com.google.protobuf.ByteString
string digest = 1;
getError()
typed errors?com.google.protobuf.ByteString
typed errors?getInputs
(int index) repeated string inputs = 2;
com.google.protobuf.ByteString
getInputsBytes
(int index) repeated string inputs = 2;
int
repeated string inputs = 2;
repeated string inputs = 2;
getName()
string name = 3;
com.google.protobuf.ByteString
string name = 3;
.pb.ProgressGroup progressGroup = 8;
.pb.ProgressGroup progressGroup = 8;
.google.protobuf.Timestamp started = 5;
.google.protobuf.Timestamp started = 5;
boolean
.google.protobuf.Timestamp completed = 6;
boolean
.pb.ProgressGroup progressGroup = 8;
boolean
.google.protobuf.Timestamp started = 5;
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDigest
-
getDigestBytes
com.google.protobuf.ByteString getDigestBytes()string digest = 1;
- Returns:
- The bytes for digest.
-
getInputsList
-
getInputsCount
int getInputsCount()repeated string inputs = 2;
- Returns:
- The count of inputs.
-
getInputs
repeated string inputs = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The inputs at the given index.
-
getInputsBytes
com.google.protobuf.ByteString getInputsBytes(int index) repeated string inputs = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the inputs at the given index.
-
getName
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 3;
- Returns:
- The bytes for name.
-
getCached
boolean getCached()bool cached = 4;
- Returns:
- The cached.
-
hasStarted
boolean hasStarted().google.protobuf.Timestamp started = 5;
- Returns:
- Whether the started field is set.
-
getStarted
-
getStartedOrBuilder
TimestampOrBuilder getStartedOrBuilder().google.protobuf.Timestamp started = 5;
-
hasCompleted
boolean hasCompleted().google.protobuf.Timestamp completed = 6;
- Returns:
- Whether the completed field is set.
-
getCompleted
-
getCompletedOrBuilder
TimestampOrBuilder getCompletedOrBuilder().google.protobuf.Timestamp completed = 6;
-
getError
-
getErrorBytes
com.google.protobuf.ByteString getErrorBytes()typed errors?
string error = 7;
- Returns:
- The bytes for error.
-
hasProgressGroup
boolean hasProgressGroup().pb.ProgressGroup progressGroup = 8;
- Returns:
- Whether the progressGroup field is set.
-
getProgressGroup
Ops.ProgressGroup getProgressGroup().pb.ProgressGroup progressGroup = 8;
- Returns:
- The progressGroup.
-
getProgressGroupOrBuilder
Ops.ProgressGroupOrBuilder getProgressGroupOrBuilder().pb.ProgressGroup progressGroup = 8;
-