HamcrestMatchersv13.IsProtoOrBuilder


interface HamcrestMatchersv13.IsProtoOrBuilder : 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 functions

String!

string id = 1;

ByteString!

string id = 1;

Any!

.google.protobuf.Any matcher = 2;

Boolean

.google.protobuf.Any matcher = 2;

Public functions

getId

fun getId(): String!

string id = 1;

Returns
String!

The id.

getIdBytes

fun getIdBytes(): ByteString!

string id = 1;

Returns
ByteString!

The bytes for id.

getMatcher

fun getMatcher(): Any!

.google.protobuf.Any matcher = 2;

Returns
Any!

The matcher.

hasMatcher

fun hasMatcher(): Boolean

.google.protobuf.Any matcher = 2;

Returns
Boolean

Whether the matcher field is set.