Package io.cucumber.messages
Class Messages.SourceReference.JavaMethod
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.cucumber.messages.Messages.SourceReference.JavaMethod
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Messages.SourceReference.JavaMethodOrBuilder,Serializable
- Enclosing class:
- Messages.SourceReference
public static final class Messages.SourceReference.JavaMethod extends com.google.protobuf.GeneratedMessageV3 implements Messages.SourceReference.JavaMethodOrBuilder
Protobuf typeio.cucumber.messages.SourceReference.JavaMethod- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessages.SourceReference.JavaMethod.BuilderProtobuf typeio.cucumber.messages.SourceReference.JavaMethod-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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
-
-
Field Summary
Fields Modifier and Type Field Description static intCLASS_NAME_FIELD_NUMBERstatic intMETHOD_NAME_FIELD_NUMBERstatic intMETHOD_PARAMETER_TYPES_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetClassName()string class_name = 1;com.google.protobuf.ByteStringgetClassNameBytes()string class_name = 1;static Messages.SourceReference.JavaMethodgetDefaultInstance()Messages.SourceReference.JavaMethodgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetMethodName()string method_name = 2;com.google.protobuf.ByteStringgetMethodNameBytes()string method_name = 2;StringgetMethodParameterTypes(int index)repeated string method_parameter_types = 3;com.google.protobuf.ByteStringgetMethodParameterTypesBytes(int index)repeated string method_parameter_types = 3;intgetMethodParameterTypesCount()repeated string method_parameter_types = 3;com.google.protobuf.ProtocolStringListgetMethodParameterTypesList()repeated string method_parameter_types = 3;com.google.protobuf.Parser<Messages.SourceReference.JavaMethod>getParserForType()intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Messages.SourceReference.JavaMethod.BuildernewBuilder()static Messages.SourceReference.JavaMethod.BuildernewBuilder(Messages.SourceReference.JavaMethod prototype)Messages.SourceReference.JavaMethod.BuildernewBuilderForType()protected Messages.SourceReference.JavaMethod.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static Messages.SourceReference.JavaMethodparseDelimitedFrom(InputStream input)static Messages.SourceReference.JavaMethodparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.SourceReference.JavaMethodparseFrom(byte[] data)static Messages.SourceReference.JavaMethodparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.SourceReference.JavaMethodparseFrom(com.google.protobuf.ByteString data)static Messages.SourceReference.JavaMethodparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.SourceReference.JavaMethodparseFrom(com.google.protobuf.CodedInputStream input)static Messages.SourceReference.JavaMethodparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.SourceReference.JavaMethodparseFrom(InputStream input)static Messages.SourceReference.JavaMethodparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.SourceReference.JavaMethodparseFrom(ByteBuffer data)static Messages.SourceReference.JavaMethodparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Messages.SourceReference.JavaMethod>parser()Messages.SourceReference.JavaMethod.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
CLASS_NAME_FIELD_NUMBER
public static final int CLASS_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
METHOD_NAME_FIELD_NUMBER
public static final int METHOD_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
METHOD_PARAMETER_TYPES_FIELD_NUMBER
public static final int METHOD_PARAMETER_TYPES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getClassName
public String getClassName()
string class_name = 1;- Specified by:
getClassNamein interfaceMessages.SourceReference.JavaMethodOrBuilder
-
getClassNameBytes
public com.google.protobuf.ByteString getClassNameBytes()
string class_name = 1;- Specified by:
getClassNameBytesin interfaceMessages.SourceReference.JavaMethodOrBuilder
-
getMethodName
public String getMethodName()
string method_name = 2;- Specified by:
getMethodNamein interfaceMessages.SourceReference.JavaMethodOrBuilder
-
getMethodNameBytes
public com.google.protobuf.ByteString getMethodNameBytes()
string method_name = 2;- Specified by:
getMethodNameBytesin interfaceMessages.SourceReference.JavaMethodOrBuilder
-
getMethodParameterTypesList
public com.google.protobuf.ProtocolStringList getMethodParameterTypesList()
repeated string method_parameter_types = 3;- Specified by:
getMethodParameterTypesListin interfaceMessages.SourceReference.JavaMethodOrBuilder
-
getMethodParameterTypesCount
public int getMethodParameterTypesCount()
repeated string method_parameter_types = 3;- Specified by:
getMethodParameterTypesCountin interfaceMessages.SourceReference.JavaMethodOrBuilder
-
getMethodParameterTypes
public String getMethodParameterTypes(int index)
repeated string method_parameter_types = 3;- Specified by:
getMethodParameterTypesin interfaceMessages.SourceReference.JavaMethodOrBuilder
-
getMethodParameterTypesBytes
public com.google.protobuf.ByteString getMethodParameterTypesBytes(int index)
repeated string method_parameter_types = 3;- Specified by:
getMethodParameterTypesBytesin interfaceMessages.SourceReference.JavaMethodOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Messages.SourceReference.JavaMethod parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.SourceReference.JavaMethod parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.SourceReference.JavaMethod parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.SourceReference.JavaMethod parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.SourceReference.JavaMethod parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.SourceReference.JavaMethod parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.SourceReference.JavaMethod parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Messages.SourceReference.JavaMethod parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Messages.SourceReference.JavaMethod parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Messages.SourceReference.JavaMethod parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Messages.SourceReference.JavaMethod parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Messages.SourceReference.JavaMethod parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Messages.SourceReference.JavaMethod.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Messages.SourceReference.JavaMethod.Builder newBuilder()
-
newBuilder
public static Messages.SourceReference.JavaMethod.Builder newBuilder(Messages.SourceReference.JavaMethod prototype)
-
toBuilder
public Messages.SourceReference.JavaMethod.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Messages.SourceReference.JavaMethod.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Messages.SourceReference.JavaMethod getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Messages.SourceReference.JavaMethod> parser()
-
getParserForType
public com.google.protobuf.Parser<Messages.SourceReference.JavaMethod> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Messages.SourceReference.JavaMethod getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-