HamcrestMatchersv13.AllOfProtoOrBuilder


public interface HamcrestMatchersv13.AllOfProtoOrBuilder extends 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 methods

abstract String

string id = 1;

abstract ByteString

string id = 1;

abstract Any
getMatchers(int index)

repeated .google.protobuf.Any matchers = 2;

abstract int

repeated .google.protobuf.Any matchers = 2;

abstract List<Any>

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

getMatchers

abstract Any getMatchers(int index)

repeated .google.protobuf.Any matchers = 2;

getMatchersCount

abstract int getMatchersCount()

repeated .google.protobuf.Any matchers = 2;

getMatchersList

abstract List<AnygetMatchersList()

repeated .google.protobuf.Any matchers = 2;