public final class

ViewActions.ClickViewActionProto.Builder

extends <any>

implements ViewActions.ClickViewActionProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.action.ViewActions.ClickViewActionProto.Builder

Overview

Protobuf type google.test.remote.ui.action.ClickViewActionProto

Summary

Methods
public ViewActions.ClickViewActionProto.BuilderclearId()

string id = 1;

public ViewActions.ClickViewActionProto.BuilderclearLocation()

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

public ViewActions.ClickViewActionProto.BuilderclearPrecision()

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

public ViewActions.ClickViewActionProto.BuilderclearTap()

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

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

public ViewActions.ClickViewActionProto.BuildersetId(java.lang.String value)

string id = 1;

public ViewActions.ClickViewActionProto.BuildersetIdBytes(com.google.protobuf.ByteString value)

string id = 1;

public ViewActions.ClickViewActionProto.BuildersetLocation(ViewActions.GeneralLocationProto.Location value)

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

public ViewActions.ClickViewActionProto.BuildersetLocationValue(int value)

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

public ViewActions.ClickViewActionProto.BuildersetPrecision(ViewActions.PressProto.Precision value)

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

public ViewActions.ClickViewActionProto.BuildersetPrecisionValue(int value)

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

public ViewActions.ClickViewActionProto.BuildersetTap(ViewActions.ClickViewActionProto.Tap value)

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

public ViewActions.ClickViewActionProto.BuildersetTapValue(int value)

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

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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 ViewActions.ClickViewActionProto.Builder setId(java.lang.String value)

string id = 1;

Parameters:

value: The id to set.

Returns:

This builder for chaining.

string id = 1;

Returns:

This builder for chaining.

public ViewActions.ClickViewActionProto.Builder setIdBytes(com.google.protobuf.ByteString value)

string id = 1;

Parameters:

value: The bytes for id to set.

Returns:

This builder for chaining.

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.

public ViewActions.ClickViewActionProto.Builder setTapValue(int value)

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

Parameters:

value: The tap to set.

Returns:

This builder for chaining.

 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.

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

Parameters:

value: The enum numeric value on the wire for tap to set.

Returns:

This builder for chaining.

 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:

This builder for chaining.

public int getLocationValue()

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

Returns:

The enum numeric value on the wire for location.

public ViewActions.ClickViewActionProto.Builder setLocationValue(int value)

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

Parameters:

value: The location to set.

Returns:

This builder for chaining.

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

Returns:

The location.

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

Parameters:

value: The enum numeric value on the wire for location to set.

Returns:

This builder for chaining.

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

Returns:

This builder for chaining.

public int getPrecisionValue()

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

Returns:

The enum numeric value on the wire for precision.

public ViewActions.ClickViewActionProto.Builder setPrecisionValue(int value)

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

Parameters:

value: The precision to set.

Returns:

This builder for chaining.

public ViewActions.PressProto.Precision getPrecision()

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

Returns:

The precision.

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

Parameters:

value: The enum numeric value on the wire for precision to set.

Returns:

This builder for chaining.

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

Returns:

This builder for chaining.