Class Spec.ProtoConcept

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
gauge.messages.Spec.ProtoConcept
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Spec.ProtoConceptOrBuilder, Serializable
Enclosing class:
Spec

public static final class Spec.ProtoConcept extends com.google.protobuf.GeneratedMessage implements Spec.ProtoConceptOrBuilder
 / Concept is a type of step, that can have multiple Steps.
 / But from a caller's perspective, it is still used as any other Step
 / A proto object representing a Concept
 
Protobuf type gauge.messages.ProtoConcept
See Also:
  • Field Details

    • CONCEPTSTEP_FIELD_NUMBER

      public static final int CONCEPTSTEP_FIELD_NUMBER
      See Also:
    • STEPS_FIELD_NUMBER

      public static final int STEPS_FIELD_NUMBER
      See Also:
    • CONCEPTEXECUTIONRESULT_FIELD_NUMBER

      public static final int CONCEPTEXECUTIONRESULT_FIELD_NUMBER
      See Also:
  • 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
    • hasConceptStep

      public boolean hasConceptStep()
       / Represents the Step value of a Concept.
       
      .gauge.messages.ProtoStep conceptStep = 1;
      Specified by:
      hasConceptStep in interface Spec.ProtoConceptOrBuilder
      Returns:
      Whether the conceptStep field is set.
    • getConceptStep

      public Spec.ProtoStep getConceptStep()
       / Represents the Step value of a Concept.
       
      .gauge.messages.ProtoStep conceptStep = 1;
      Specified by:
      getConceptStep in interface Spec.ProtoConceptOrBuilder
      Returns:
      The conceptStep.
    • getConceptStepOrBuilder

      public Spec.ProtoStepOrBuilder getConceptStepOrBuilder()
       / Represents the Step value of a Concept.
       
      .gauge.messages.ProtoStep conceptStep = 1;
      Specified by:
      getConceptStepOrBuilder in interface Spec.ProtoConceptOrBuilder
    • getStepsList

      public List<Spec.ProtoItem> getStepsList()
       / Collection of Steps in the given concepts.
       
      repeated .gauge.messages.ProtoItem steps = 2;
      Specified by:
      getStepsList in interface Spec.ProtoConceptOrBuilder
    • getStepsOrBuilderList

      public List<? extends Spec.ProtoItemOrBuilder> getStepsOrBuilderList()
       / Collection of Steps in the given concepts.
       
      repeated .gauge.messages.ProtoItem steps = 2;
      Specified by:
      getStepsOrBuilderList in interface Spec.ProtoConceptOrBuilder
    • getStepsCount

      public int getStepsCount()
       / Collection of Steps in the given concepts.
       
      repeated .gauge.messages.ProtoItem steps = 2;
      Specified by:
      getStepsCount in interface Spec.ProtoConceptOrBuilder
    • getSteps

      public Spec.ProtoItem getSteps(int index)
       / Collection of Steps in the given concepts.
       
      repeated .gauge.messages.ProtoItem steps = 2;
      Specified by:
      getSteps in interface Spec.ProtoConceptOrBuilder
    • getStepsOrBuilder

      public Spec.ProtoItemOrBuilder getStepsOrBuilder(int index)
       / Collection of Steps in the given concepts.
       
      repeated .gauge.messages.ProtoItem steps = 2;
      Specified by:
      getStepsOrBuilder in interface Spec.ProtoConceptOrBuilder
    • hasConceptExecutionResult

      public boolean hasConceptExecutionResult()
       / Holds the execution result.
       
      .gauge.messages.ProtoStepExecutionResult conceptExecutionResult = 3;
      Specified by:
      hasConceptExecutionResult in interface Spec.ProtoConceptOrBuilder
      Returns:
      Whether the conceptExecutionResult field is set.
    • getConceptExecutionResult

      public Spec.ProtoStepExecutionResult getConceptExecutionResult()
       / Holds the execution result.
       
      .gauge.messages.ProtoStepExecutionResult conceptExecutionResult = 3;
      Specified by:
      getConceptExecutionResult in interface Spec.ProtoConceptOrBuilder
      Returns:
      The conceptExecutionResult.
    • getConceptExecutionResultOrBuilder

      public Spec.ProtoStepExecutionResultOrBuilder getConceptExecutionResultOrBuilder()
       / Holds the execution result.
       
      .gauge.messages.ProtoStepExecutionResult conceptExecutionResult = 3;
      Specified by:
      getConceptExecutionResultOrBuilder in interface Spec.ProtoConceptOrBuilder
    • 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 Spec.ProtoConcept parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      public static Spec.ProtoConcept parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static Spec.ProtoConcept parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static Spec.ProtoConcept.Builder newBuilder()
    • newBuilder

      public static Spec.ProtoConcept.Builder newBuilder(Spec.ProtoConcept prototype)
    • toBuilder

      public Spec.ProtoConcept.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

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

      public static Spec.ProtoConcept getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Spec.ProtoConcept> parser()
    • getParserForType

      public com.google.protobuf.Parser<Spec.ProtoConcept> 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 Spec.ProtoConcept getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder