public interface

HamcrestMatchersv13.AnyOfProtoOrBuilder

 androidx.test.espresso.proto.matcher13.HamcrestMatchersv13.AnyOfProtoOrBuilder

Subclasses:

HamcrestMatchersv13.AnyOfProto, HamcrestMatchersv13.AnyOfProto.Builder

Summary

Methods
public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetMatchers(int index)

repeated .google.protobuf.Any matchers = 2;

public intgetMatchersCount()

repeated .google.protobuf.Any matchers = 2;

public java.util.List<com.google.protobuf.Any>getMatchersList()

repeated .google.protobuf.Any matchers = 2;

Methods

public java.lang.String getId()

string id = 1;

Returns:

The id.

public com.google.protobuf.ByteString getIdBytes()

string id = 1;

Returns:

The bytes for id.

public java.util.List<com.google.protobuf.Any> getMatchersList()

repeated .google.protobuf.Any matchers = 2;

public com.google.protobuf.Any getMatchers(int index)

repeated .google.protobuf.Any matchers = 2;

public int getMatchersCount()

repeated .google.protobuf.Any matchers = 2;