HamcrestMatchersv13.IsNotProtoOrBuilder


interface HamcrestMatchersv13.IsNotProtoOrBuilder : MessageLiteOrBuilder

Known direct subclasses
HamcrestMatchersv13.IsNotProto.Builder

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

HamcrestMatchersv13.IsNotProto

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


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.