public interface

ViewMatchers.WithTagValueMatcherProtoOrBuilder

 androidx.test.espresso.proto.matcher.ViewMatchers.WithTagValueMatcherProtoOrBuilder

Subclasses:

ViewMatchers.WithTagValueMatcherProto, ViewMatchers.WithTagValueMatcherProto.Builder

Summary

Methods
public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetTagValueMatcher()

.google.protobuf.Any tagValueMatcher = 2;

public booleanhasTagValueMatcher()

.google.protobuf.Any tagValueMatcher = 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 hasTagValueMatcher()

.google.protobuf.Any tagValueMatcher = 2;

Returns:

Whether the tagValueMatcher field is set.

public com.google.protobuf.Any getTagValueMatcher()

.google.protobuf.Any tagValueMatcher = 2;

Returns:

The tagValueMatcher.