public interface

RemoteWebMatchers.ElementByIdMatcherProtoOrBuilder

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

Subclasses:

RemoteWebMatchers.ElementByIdMatcherProto, RemoteWebMatchers.ElementByIdMatcherProto.Builder

Summary

Methods
public com.google.protobuf.ByteStringgetElementId()

bytes elementId = 2;

public com.google.protobuf.AnygetElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasElementMatcher()

.google.protobuf.Any elementMatcher = 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 getElementId()

bytes elementId = 2;

Returns:

The elementId.

public boolean hasElementMatcher()

.google.protobuf.Any elementMatcher = 3;

Returns:

Whether the elementMatcher field is set.

public com.google.protobuf.Any getElementMatcher()

.google.protobuf.Any elementMatcher = 3;

Returns:

The elementMatcher.