HamcrestMatchersv13.IsProtoOrBuilder


public interface HamcrestMatchersv13.IsProtoOrBuilder extends MessageLiteOrBuilder

Known direct subclasses
HamcrestMatchersv13.IsProto.Builder

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

HamcrestMatchersv13.IsProto

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


Summary

Public methods

abstract String

string id = 1;

abstract ByteString

string id = 1;

abstract Any

.google.protobuf.Any matcher = 2;

abstract boolean

.google.protobuf.Any matcher = 2;

Public methods

getId

abstract String getId()

string id = 1;

Returns
String

The id.

getIdBytes

abstract ByteString getIdBytes()

string id = 1;

Returns
ByteString

The bytes for id.

getMatcher

abstract Any getMatcher()

.google.protobuf.Any matcher = 2;

Returns
Any

The matcher.

hasMatcher

abstract boolean hasMatcher()

.google.protobuf.Any matcher = 2;

Returns
boolean

Whether the matcher field is set.