public interface

ViewMatchers.WithTagKeyMatcherProtoOrBuilder

 androidx.test.espresso.proto.matcher.ViewMatchers.WithTagKeyMatcherProtoOrBuilder

Subclasses:

ViewMatchers.WithTagKeyMatcherProto, ViewMatchers.WithTagKeyMatcherProto.Builder

Summary

Methods
public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetKey()

bytes key = 2;

public com.google.protobuf.AnygetObjectMatcher()

.google.protobuf.Any objectMatcher = 3;

public booleanhasObjectMatcher()

.google.protobuf.Any objectMatcher = 3;

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 com.google.protobuf.ByteString getKey()

bytes key = 2;

Returns:

The key.

public boolean hasObjectMatcher()

.google.protobuf.Any objectMatcher = 3;

Returns:

Whether the objectMatcher field is set.

public com.google.protobuf.Any getObjectMatcher()

.google.protobuf.Any objectMatcher = 3;

Returns:

The objectMatcher.