public final class

ViewActions.TranslatedCoordinatesProviderProto

extends <any>

implements ViewActions.TranslatedCoordinatesProviderProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intCOORDSANY_FIELD_NUMBER

public static final intCOORDSLOC_FIELD_NUMBER

public static final intDX_FIELD_NUMBER

public static final intDY_FIELD_NUMBER

Methods
protected final java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

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 static ViewActions.TranslatedCoordinatesProviderProtogetDefaultInstance()

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 static ViewActions.TranslatedCoordinatesProviderProto.BuildernewBuilder()

public static ViewActions.TranslatedCoordinatesProviderProto.BuildernewBuilder(ViewActions.TranslatedCoordinatesProviderProto prototype)

public static ViewActions.TranslatedCoordinatesProviderProtoparseDelimitedFrom(java.io.InputStream input)

public static ViewActions.TranslatedCoordinatesProviderProtoparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewActions.TranslatedCoordinatesProviderProtoparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewActions.TranslatedCoordinatesProviderProtoparseFrom(java.nio.ByteBuffer data)

public static ViewActions.TranslatedCoordinatesProviderProtoparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewActions.TranslatedCoordinatesProviderProtoparseFrom(com.google.protobuf.ByteString data)

public static ViewActions.TranslatedCoordinatesProviderProtoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewActions.TranslatedCoordinatesProviderProtoparseFrom(com.google.protobuf.CodedInputStream input)

public static ViewActions.TranslatedCoordinatesProviderProtoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewActions.TranslatedCoordinatesProviderProtoparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static <any>parser()

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

Fields

public static final int COORDSLOC_FIELD_NUMBER

public static final int COORDSANY_FIELD_NUMBER

public static final int DX_FIELD_NUMBER

public static final int DY_FIELD_NUMBER

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.

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

Returns:

The coordsLoc.

public boolean hasCoordsAny()

.google.protobuf.Any coordsAny = 2;

public com.google.protobuf.Any getCoordsAny()

.google.protobuf.Any coordsAny = 2;

public float getDx()

float dx = 3;

Returns:

The dx.

public float getDy()

float dy = 4;

Returns:

The dy.

public static ViewActions.TranslatedCoordinatesProviderProto parseFrom(java.nio.ByteBuffer data)

public static ViewActions.TranslatedCoordinatesProviderProto parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewActions.TranslatedCoordinatesProviderProto parseFrom(com.google.protobuf.ByteString data)

public static ViewActions.TranslatedCoordinatesProviderProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewActions.TranslatedCoordinatesProviderProto parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewActions.TranslatedCoordinatesProviderProto parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewActions.TranslatedCoordinatesProviderProto parseDelimitedFrom(java.io.InputStream input)

public static ViewActions.TranslatedCoordinatesProviderProto parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewActions.TranslatedCoordinatesProviderProto parseFrom(com.google.protobuf.CodedInputStream input)

public static ViewActions.TranslatedCoordinatesProviderProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static ViewActions.TranslatedCoordinatesProviderProto getDefaultInstance()

public static <any> parser()