public interface

ViewActions.ClickViewActionProtoOrBuilder

 androidx.test.espresso.proto.action.ViewActions.ClickViewActionProtoOrBuilder

Subclasses:

ViewActions.ClickViewActionProto, ViewActions.ClickViewActionProto.Builder

Summary

Methods
public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public ViewActions.GeneralLocationProto.LocationgetLocation()

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

public intgetLocationValue()

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

public ViewActions.PressProto.PrecisiongetPrecision()

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

public intgetPrecisionValue()

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

public ViewActions.ClickViewActionProto.TapgetTap()

 TODO(b/30594545): check with earl grey team which one of these fields are
 shared

public intgetTapValue()

 TODO(b/30594545): check with earl grey team which one of these fields are
 shared

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 getTapValue()

 TODO(b/30594545): check with earl grey team which one of these fields are
 shared
 
.google.test.remote.ui.action.ClickViewActionProto.Tap tap = 2;

Returns:

The enum numeric value on the wire for tap.

 TODO(b/30594545): check with earl grey team which one of these fields are
 shared
 
.google.test.remote.ui.action.ClickViewActionProto.Tap tap = 2;

Returns:

The tap.

public int getLocationValue()

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

Returns:

The enum numeric value on the wire for location.

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

Returns:

The location.

public int getPrecisionValue()

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

Returns:

The enum numeric value on the wire for precision.

public ViewActions.PressProto.Precision getPrecision()

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

Returns:

The precision.