HamcrestMatchersv13.AnyOfProtoOrBuilder


interface HamcrestMatchersv13.AnyOfProtoOrBuilder : MessageLiteOrBuilder

Known direct subclasses
HamcrestMatchersv13.AnyOfProto.Builder

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

HamcrestMatchersv13.AnyOfProto

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


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;