HamcrestMatchersv13.AllOfProtoOrBuilder


interface HamcrestMatchersv13.AllOfProtoOrBuilder : MessageLiteOrBuilder

Known direct subclasses
HamcrestMatchersv13.AllOfProto.Builder

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

HamcrestMatchersv13.AllOfProto

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


Summary

Public functions

String!

string id = 1;

ByteString!

string id = 1;

Any!
getMatchers(index: Int)

repeated .google.protobuf.Any matchers = 2;

Int

repeated .google.protobuf.Any matchers = 2;

(Mutable)List<Any!>!

repeated .google.protobuf.Any matchers = 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.

getMatchers

fun getMatchers(index: Int): Any!

repeated .google.protobuf.Any matchers = 2;

getMatchersCount

fun getMatchersCount(): Int

repeated .google.protobuf.Any matchers = 2;

getMatchersList

fun getMatchersList(): (Mutable)List<Any!>!

repeated .google.protobuf.Any matchers = 2;