public interface

ViewActions.SwipeViewActionProtoOrBuilder

 androidx.test.espresso.proto.action.ViewActions.SwipeViewActionProtoOrBuilder

Subclasses:

ViewActions.SwipeViewActionProto, ViewActions.SwipeViewActionProto.Builder

Summary

Methods
public com.google.protobuf.AnygetEndCoordsAny()

.google.protobuf.Any endCoordsAny = 6;

public ViewActions.GeneralLocationProto.LocationgetEndCoordsLoc()

.google.test.remote.ui.action.GeneralLocationProto.Location endCoordsLoc = 5;

public ViewActions.SwipeViewActionProto.EndCoordsLocOrEndCoordsAnyCasegetEndCoordsLocOrEndCoordsAnyCase()

public intgetEndCoordsLocValue()

.google.test.remote.ui.action.GeneralLocationProto.Location endCoordsLoc = 5;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public ViewActions.PressProto.PrecisiongetPrecision()

.google.test.remote.ui.action.PressProto.Precision precision = 7;

public intgetPrecisionValue()

.google.test.remote.ui.action.PressProto.Precision precision = 7;

public com.google.protobuf.AnygetStartCoordsAny()

.google.protobuf.Any startCoordsAny = 4;

public ViewActions.GeneralLocationProto.LocationgetStartCoordsLoc()

.google.test.remote.ui.action.GeneralLocationProto.Location startCoordsLoc = 3;

public ViewActions.SwipeViewActionProto.StartCoordsLocOrStartCoordsAnyCasegetStartCoordsLocOrStartCoordsAnyCase()

public intgetStartCoordsLocValue()

.google.test.remote.ui.action.GeneralLocationProto.Location startCoordsLoc = 3;

public ViewActions.SwipeViewActionProto.SwipegetSwipe()

.google.test.remote.ui.action.SwipeViewActionProto.Swipe swipe = 2;

public intgetSwipeValue()

.google.test.remote.ui.action.SwipeViewActionProto.Swipe swipe = 2;

public booleanhasEndCoordsAny()

.google.protobuf.Any endCoordsAny = 6;

public booleanhasEndCoordsLoc()

.google.test.remote.ui.action.GeneralLocationProto.Location endCoordsLoc = 5;

public booleanhasStartCoordsAny()

.google.protobuf.Any startCoordsAny = 4;

public booleanhasStartCoordsLoc()

.google.test.remote.ui.action.GeneralLocationProto.Location startCoordsLoc = 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 int getSwipeValue()

.google.test.remote.ui.action.SwipeViewActionProto.Swipe swipe = 2;

Returns:

The enum numeric value on the wire for swipe.

.google.test.remote.ui.action.SwipeViewActionProto.Swipe swipe = 2;

Returns:

The swipe.

public boolean hasStartCoordsLoc()

.google.test.remote.ui.action.GeneralLocationProto.Location startCoordsLoc = 3;

Returns:

Whether the startCoordsLoc field is set.

public int getStartCoordsLocValue()

.google.test.remote.ui.action.GeneralLocationProto.Location startCoordsLoc = 3;

Returns:

The enum numeric value on the wire for startCoordsLoc.

.google.test.remote.ui.action.GeneralLocationProto.Location startCoordsLoc = 3;

Returns:

The startCoordsLoc.

public boolean hasStartCoordsAny()

.google.protobuf.Any startCoordsAny = 4;

Returns:

Whether the startCoordsAny field is set.

public com.google.protobuf.Any getStartCoordsAny()

.google.protobuf.Any startCoordsAny = 4;

Returns:

The startCoordsAny.

public boolean hasEndCoordsLoc()

.google.test.remote.ui.action.GeneralLocationProto.Location endCoordsLoc = 5;

Returns:

Whether the endCoordsLoc field is set.

public int getEndCoordsLocValue()

.google.test.remote.ui.action.GeneralLocationProto.Location endCoordsLoc = 5;

Returns:

The enum numeric value on the wire for endCoordsLoc.

.google.test.remote.ui.action.GeneralLocationProto.Location endCoordsLoc = 5;

Returns:

The endCoordsLoc.

public boolean hasEndCoordsAny()

.google.protobuf.Any endCoordsAny = 6;

Returns:

Whether the endCoordsAny field is set.

public com.google.protobuf.Any getEndCoordsAny()

.google.protobuf.Any endCoordsAny = 6;

Returns:

The endCoordsAny.

public int getPrecisionValue()

.google.test.remote.ui.action.PressProto.Precision precision = 7;

Returns:

The enum numeric value on the wire for precision.

public ViewActions.PressProto.Precision getPrecision()

.google.test.remote.ui.action.PressProto.Precision precision = 7;

Returns:

The precision.

public ViewActions.SwipeViewActionProto.StartCoordsLocOrStartCoordsAnyCase getStartCoordsLocOrStartCoordsAnyCase()

public ViewActions.SwipeViewActionProto.EndCoordsLocOrEndCoordsAnyCase getEndCoordsLocOrEndCoordsAnyCase()