Package io.cucumber.messages
Interface Messages.Meta.ProductOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.Meta.Product,Messages.Meta.Product.Builder
- Enclosing class:
- Messages.Meta
public static interface Messages.Meta.ProductOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()The product namecom.google.protobuf.ByteStringgetNameBytes()The product nameStringgetVersion()The product versioncom.google.protobuf.ByteStringgetVersionBytes()The product version-
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 product name
string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The product name
string name = 1;
-
getVersion
String getVersion()
The product version
string version = 2;
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
The product version
string version = 2;
-
-