public interface

ViewMatchers.WithContentDescriptionMatcherProtoOrBuilder

 androidx.test.espresso.proto.matcher.ViewMatchers.WithContentDescriptionMatcherProtoOrBuilder

Subclasses:

ViewMatchers.WithContentDescriptionMatcherProto, ViewMatchers.WithContentDescriptionMatcherProto.Builder

Summary

Methods
public com.google.protobuf.AnygetCharSequenceMatcher()

.google.protobuf.Any charSequenceMatcher = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasCharSequenceMatcher()

.google.protobuf.Any charSequenceMatcher = 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 hasCharSequenceMatcher()

.google.protobuf.Any charSequenceMatcher = 2;

Returns:

Whether the charSequenceMatcher field is set.

public com.google.protobuf.Any getCharSequenceMatcher()

.google.protobuf.Any charSequenceMatcher = 2;

Returns:

The charSequenceMatcher.