public interface

ViewAssertions.SelectedDescendantsMatchViewAssertionProtoOrBuilder

 androidx.test.espresso.proto.assertion.ViewAssertions.SelectedDescendantsMatchViewAssertionProtoOrBuilder

Subclasses:

ViewAssertions.SelectedDescendantsMatchViewAssertionProto, ViewAssertions.SelectedDescendantsMatchViewAssertionProto.Builder

Summary

Methods
public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetMatcher()

.google.protobuf.Any matcher = 3;

public com.google.protobuf.AnygetSelector()

.google.protobuf.Any selector = 2;

public booleanhasMatcher()

.google.protobuf.Any matcher = 3;

public booleanhasSelector()

.google.protobuf.Any selector = 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 hasSelector()

.google.protobuf.Any selector = 2;

Returns:

Whether the selector field is set.

public com.google.protobuf.Any getSelector()

.google.protobuf.Any selector = 2;

Returns:

The selector.

public boolean hasMatcher()

.google.protobuf.Any matcher = 3;

Returns:

Whether the matcher field is set.

public com.google.protobuf.Any getMatcher()

.google.protobuf.Any matcher = 3;

Returns:

The matcher.