public static final class Messages.PickleStepArgument extends com.google.protobuf.GeneratedMessageV3 implements Messages.PickleStepArgumentOrBuilder
A wrapper for either a doc string or a table.Protobuf type
io.cucumber.messages.PickleStepArgument| Modifier and Type | Class and Description |
|---|---|
static class |
Messages.PickleStepArgument.Builder
A wrapper for either a doc string or a table.
|
static class |
Messages.PickleStepArgument.MessageCase |
static class |
Messages.PickleStepArgument.PickleDocString
Protobuf type
io.cucumber.messages.PickleStepArgument.PickleDocString |
static interface |
Messages.PickleStepArgument.PickleDocStringOrBuilder |
static class |
Messages.PickleStepArgument.PickleTable
Protobuf type
io.cucumber.messages.PickleStepArgument.PickleTable |
static interface |
Messages.PickleStepArgument.PickleTableOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_TABLE_FIELD_NUMBER |
static int |
DOC_STRING_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Messages.PickleStepArgument.PickleTable |
getDataTable()
.io.cucumber.messages.PickleStepArgument.PickleTable data_table = 2; |
Messages.PickleStepArgument.PickleTableOrBuilder |
getDataTableOrBuilder()
.io.cucumber.messages.PickleStepArgument.PickleTable data_table = 2; |
static Messages.PickleStepArgument |
getDefaultInstance() |
Messages.PickleStepArgument |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Messages.PickleStepArgument.PickleDocString |
getDocString()
.io.cucumber.messages.PickleStepArgument.PickleDocString doc_string = 1; |
Messages.PickleStepArgument.PickleDocStringOrBuilder |
getDocStringOrBuilder()
.io.cucumber.messages.PickleStepArgument.PickleDocString doc_string = 1; |
Messages.PickleStepArgument.MessageCase |
getMessageCase() |
com.google.protobuf.Parser<Messages.PickleStepArgument> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDataTable()
.io.cucumber.messages.PickleStepArgument.PickleTable data_table = 2; |
boolean |
hasDocString()
.io.cucumber.messages.PickleStepArgument.PickleDocString doc_string = 1; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Messages.PickleStepArgument.Builder |
newBuilder() |
static Messages.PickleStepArgument.Builder |
newBuilder(Messages.PickleStepArgument prototype) |
Messages.PickleStepArgument.Builder |
newBuilderForType() |
protected Messages.PickleStepArgument.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Messages.PickleStepArgument |
parseDelimitedFrom(InputStream input) |
static Messages.PickleStepArgument |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PickleStepArgument |
parseFrom(byte[] data) |
static Messages.PickleStepArgument |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PickleStepArgument |
parseFrom(ByteBuffer data) |
static Messages.PickleStepArgument |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PickleStepArgument |
parseFrom(com.google.protobuf.ByteString data) |
static Messages.PickleStepArgument |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PickleStepArgument |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Messages.PickleStepArgument |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PickleStepArgument |
parseFrom(InputStream input) |
static Messages.PickleStepArgument |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Messages.PickleStepArgument> |
parser() |
Messages.PickleStepArgument.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, getSerializedSizeInternal, isInitializedInternal, makeImmutableInternal, mergeFromInternal, toByteArray, toByteString, writeDelimitedTo, writeTo, writeToInternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DOC_STRING_FIELD_NUMBER
public static final int DATA_TABLE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public Messages.PickleStepArgument.MessageCase getMessageCase()
getMessageCase in interface Messages.PickleStepArgumentOrBuilderpublic boolean hasDocString()
.io.cucumber.messages.PickleStepArgument.PickleDocString doc_string = 1;hasDocString in interface Messages.PickleStepArgumentOrBuilderpublic Messages.PickleStepArgument.PickleDocString getDocString()
.io.cucumber.messages.PickleStepArgument.PickleDocString doc_string = 1;getDocString in interface Messages.PickleStepArgumentOrBuilderpublic Messages.PickleStepArgument.PickleDocStringOrBuilder getDocStringOrBuilder()
.io.cucumber.messages.PickleStepArgument.PickleDocString doc_string = 1;getDocStringOrBuilder in interface Messages.PickleStepArgumentOrBuilderpublic boolean hasDataTable()
.io.cucumber.messages.PickleStepArgument.PickleTable data_table = 2;hasDataTable in interface Messages.PickleStepArgumentOrBuilderpublic Messages.PickleStepArgument.PickleTable getDataTable()
.io.cucumber.messages.PickleStepArgument.PickleTable data_table = 2;getDataTable in interface Messages.PickleStepArgumentOrBuilderpublic Messages.PickleStepArgument.PickleTableOrBuilder getDataTableOrBuilder()
.io.cucumber.messages.PickleStepArgument.PickleTable data_table = 2;getDataTableOrBuilder in interface Messages.PickleStepArgumentOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Messages.PickleStepArgument parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.PickleStepArgument parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.PickleStepArgument parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.PickleStepArgument parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.PickleStepArgument parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.PickleStepArgument parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.PickleStepArgument parseFrom(InputStream input) throws IOException
IOExceptionpublic static Messages.PickleStepArgument parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Messages.PickleStepArgument parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Messages.PickleStepArgument parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Messages.PickleStepArgument parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Messages.PickleStepArgument parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Messages.PickleStepArgument.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Messages.PickleStepArgument.Builder newBuilder()
public static Messages.PickleStepArgument.Builder newBuilder(Messages.PickleStepArgument prototype)
public Messages.PickleStepArgument.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Messages.PickleStepArgument.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Messages.PickleStepArgument getDefaultInstance()
public static com.google.protobuf.Parser<Messages.PickleStepArgument> parser()
public com.google.protobuf.Parser<Messages.PickleStepArgument> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Messages.PickleStepArgument getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019. All rights reserved.