public interface

ViewMatchers.HasSiblingMatcherProtoOrBuilder

 androidx.test.espresso.proto.matcher.ViewMatchers.HasSiblingMatcherProtoOrBuilder

Subclasses:

ViewMatchers.HasSiblingMatcherProto, ViewMatchers.HasSiblingMatcherProto.Builder

Summary

Methods
public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetSiblingMatcher()

.google.protobuf.Any siblingMatcher = 2;

public booleanhasSiblingMatcher()

.google.protobuf.Any siblingMatcher = 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 hasSiblingMatcher()

.google.protobuf.Any siblingMatcher = 2;

Returns:

Whether the siblingMatcher field is set.

public com.google.protobuf.Any getSiblingMatcher()

.google.protobuf.Any siblingMatcher = 2;

Returns:

The siblingMatcher.