HamcrestMatchersv13.IsInstanceOfProtoOrBuilder


public interface HamcrestMatchersv13.IsInstanceOfProtoOrBuilder extends MessageLiteOrBuilder

Known direct subclasses
HamcrestMatchersv13.IsInstanceOfProto.Builder

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

HamcrestMatchersv13.IsInstanceOfProto

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


Summary

Public methods

abstract ByteString

bytes expectedClass = 2;

abstract String

string id = 1;

abstract ByteString

string id = 1;

Public methods

getExpectedClass

abstract ByteString getExpectedClass()

bytes expectedClass = 2;

Returns
ByteString

The expectedClass.

getId

abstract String getId()

string id = 1;

Returns
String

The id.

getIdBytes

abstract ByteString getIdBytes()

string id = 1;

Returns
ByteString

The bytes for id.