public final class

ViewActions.TranslatedCoordinatesProviderProto.Builder

extends <any>

implements ViewActions.TranslatedCoordinatesProviderProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Methods
public ViewActions.TranslatedCoordinatesProviderProto.BuilderclearCoordsAny()

.google.protobuf.Any coordsAny = 2;

public ViewActions.TranslatedCoordinatesProviderProto.BuilderclearCoordsLoc()

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

public ViewActions.TranslatedCoordinatesProviderProto.BuilderclearCoordsLocOrCoordsAny()

public ViewActions.TranslatedCoordinatesProviderProto.BuilderclearDx()

float dx = 3;

public ViewActions.TranslatedCoordinatesProviderProto.BuilderclearDy()

float dy = 4;

public com.google.protobuf.AnygetCoordsAny()

.google.protobuf.Any coordsAny = 2;

public ViewActions.GeneralLocationProto.LocationgetCoordsLoc()

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

public ViewActions.TranslatedCoordinatesProviderProto.CoordsLocOrCoordsAnyCasegetCoordsLocOrCoordsAnyCase()

public intgetCoordsLocValue()

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

public floatgetDx()

float dx = 3;

public floatgetDy()

float dy = 4;

public booleanhasCoordsAny()

.google.protobuf.Any coordsAny = 2;

public booleanhasCoordsLoc()

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

public ViewActions.TranslatedCoordinatesProviderProto.BuildermergeCoordsAny(com.google.protobuf.Any value)

.google.protobuf.Any coordsAny = 2;

public ViewActions.TranslatedCoordinatesProviderProto.BuildersetCoordsAny(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any coordsAny = 2;

public ViewActions.TranslatedCoordinatesProviderProto.BuildersetCoordsAny(com.google.protobuf.Any value)

.google.protobuf.Any coordsAny = 2;

public ViewActions.TranslatedCoordinatesProviderProto.BuildersetCoordsLoc(ViewActions.GeneralLocationProto.Location value)

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

public ViewActions.TranslatedCoordinatesProviderProto.BuildersetCoordsLocValue(int value)

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

public ViewActions.TranslatedCoordinatesProviderProto.BuildersetDx(float value)

float dx = 3;

public ViewActions.TranslatedCoordinatesProviderProto.BuildersetDy(float value)

float dy = 4;

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

Methods

public boolean hasCoordsLoc()

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

Returns:

Whether the coordsLoc field is set.

public int getCoordsLocValue()

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

Returns:

The enum numeric value on the wire for coordsLoc.

public ViewActions.TranslatedCoordinatesProviderProto.Builder setCoordsLocValue(int value)

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

Parameters:

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

Returns:

This builder for chaining.

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

Returns:

The coordsLoc.

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

Parameters:

value: The coordsLoc to set.

Returns:

This builder for chaining.

.google.test.remote.ui.action.GeneralLocationProto.Location coordsLoc = 1;

Returns:

This builder for chaining.

public boolean hasCoordsAny()

.google.protobuf.Any coordsAny = 2;

public com.google.protobuf.Any getCoordsAny()

.google.protobuf.Any coordsAny = 2;

public ViewActions.TranslatedCoordinatesProviderProto.Builder setCoordsAny(com.google.protobuf.Any value)

.google.protobuf.Any coordsAny = 2;

public ViewActions.TranslatedCoordinatesProviderProto.Builder setCoordsAny(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any coordsAny = 2;

public ViewActions.TranslatedCoordinatesProviderProto.Builder mergeCoordsAny(com.google.protobuf.Any value)

.google.protobuf.Any coordsAny = 2;

.google.protobuf.Any coordsAny = 2;

public float getDx()

float dx = 3;

Returns:

The dx.

float dx = 3;

Parameters:

value: The dx to set.

Returns:

This builder for chaining.

float dx = 3;

Returns:

This builder for chaining.

public float getDy()

float dy = 4;

Returns:

The dy.

float dy = 4;

Parameters:

value: The dy to set.

Returns:

This builder for chaining.

float dy = 4;

Returns:

This builder for chaining.