HamcrestMatchersv13.IsEqualProtoOrBuilder


public interface HamcrestMatchersv13.IsEqualProtoOrBuilder extends MessageLiteOrBuilder

Known direct subclasses
HamcrestMatchersv13.IsEqualProto.Builder

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

HamcrestMatchersv13.IsEqualProto

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


Summary

Public methods

abstract ByteString

bytes expectedValue = 2;

abstract String

string id = 1;

abstract ByteString

string id = 1;

Public methods

getExpectedValue

abstract ByteString getExpectedValue()

bytes expectedValue = 2;

Returns
ByteString

The expectedValue.

getId

abstract String getId()

string id = 1;

Returns
String

The id.

getIdBytes

abstract ByteString getIdBytes()

string id = 1;

Returns
ByteString

The bytes for id.