public interface

RemoteWebMatchers.WithTextContentMatcherProtoOrBuilder

 androidx.test.espresso.web.proto.matcher.RemoteWebMatchers.WithTextContentMatcherProtoOrBuilder

Subclasses:

RemoteWebMatchers.WithTextContentMatcherProto, RemoteWebMatchers.WithTextContentMatcherProto.Builder

Summary

Methods
public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetTextContentMatcher()

.google.protobuf.Any textContentMatcher = 2;

public booleanhasTextContentMatcher()

.google.protobuf.Any textContentMatcher = 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 hasTextContentMatcher()

.google.protobuf.Any textContentMatcher = 2;

Returns:

Whether the textContentMatcher field is set.

public com.google.protobuf.Any getTextContentMatcher()

.google.protobuf.Any textContentMatcher = 2;

Returns:

The textContentMatcher.