public interface

ViewMatchers.WithIdMatcherProtoOrBuilder

 androidx.test.espresso.proto.matcher.ViewMatchers.WithIdMatcherProtoOrBuilder

Subclasses:

ViewMatchers.WithIdMatcherProto, ViewMatchers.WithIdMatcherProto.Builder

Summary

Methods
public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetViewIdMatcher()

.google.protobuf.Any viewIdMatcher = 2;

public booleanhasViewIdMatcher()

.google.protobuf.Any viewIdMatcher = 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 hasViewIdMatcher()

.google.protobuf.Any viewIdMatcher = 2;

Returns:

Whether the viewIdMatcher field is set.

public com.google.protobuf.Any getViewIdMatcher()

.google.protobuf.Any viewIdMatcher = 2;

Returns:

The viewIdMatcher.