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 Details Link icon

    • getDigest Link icon

      String getDigest()
      string digest = 1;
      Returns:
      The digest.
    • getDigestBytes Link icon

      com.google.protobuf.ByteString getDigestBytes()
      string digest = 1;
      Returns:
      The bytes for digest.
    • getInputsList Link icon

      List<String> getInputsList()
      repeated string inputs = 2;
      Returns:
      A list containing the inputs.
    • getInputsCount Link icon

      int getInputsCount()
      repeated string inputs = 2;
      Returns:
      The count of inputs.
    • getInputs Link icon

      String getInputs(int index)
      repeated string inputs = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The inputs at the given index.
    • getInputsBytes Link icon

      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 Link icon

      String getName()
      string name = 3;
      Returns:
      The name.
    • getNameBytes Link icon

      com.google.protobuf.ByteString getNameBytes()
      string name = 3;
      Returns:
      The bytes for name.
    • getCached Link icon

      boolean getCached()
      bool cached = 4;
      Returns:
      The cached.
    • hasStarted Link icon

      boolean hasStarted()
      .google.protobuf.Timestamp started = 5;
      Returns:
      Whether the started field is set.
    • getStarted Link icon

      Timestamp getStarted()
      .google.protobuf.Timestamp started = 5;
      Returns:
      The started.
    • getStartedOrBuilder Link icon

      TimestampOrBuilder getStartedOrBuilder()
      .google.protobuf.Timestamp started = 5;
    • hasCompleted Link icon

      boolean hasCompleted()
      .google.protobuf.Timestamp completed = 6;
      Returns:
      Whether the completed field is set.
    • getCompleted Link icon

      Timestamp getCompleted()
      .google.protobuf.Timestamp completed = 6;
      Returns:
      The completed.
    • getCompletedOrBuilder Link icon

      TimestampOrBuilder getCompletedOrBuilder()
      .google.protobuf.Timestamp completed = 6;
    • getError Link icon

      String getError()
       typed errors?
       
      string error = 7;
      Returns:
      The error.
    • getErrorBytes Link icon

      com.google.protobuf.ByteString getErrorBytes()
       typed errors?
       
      string error = 7;
      Returns:
      The bytes for error.
    • hasProgressGroup Link icon

      boolean hasProgressGroup()
      .pb.ProgressGroup progressGroup = 8;
      Returns:
      Whether the progressGroup field is set.
    • getProgressGroup Link icon

      Ops.ProgressGroup getProgressGroup()
      .pb.ProgressGroup progressGroup = 8;
      Returns:
      The progressGroup.
    • getProgressGroupOrBuilder Link icon

      Ops.ProgressGroupOrBuilder getProgressGroupOrBuilder()
      .pb.ProgressGroup progressGroup = 8;