HamcrestMatchersv13.StringContainsProtoOrBuilder


public interface HamcrestMatchersv13.StringContainsProtoOrBuilder extends MessageLiteOrBuilder

Known direct subclasses
HamcrestMatchersv13.StringContainsProto.Builder

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

HamcrestMatchersv13.StringContainsProto

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


Summary

Public methods

abstract String

string id = 1;

abstract ByteString

string id = 1;

abstract ByteString

bytes substring = 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.

getSubstring

abstract ByteString getSubstring()

bytes substring = 2;

Returns
ByteString

The substring.