public interface

ViewMatchers.HasDescendantMatcherProtoOrBuilder

 androidx.test.espresso.proto.matcher.ViewMatchers.HasDescendantMatcherProtoOrBuilder

Subclasses:

ViewMatchers.HasDescendantMatcherProto, ViewMatchers.HasDescendantMatcherProto.Builder

Summary

Methods
public com.google.protobuf.AnygetDescendantMatcher()

.google.protobuf.Any descendantMatcher = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasDescendantMatcher()

.google.protobuf.Any descendantMatcher = 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 hasDescendantMatcher()

.google.protobuf.Any descendantMatcher = 2;

Returns:

Whether the descendantMatcher field is set.

public com.google.protobuf.Any getDescendantMatcher()

.google.protobuf.Any descendantMatcher = 2;

Returns:

The descendantMatcher.