HamcrestMatchersv13.IsEqualProto


public final class HamcrestMatchersv13.IsEqualProto extends GeneratedMessageLite implements HamcrestMatchersv13.IsEqualProtoOrBuilder


Protobuf type google.test.remote.hamcrest.matcher13.IsEqualProto

Summary

Nested types

Protobuf type google.test.remote.hamcrest.matcher13.IsEqualProto

Constants

static final int
static final int

Public methods

static HamcrestMatchersv13.IsEqualProto
ByteString

bytes expectedValue = 2;

String

string id = 1;

ByteString

string id = 1;

static HamcrestMatchersv13.IsEqualProto.Builder
static HamcrestMatchersv13.IsEqualProto.Builder
static HamcrestMatchersv13.IsEqualProto
static HamcrestMatchersv13.IsEqualProto
parseDelimitedFrom(
    InputStream input,
    ExtensionRegistryLite extensionRegistry
)
static HamcrestMatchersv13.IsEqualProto
parseFrom(byte[] data)
static HamcrestMatchersv13.IsEqualProto
static HamcrestMatchersv13.IsEqualProto
static HamcrestMatchersv13.IsEqualProto
static HamcrestMatchersv13.IsEqualProto
static HamcrestMatchersv13.IsEqualProto
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static HamcrestMatchersv13.IsEqualProto
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
static HamcrestMatchersv13.IsEqualProto
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static HamcrestMatchersv13.IsEqualProto
parseFrom(
    CodedInputStream input,
    ExtensionRegistryLite extensionRegistry
)
static HamcrestMatchersv13.IsEqualProto
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static Parser<HamcrestMatchersv13.IsEqualProto>

Protected methods

final Object
dynamicMethod(
    GeneratedMessageLite.MethodToInvoke method,
    Object arg0,
    Object arg1
)

Inherited methods

From com.google.protobuf.AbstractMessageLite
static void
<T> addAll(Iterable<T> values, Collection<Object> list)

This method is deprecated.

static void
byte[]
ByteString
void
From com.google.protobuf.GeneratedMessageLite
final BuilderType
<MessageType extends GeneratedMessageLite<MessageType, BuilderType>, BuilderType extends GeneratedMessageLite.Builder<MessageType, BuilderType>> createBuilder(

)
static Internal.BooleanList
static Internal.DoubleList
static Internal.FloatList
static Internal.IntList
static Internal.LongList
static Internal.ProtobufList<E>
boolean
equals(Object other)
final MessageType
final Parser<MessageType>
int
final boolean
void
void
mergeLengthDelimitedField(int fieldNumber, ByteString value)
final void
void
mergeVarintField(int tag, int value)
static Internal.BooleanList
static Internal.DoubleList
static Internal.FloatList
static Internal.IntList
static Internal.LongList
static Internal.ProtobufList<E>
final BuilderType
static Object
newMessageInfo(
    MessageLite defaultInstance,
    String info,
    Object[] objects
)
static GeneratedMessageLite.GeneratedExtension<ContainingType, Type>
<ContainingType extends MessageLite, Type> newRepeatedGeneratedExtension(
    ContainingType containingTypeDefaultInstance,
    MessageLite messageDefaultInstance,
    Internal.EnumLiteMap<Object> enumTypeMap,
    int number,
    WireFormat.FieldType type,
    boolean isPacked,
    Class singularType
)
static GeneratedMessageLite.GeneratedExtension<ContainingType, Type>
<ContainingType extends MessageLite, Type> newSingularGeneratedExtension(
    ContainingType containingTypeDefaultInstance,
    Type defaultValue,
    MessageLite messageDefaultInstance,
    Internal.EnumLiteMap<Object> enumTypeMap,
    int number,
    WireFormat.FieldType type,
    Class singularType
)
static T
<T extends GeneratedMessageLite<T, Object>> parseDelimitedFrom(
    T defaultInstance,
    InputStream input
)
static T
<T extends GeneratedMessageLite<T, Object>> parseFrom(
    T defaultInstance,
    ByteBuffer data,
    ExtensionRegistryLite extensionRegistry
)
boolean
static void
<T extends GeneratedMessageLite<ObjectObject>> registerDefaultInstance(
    Class<T> clazz,
    T defaultInstance
)
final BuilderType
String
void
From com.google.protobuf.MessageLite
From com.google.protobuf.MessageLiteOrBuilder

Constants

EXPECTEDVALUE_FIELD_NUMBER

public static final int EXPECTEDVALUE_FIELD_NUMBER = 2

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER = 1

Public methods

getDefaultInstance

public static HamcrestMatchersv13.IsEqualProto getDefaultInstance()

getExpectedValue

public ByteString getExpectedValue()

bytes expectedValue = 2;

Returns
ByteString

The expectedValue.

getId

public String getId()

string id = 1;

Returns
String

The id.

getIdBytes

public ByteString getIdBytes()

string id = 1;

Returns
ByteString

The bytes for id.

parseDelimitedFrom

public static HamcrestMatchersv13.IsEqualProto parseDelimitedFrom(InputStream input)

parseDelimitedFrom

public static HamcrestMatchersv13.IsEqualProto parseDelimitedFrom(
    InputStream input,
    ExtensionRegistryLite extensionRegistry
)

parseFrom

public static HamcrestMatchersv13.IsEqualProto parseFrom(
    CodedInputStream input,
    ExtensionRegistryLite extensionRegistry
)

parseFrom

public static HamcrestMatchersv13.IsEqualProto parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

parser

public static Parser<HamcrestMatchersv13.IsEqualProtoparser()

Protected methods

dynamicMethod

protected final Object dynamicMethod(
    GeneratedMessageLite.MethodToInvoke method,
    Object arg0,
    Object arg1
)