com.google.protobuf.Message
, com.google.protobuf.MessageLite
, com.google.protobuf.MessageLiteOrBuilder
, com.google.protobuf.MessageOrBuilder
, Messages.BackgroundOrBuilder
, Serializable
public static final class Messages.Background extends com.google.protobuf.GeneratedMessageV3 implements Messages.BackgroundOrBuilder
io.cucumber.messages.Background
Modifier and Type | Class | Description |
---|---|---|
static class |
Messages.Background.Builder |
Protobuf type
io.cucumber.messages.Background |
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
Modifier and Type | Field | Description |
---|---|---|
static int |
DESCRIPTION_FIELD_NUMBER |
|
static int |
KEYWORD_FIELD_NUMBER |
|
static int |
LOCATION_FIELD_NUMBER |
|
static int |
NAME_FIELD_NUMBER |
|
static int |
STEPS_FIELD_NUMBER |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object obj) |
|
static Messages.Background |
getDefaultInstance() |
|
Messages.Background |
getDefaultInstanceForType() |
|
String |
getDescription() |
string description = 4; |
com.google.protobuf.ByteString |
getDescriptionBytes() |
string description = 4; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
|
String |
getKeyword() |
string keyword = 2; |
com.google.protobuf.ByteString |
getKeywordBytes() |
string keyword = 2; |
Messages.Location |
getLocation() |
.io.cucumber.messages.Location location = 1; |
Messages.LocationOrBuilder |
getLocationOrBuilder() |
.io.cucumber.messages.Location location = 1; |
String |
getName() |
string name = 3; |
com.google.protobuf.ByteString |
getNameBytes() |
string name = 3; |
com.google.protobuf.Parser<Messages.Background> |
getParserForType() |
|
int |
getSerializedSize() |
|
Messages.Step |
getSteps(int index) |
repeated .io.cucumber.messages.Step steps = 5; |
int |
getStepsCount() |
repeated .io.cucumber.messages.Step steps = 5; |
List<Messages.Step> |
getStepsList() |
repeated .io.cucumber.messages.Step steps = 5; |
Messages.StepOrBuilder |
getStepsOrBuilder(int index) |
repeated .io.cucumber.messages.Step steps = 5; |
List<? extends Messages.StepOrBuilder> |
getStepsOrBuilderList() |
repeated .io.cucumber.messages.Step steps = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
|
int |
hashCode() |
|
boolean |
hasLocation() |
.io.cucumber.messages.Location location = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
|
boolean |
isInitialized() |
|
static Messages.Background.Builder |
newBuilder() |
|
static Messages.Background.Builder |
newBuilder(Messages.Background prototype) |
|
Messages.Background.Builder |
newBuilderForType() |
|
protected Messages.Background.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
static Messages.Background |
parseDelimitedFrom(InputStream input) |
|
static Messages.Background |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static Messages.Background |
parseFrom(byte[] data) |
|
static Messages.Background |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static Messages.Background |
parseFrom(com.google.protobuf.ByteString data) |
|
static Messages.Background |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static Messages.Background |
parseFrom(com.google.protobuf.CodedInputStream input) |
|
static Messages.Background |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static Messages.Background |
parseFrom(InputStream input) |
|
static Messages.Background |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static Messages.Background |
parseFrom(ByteBuffer data) |
|
static Messages.Background |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static com.google.protobuf.Parser<Messages.Background> |
parser() |
|
Messages.Background.Builder |
toBuilder() |
|
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int LOCATION_FIELD_NUMBER
public static final int KEYWORD_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int STEPS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasLocation()
.io.cucumber.messages.Location location = 1;
hasLocation
in interface Messages.BackgroundOrBuilder
public Messages.Location getLocation()
.io.cucumber.messages.Location location = 1;
getLocation
in interface Messages.BackgroundOrBuilder
public Messages.LocationOrBuilder getLocationOrBuilder()
.io.cucumber.messages.Location location = 1;
getLocationOrBuilder
in interface Messages.BackgroundOrBuilder
public String getKeyword()
string keyword = 2;
getKeyword
in interface Messages.BackgroundOrBuilder
public com.google.protobuf.ByteString getKeywordBytes()
string keyword = 2;
getKeywordBytes
in interface Messages.BackgroundOrBuilder
public String getName()
string name = 3;
getName
in interface Messages.BackgroundOrBuilder
public com.google.protobuf.ByteString getNameBytes()
string name = 3;
getNameBytes
in interface Messages.BackgroundOrBuilder
public String getDescription()
string description = 4;
getDescription
in interface Messages.BackgroundOrBuilder
public com.google.protobuf.ByteString getDescriptionBytes()
string description = 4;
getDescriptionBytes
in interface Messages.BackgroundOrBuilder
public List<Messages.Step> getStepsList()
repeated .io.cucumber.messages.Step steps = 5;
getStepsList
in interface Messages.BackgroundOrBuilder
public List<? extends Messages.StepOrBuilder> getStepsOrBuilderList()
repeated .io.cucumber.messages.Step steps = 5;
getStepsOrBuilderList
in interface Messages.BackgroundOrBuilder
public int getStepsCount()
repeated .io.cucumber.messages.Step steps = 5;
getStepsCount
in interface Messages.BackgroundOrBuilder
public Messages.Step getSteps(int index)
repeated .io.cucumber.messages.Step steps = 5;
getSteps
in interface Messages.BackgroundOrBuilder
public Messages.StepOrBuilder getStepsOrBuilder(int index)
repeated .io.cucumber.messages.Step steps = 5;
getStepsOrBuilder
in interface Messages.BackgroundOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Messages.Background parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.Background parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.Background parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.Background parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.Background parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.Background parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.Background parseFrom(InputStream input) throws IOException
IOException
public static Messages.Background parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Messages.Background parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Messages.Background parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Messages.Background parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Messages.Background parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Messages.Background.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Messages.Background.Builder newBuilder()
public static Messages.Background.Builder newBuilder(Messages.Background prototype)
public Messages.Background.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Messages.Background.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Messages.Background getDefaultInstance()
public static com.google.protobuf.Parser<Messages.Background> parser()
public com.google.protobuf.Parser<Messages.Background> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Messages.Background getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2018. All rights reserved.