Class Messages.TestCase.TestStep.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder>
      • getDefaultInstanceForType

        public Messages.TestCase.TestStep getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Messages.TestCase.TestStep build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Messages.TestCase.TestStep buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder>
      • mergeFrom

        public Messages.TestCase.TestStep.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Messages.TestCase.TestStep.Builder>
        Throws:
        IOException
      • setPickleStepIdBytes

        public Messages.TestCase.TestStep.Builder setPickleStepIdBytes​(com.google.protobuf.ByteString value)
         Pointer to the `PickleStep` (if derived from a PickleStep)
         
        string pickle_step_id = 2;
      • getStepDefinitionIdsList

        public com.google.protobuf.ProtocolStringList getStepDefinitionIdsList()
         Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
         
        repeated string step_definition_ids = 3;
        Specified by:
        getStepDefinitionIdsList in interface Messages.TestCase.TestStepOrBuilder
      • getStepDefinitionIdsBytes

        public com.google.protobuf.ByteString getStepDefinitionIdsBytes​(int index)
         Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
         
        repeated string step_definition_ids = 3;
        Specified by:
        getStepDefinitionIdsBytes in interface Messages.TestCase.TestStepOrBuilder
      • setStepDefinitionIds

        public Messages.TestCase.TestStep.Builder setStepDefinitionIds​(int index,
                                                                       String value)
         Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
         
        repeated string step_definition_ids = 3;
      • addStepDefinitionIds

        public Messages.TestCase.TestStep.Builder addStepDefinitionIds​(String value)
         Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
         
        repeated string step_definition_ids = 3;
      • addAllStepDefinitionIds

        public Messages.TestCase.TestStep.Builder addAllStepDefinitionIds​(Iterable<String> values)
         Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
         
        repeated string step_definition_ids = 3;
      • clearStepDefinitionIds

        public Messages.TestCase.TestStep.Builder clearStepDefinitionIds()
         Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
         
        repeated string step_definition_ids = 3;
      • addStepDefinitionIdsBytes

        public Messages.TestCase.TestStep.Builder addStepDefinitionIdsBytes​(com.google.protobuf.ByteString value)
         Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
         
        repeated string step_definition_ids = 3;
      • getStepMatchArgumentsListsCount

        public int getStepMatchArgumentsListsCount()
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
        Specified by:
        getStepMatchArgumentsListsCount in interface Messages.TestCase.TestStepOrBuilder
      • setStepMatchArgumentsLists

        public Messages.TestCase.TestStep.Builder setStepMatchArgumentsLists​(int index,
                                                                             Messages.TestCase.TestStep.StepMatchArgumentsList value)
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • setStepMatchArgumentsLists

        public Messages.TestCase.TestStep.Builder setStepMatchArgumentsLists​(int index,
                                                                             Messages.TestCase.TestStep.StepMatchArgumentsList.Builder builderForValue)
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • addStepMatchArgumentsLists

        public Messages.TestCase.TestStep.Builder addStepMatchArgumentsLists​(Messages.TestCase.TestStep.StepMatchArgumentsList value)
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • addStepMatchArgumentsLists

        public Messages.TestCase.TestStep.Builder addStepMatchArgumentsLists​(int index,
                                                                             Messages.TestCase.TestStep.StepMatchArgumentsList value)
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • addStepMatchArgumentsLists

        public Messages.TestCase.TestStep.Builder addStepMatchArgumentsLists​(Messages.TestCase.TestStep.StepMatchArgumentsList.Builder builderForValue)
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • addStepMatchArgumentsLists

        public Messages.TestCase.TestStep.Builder addStepMatchArgumentsLists​(int index,
                                                                             Messages.TestCase.TestStep.StepMatchArgumentsList.Builder builderForValue)
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • addAllStepMatchArgumentsLists

        public Messages.TestCase.TestStep.Builder addAllStepMatchArgumentsLists​(Iterable<? extends Messages.TestCase.TestStep.StepMatchArgumentsList> values)
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • clearStepMatchArgumentsLists

        public Messages.TestCase.TestStep.Builder clearStepMatchArgumentsLists()
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • removeStepMatchArgumentsLists

        public Messages.TestCase.TestStep.Builder removeStepMatchArgumentsLists​(int index)
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • getStepMatchArgumentsListsBuilder

        public Messages.TestCase.TestStep.StepMatchArgumentsList.Builder getStepMatchArgumentsListsBuilder​(int index)
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • addStepMatchArgumentsListsBuilder

        public Messages.TestCase.TestStep.StepMatchArgumentsList.Builder addStepMatchArgumentsListsBuilder()
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • addStepMatchArgumentsListsBuilder

        public Messages.TestCase.TestStep.StepMatchArgumentsList.Builder addStepMatchArgumentsListsBuilder​(int index)
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • getStepMatchArgumentsListsBuilderList

        public List<Messages.TestCase.TestStep.StepMatchArgumentsList.Builder> getStepMatchArgumentsListsBuilderList()
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • setHookIdBytes

        public Messages.TestCase.TestStep.Builder setHookIdBytes​(com.google.protobuf.ByteString value)
         Pointer to the `Hook` (if derived from a Hook)
         
        string hook_id = 5;
      • setUnknownFields

        public final Messages.TestCase.TestStep.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder>
      • mergeUnknownFields

        public final Messages.TestCase.TestStep.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCase.TestStep.Builder>