com.google.protobuf.Message
, com.google.protobuf.MessageLite
, com.google.protobuf.MessageLiteOrBuilder
, com.google.protobuf.MessageOrBuilder
, Messages.PickleDocStringOrBuilder
, Serializable
public static final class Messages.PickleDocString extends com.google.protobuf.GeneratedMessageV3 implements Messages.PickleDocStringOrBuilder
io.cucumber.messages.PickleDocString
Modifier and Type | Class | Description |
---|---|---|
static class |
Messages.PickleDocString.Builder |
Protobuf type
io.cucumber.messages.PickleDocString |
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 |
CONTENT_FIELD_NUMBER |
|
static int |
CONTENTTYPE_FIELD_NUMBER |
|
static int |
LOCATION_FIELD_NUMBER |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object obj) |
|
String |
getContent() |
string content = 3; |
com.google.protobuf.ByteString |
getContentBytes() |
string content = 3; |
String |
getContentType() |
string contentType = 2; |
com.google.protobuf.ByteString |
getContentTypeBytes() |
string contentType = 2; |
static Messages.PickleDocString |
getDefaultInstance() |
|
Messages.PickleDocString |
getDefaultInstanceForType() |
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
|
Messages.Location |
getLocation() |
.io.cucumber.messages.Location location = 1; |
Messages.LocationOrBuilder |
getLocationOrBuilder() |
.io.cucumber.messages.Location location = 1; |
com.google.protobuf.Parser<Messages.PickleDocString> |
getParserForType() |
|
int |
getSerializedSize() |
|
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.PickleDocString.Builder |
newBuilder() |
|
static Messages.PickleDocString.Builder |
newBuilder(Messages.PickleDocString prototype) |
|
Messages.PickleDocString.Builder |
newBuilderForType() |
|
protected Messages.PickleDocString.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
static Messages.PickleDocString |
parseDelimitedFrom(InputStream input) |
|
static Messages.PickleDocString |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static Messages.PickleDocString |
parseFrom(byte[] data) |
|
static Messages.PickleDocString |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static Messages.PickleDocString |
parseFrom(com.google.protobuf.ByteString data) |
|
static Messages.PickleDocString |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static Messages.PickleDocString |
parseFrom(com.google.protobuf.CodedInputStream input) |
|
static Messages.PickleDocString |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static Messages.PickleDocString |
parseFrom(InputStream input) |
|
static Messages.PickleDocString |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static Messages.PickleDocString |
parseFrom(ByteBuffer data) |
|
static Messages.PickleDocString |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static com.google.protobuf.Parser<Messages.PickleDocString> |
parser() |
|
Messages.PickleDocString.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 CONTENTTYPE_FIELD_NUMBER
public static final int CONTENT_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.PickleDocStringOrBuilder
public Messages.Location getLocation()
.io.cucumber.messages.Location location = 1;
getLocation
in interface Messages.PickleDocStringOrBuilder
public Messages.LocationOrBuilder getLocationOrBuilder()
.io.cucumber.messages.Location location = 1;
getLocationOrBuilder
in interface Messages.PickleDocStringOrBuilder
public String getContentType()
string contentType = 2;
getContentType
in interface Messages.PickleDocStringOrBuilder
public com.google.protobuf.ByteString getContentTypeBytes()
string contentType = 2;
getContentTypeBytes
in interface Messages.PickleDocStringOrBuilder
public String getContent()
string content = 3;
getContent
in interface Messages.PickleDocStringOrBuilder
public com.google.protobuf.ByteString getContentBytes()
string content = 3;
getContentBytes
in interface Messages.PickleDocStringOrBuilder
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.PickleDocString parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.PickleDocString parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.PickleDocString parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.PickleDocString parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.PickleDocString parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.PickleDocString parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.PickleDocString parseFrom(InputStream input) throws IOException
IOException
public static Messages.PickleDocString parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Messages.PickleDocString parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Messages.PickleDocString parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Messages.PickleDocString parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Messages.PickleDocString parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Messages.PickleDocString.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Messages.PickleDocString.Builder newBuilder()
public static Messages.PickleDocString.Builder newBuilder(Messages.PickleDocString prototype)
public Messages.PickleDocString.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Messages.PickleDocString.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Messages.PickleDocString getDefaultInstance()
public static com.google.protobuf.Parser<Messages.PickleDocString> parser()
public com.google.protobuf.Parser<Messages.PickleDocString> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Messages.PickleDocString getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2018. All rights reserved.