public interface

ViewMatchers.WithHintMatcherProtoOrBuilder

 androidx.test.espresso.proto.matcher.ViewMatchers.WithHintMatcherProtoOrBuilder

Subclasses:

ViewMatchers.WithHintMatcherProto, ViewMatchers.WithHintMatcherProto.Builder

Summary

Methods
public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetStringMatcher()

.google.protobuf.Any stringMatcher = 2;

public booleanhasStringMatcher()

.google.protobuf.Any stringMatcher = 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 hasStringMatcher()

.google.protobuf.Any stringMatcher = 2;

Returns:

Whether the stringMatcher field is set.

public com.google.protobuf.Any getStringMatcher()

.google.protobuf.Any stringMatcher = 2;

Returns:

The stringMatcher.