public static interface Messages.Pickle.PickleStepOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Messages.PickleStepArgument |
getArgument()
An optional argument
|
Messages.PickleStepArgumentOrBuilder |
getArgumentOrBuilder()
An optional argument
|
Messages.Location |
getLocations(int index)
repeated .io.cucumber.messages.Location locations = 2; |
int |
getLocationsCount()
repeated .io.cucumber.messages.Location locations = 2; |
List<Messages.Location> |
getLocationsList()
repeated .io.cucumber.messages.Location locations = 2; |
Messages.LocationOrBuilder |
getLocationsOrBuilder(int index)
repeated .io.cucumber.messages.Location locations = 2; |
List<? extends Messages.LocationOrBuilder> |
getLocationsOrBuilderList()
repeated .io.cucumber.messages.Location locations = 2; |
String |
getText()
string text = 1; |
com.google.protobuf.ByteString |
getTextBytes()
string text = 1; |
boolean |
hasArgument()
An optional argument
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getText()
string text = 1;com.google.protobuf.ByteString getTextBytes()
string text = 1;List<Messages.Location> getLocationsList()
repeated .io.cucumber.messages.Location locations = 2;Messages.Location getLocations(int index)
repeated .io.cucumber.messages.Location locations = 2;int getLocationsCount()
repeated .io.cucumber.messages.Location locations = 2;List<? extends Messages.LocationOrBuilder> getLocationsOrBuilderList()
repeated .io.cucumber.messages.Location locations = 2;Messages.LocationOrBuilder getLocationsOrBuilder(int index)
repeated .io.cucumber.messages.Location locations = 2;boolean hasArgument()
An optional argument
.io.cucumber.messages.PickleStepArgument argument = 5;Messages.PickleStepArgument getArgument()
An optional argument
.io.cucumber.messages.PickleStepArgument argument = 5;Messages.PickleStepArgumentOrBuilder getArgumentOrBuilder()
An optional argument
.io.cucumber.messages.PickleStepArgument argument = 5;Copyright © 2019. All rights reserved.