Class ControlOuterClass.Vertex

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
moby.buildkit.v1.ControlOuterClass.Vertex
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ControlOuterClass.VertexOrBuilder
Enclosing class:
ControlOuterClass

public static final class ControlOuterClass.Vertex extends com.google.protobuf.GeneratedMessage implements ControlOuterClass.VertexOrBuilder
Protobuf type moby.buildkit.v1.Vertex
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getDigest

      public String getDigest()
      string digest = 1;
      Specified by:
      getDigest in interface ControlOuterClass.VertexOrBuilder
      Returns:
      The digest.
    • getDigestBytes

      public com.google.protobuf.ByteString getDigestBytes()
      string digest = 1;
      Specified by:
      getDigestBytes in interface ControlOuterClass.VertexOrBuilder
      Returns:
      The bytes for digest.
    • getInputsList

      public com.google.protobuf.ProtocolStringList getInputsList()
      repeated string inputs = 2;
      Specified by:
      getInputsList in interface ControlOuterClass.VertexOrBuilder
      Returns:
      A list containing the inputs.
    • getInputsCount

      public int getInputsCount()
      repeated string inputs = 2;
      Specified by:
      getInputsCount in interface ControlOuterClass.VertexOrBuilder
      Returns:
      The count of inputs.
    • getInputs

      public String getInputs(int index)
      repeated string inputs = 2;
      Specified by:
      getInputs in interface ControlOuterClass.VertexOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The inputs at the given index.
    • getInputsBytes

      public com.google.protobuf.ByteString getInputsBytes(int index)
      repeated string inputs = 2;
      Specified by:
      getInputsBytes in interface ControlOuterClass.VertexOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the inputs at the given index.
    • getName

      public String getName()
      string name = 3;
      Specified by:
      getName in interface ControlOuterClass.VertexOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      string name = 3;
      Specified by:
      getNameBytes in interface ControlOuterClass.VertexOrBuilder
      Returns:
      The bytes for name.
    • getCached

      public boolean getCached()
      bool cached = 4;
      Specified by:
      getCached in interface ControlOuterClass.VertexOrBuilder
      Returns:
      The cached.
    • hasStarted

      public boolean hasStarted()
      .google.protobuf.Timestamp started = 5;
      Specified by:
      hasStarted in interface ControlOuterClass.VertexOrBuilder
      Returns:
      Whether the started field is set.
    • getStarted

      public Timestamp getStarted()
      .google.protobuf.Timestamp started = 5;
      Specified by:
      getStarted in interface ControlOuterClass.VertexOrBuilder
      Returns:
      The started.
    • getStartedOrBuilder

      public TimestampOrBuilder getStartedOrBuilder()
      .google.protobuf.Timestamp started = 5;
      Specified by:
      getStartedOrBuilder in interface ControlOuterClass.VertexOrBuilder
    • hasCompleted

      public boolean hasCompleted()
      .google.protobuf.Timestamp completed = 6;
      Specified by:
      hasCompleted in interface ControlOuterClass.VertexOrBuilder
      Returns:
      Whether the completed field is set.
    • getCompleted

      public Timestamp getCompleted()
      .google.protobuf.Timestamp completed = 6;
      Specified by:
      getCompleted in interface ControlOuterClass.VertexOrBuilder
      Returns:
      The completed.
    • getCompletedOrBuilder

      public TimestampOrBuilder getCompletedOrBuilder()
      .google.protobuf.Timestamp completed = 6;
      Specified by:
      getCompletedOrBuilder in interface ControlOuterClass.VertexOrBuilder
    • getError

      public String getError()
       typed errors?
       
      string error = 7;
      Specified by:
      getError in interface ControlOuterClass.VertexOrBuilder
      Returns:
      The error.
    • getErrorBytes

      public com.google.protobuf.ByteString getErrorBytes()
       typed errors?
       
      string error = 7;
      Specified by:
      getErrorBytes in interface ControlOuterClass.VertexOrBuilder
      Returns:
      The bytes for error.
    • hasProgressGroup

      public boolean hasProgressGroup()
      .pb.ProgressGroup progressGroup = 8;
      Specified by:
      hasProgressGroup in interface ControlOuterClass.VertexOrBuilder
      Returns:
      Whether the progressGroup field is set.
    • getProgressGroup

      public Ops.ProgressGroup getProgressGroup()
      .pb.ProgressGroup progressGroup = 8;
      Specified by:
      getProgressGroup in interface ControlOuterClass.VertexOrBuilder
      Returns:
      The progressGroup.
    • getProgressGroupOrBuilder

      public Ops.ProgressGroupOrBuilder getProgressGroupOrBuilder()
      .pb.ProgressGroup progressGroup = 8;
      Specified by:
      getProgressGroupOrBuilder in interface ControlOuterClass.VertexOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ControlOuterClass.Vertex parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ControlOuterClass.Vertex parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ControlOuterClass.Vertex parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ControlOuterClass.Vertex parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ControlOuterClass.Vertex parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ControlOuterClass.Vertex parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ControlOuterClass.Vertex parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ControlOuterClass.Vertex parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ControlOuterClass.Vertex parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ControlOuterClass.Vertex parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ControlOuterClass.Vertex parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ControlOuterClass.Vertex parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ControlOuterClass.Vertex.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ControlOuterClass.Vertex.Builder newBuilder()
    • newBuilder

      public static ControlOuterClass.Vertex.Builder newBuilder(ControlOuterClass.Vertex prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ControlOuterClass.Vertex.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static ControlOuterClass.Vertex getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ControlOuterClass.Vertex> parser()
    • getParserForType

      public com.google.protobuf.Parser<ControlOuterClass.Vertex> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public ControlOuterClass.Vertex getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder