public interface

UiInteraction.InteractionRequestProtoOrBuilder

 androidx.test.espresso.proto.UiInteraction.InteractionRequestProtoOrBuilder

Subclasses:

UiInteraction.InteractionRequestProto, UiInteraction.InteractionRequestProto.Builder

Summary

Methods
public UiInteraction.InteractionRequestProto.ActionOrAssertionCasegetActionOrAssertionCase()

public com.google.protobuf.AnygetRootMatcher()

.google.protobuf.Any root_matcher = 4;

public com.google.protobuf.AnygetViewAction()

.google.protobuf.Any view_action = 2;

public com.google.protobuf.AnygetViewAssertion()

.google.protobuf.Any view_assertion = 3;

public com.google.protobuf.AnygetViewMatcher()

.google.protobuf.Any view_matcher = 1;

public booleanhasRootMatcher()

.google.protobuf.Any root_matcher = 4;

public booleanhasViewAction()

.google.protobuf.Any view_action = 2;

public booleanhasViewAssertion()

.google.protobuf.Any view_assertion = 3;

public booleanhasViewMatcher()

.google.protobuf.Any view_matcher = 1;

Methods

public boolean hasViewMatcher()

.google.protobuf.Any view_matcher = 1;

Returns:

Whether the viewMatcher field is set.

public com.google.protobuf.Any getViewMatcher()

.google.protobuf.Any view_matcher = 1;

Returns:

The viewMatcher.

public boolean hasViewAction()

.google.protobuf.Any view_action = 2;

Returns:

Whether the viewAction field is set.

public com.google.protobuf.Any getViewAction()

.google.protobuf.Any view_action = 2;

Returns:

The viewAction.

public boolean hasViewAssertion()

.google.protobuf.Any view_assertion = 3;

Returns:

Whether the viewAssertion field is set.

public com.google.protobuf.Any getViewAssertion()

.google.protobuf.Any view_assertion = 3;

Returns:

The viewAssertion.

public boolean hasRootMatcher()

.google.protobuf.Any root_matcher = 4;

Returns:

Whether the rootMatcher field is set.

public com.google.protobuf.Any getRootMatcher()

.google.protobuf.Any root_matcher = 4;

Returns:

The rootMatcher.