public interface

ViewMatchers.WithParentMatcherProtoOrBuilder

 androidx.test.espresso.proto.matcher.ViewMatchers.WithParentMatcherProtoOrBuilder

Subclasses:

ViewMatchers.WithParentMatcherProto, ViewMatchers.WithParentMatcherProto.Builder

Summary

Methods
public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetParentMatcher()

.google.protobuf.Any parentMatcher = 2;

public booleanhasParentMatcher()

.google.protobuf.Any parentMatcher = 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 hasParentMatcher()

.google.protobuf.Any parentMatcher = 2;

Returns:

Whether the parentMatcher field is set.

public com.google.protobuf.Any getParentMatcher()

.google.protobuf.Any parentMatcher = 2;

Returns:

The parentMatcher.