public static interface Messages.TestCasePreparedOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPickleId()
string pickleId = 1; |
com.google.protobuf.ByteString |
getPickleIdBytes()
string pickleId = 1; |
Messages.TestCasePreparedStep |
getSteps(int index)
repeated .io.cucumber.messages.TestCasePreparedStep steps = 2; |
int |
getStepsCount()
repeated .io.cucumber.messages.TestCasePreparedStep steps = 2; |
List<Messages.TestCasePreparedStep> |
getStepsList()
repeated .io.cucumber.messages.TestCasePreparedStep steps = 2; |
Messages.TestCasePreparedStepOrBuilder |
getStepsOrBuilder(int index)
repeated .io.cucumber.messages.TestCasePreparedStep steps = 2; |
List<? extends Messages.TestCasePreparedStepOrBuilder> |
getStepsOrBuilderList()
repeated .io.cucumber.messages.TestCasePreparedStep steps = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPickleId()
string pickleId = 1;com.google.protobuf.ByteString getPickleIdBytes()
string pickleId = 1;List<Messages.TestCasePreparedStep> getStepsList()
repeated .io.cucumber.messages.TestCasePreparedStep steps = 2;Messages.TestCasePreparedStep getSteps(int index)
repeated .io.cucumber.messages.TestCasePreparedStep steps = 2;int getStepsCount()
repeated .io.cucumber.messages.TestCasePreparedStep steps = 2;List<? extends Messages.TestCasePreparedStepOrBuilder> getStepsOrBuilderList()
repeated .io.cucumber.messages.TestCasePreparedStep steps = 2;Messages.TestCasePreparedStepOrBuilder getStepsOrBuilder(int index)
repeated .io.cucumber.messages.TestCasePreparedStep steps = 2;Copyright © 2019. All rights reserved.