public interface

ViewMatchers.IsDescendantOfAMatcherProtoOrBuilder

 androidx.test.espresso.proto.matcher.ViewMatchers.IsDescendantOfAMatcherProtoOrBuilder

Subclasses:

ViewMatchers.IsDescendantOfAMatcherProto, ViewMatchers.IsDescendantOfAMatcherProto.Builder

Summary

Methods
public com.google.protobuf.AnygetAncestorMatcher()

.google.protobuf.Any ancestorMatcher = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasAncestorMatcher()

.google.protobuf.Any ancestorMatcher = 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 boolean hasAncestorMatcher()

.google.protobuf.Any ancestorMatcher = 2;

Returns:

Whether the ancestorMatcher field is set.

public com.google.protobuf.Any getAncestorMatcher()

.google.protobuf.Any ancestorMatcher = 2;

Returns:

The ancestorMatcher.