Package io.cucumber.messages
Interface Messages.ParameterTypeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.ParameterType,Messages.ParameterType.Builder
- Enclosing class:
- Messages
public static interface Messages.ParameterTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()string id = 5;com.google.protobuf.ByteStringgetIdBytes()string id = 5;StringgetName()The name is unique, so we don't need an id.com.google.protobuf.ByteStringgetNameBytes()The name is unique, so we don't need an id.booleangetPreferForRegularExpressionMatch()bool prefer_for_regular_expression_match = 3;StringgetRegularExpressions(int index)repeated string regular_expressions = 2;com.google.protobuf.ByteStringgetRegularExpressionsBytes(int index)repeated string regular_expressions = 2;intgetRegularExpressionsCount()repeated string regular_expressions = 2;List<String>getRegularExpressionsList()repeated string regular_expressions = 2;booleangetUseForSnippets()bool use_for_snippets = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
The name is unique, so we don't need an id.
string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name is unique, so we don't need an id.
string name = 1;
-
getRegularExpressionsList
List<String> getRegularExpressionsList()
repeated string regular_expressions = 2;
-
getRegularExpressionsCount
int getRegularExpressionsCount()
repeated string regular_expressions = 2;
-
getRegularExpressions
String getRegularExpressions(int index)
repeated string regular_expressions = 2;
-
getRegularExpressionsBytes
com.google.protobuf.ByteString getRegularExpressionsBytes(int index)
repeated string regular_expressions = 2;
-
getPreferForRegularExpressionMatch
boolean getPreferForRegularExpressionMatch()
bool prefer_for_regular_expression_match = 3;
-
getUseForSnippets
boolean getUseForSnippets()
bool use_for_snippets = 4;
-
getId
String getId()
string id = 5;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 5;
-
-