public final class

WebWebdriverAtoms.ElementReferenceListAtomProto

extends <any>

implements WebWebdriverAtoms.ElementReferenceListAtomProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.web.proto.webdriver.WebWebdriverAtoms.ElementReferenceListAtomProto

Overview

Protobuf type google.test.remote.web.webdriver.ElementReferenceListAtomProto

Summary

Fields
public static final intID_FIELD_NUMBER

public static final intLOCATORTYPE_FIELD_NUMBER

public static final intVALUE_FIELD_NUMBER

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

public static WebWebdriverAtoms.ElementReferenceListAtomProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetLocatorType()

bytes locatorType = 2;

public com.google.protobuf.ByteStringgetValue()

bytes value = 3;

public static WebWebdriverAtoms.ElementReferenceListAtomProto.BuildernewBuilder()

public static WebWebdriverAtoms.ElementReferenceListAtomProto.BuildernewBuilder(WebWebdriverAtoms.ElementReferenceListAtomProto prototype)

public static WebWebdriverAtoms.ElementReferenceListAtomProtoparseDelimitedFrom(java.io.InputStream input)

public static WebWebdriverAtoms.ElementReferenceListAtomProtoparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static WebWebdriverAtoms.ElementReferenceListAtomProtoparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static WebWebdriverAtoms.ElementReferenceListAtomProtoparseFrom(java.nio.ByteBuffer data)

public static WebWebdriverAtoms.ElementReferenceListAtomProtoparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static WebWebdriverAtoms.ElementReferenceListAtomProtoparseFrom(com.google.protobuf.ByteString data)

public static WebWebdriverAtoms.ElementReferenceListAtomProtoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static WebWebdriverAtoms.ElementReferenceListAtomProtoparseFrom(com.google.protobuf.CodedInputStream input)

public static WebWebdriverAtoms.ElementReferenceListAtomProtoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static WebWebdriverAtoms.ElementReferenceListAtomProtoparseFrom(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 ID_FIELD_NUMBER

public static final int LOCATORTYPE_FIELD_NUMBER

public static final int VALUE_FIELD_NUMBER

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 com.google.protobuf.ByteString getLocatorType()

bytes locatorType = 2;

Returns:

The locatorType.

public com.google.protobuf.ByteString getValue()

bytes value = 3;

Returns:

The value.

public static WebWebdriverAtoms.ElementReferenceListAtomProto parseFrom(java.nio.ByteBuffer data)

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

public static WebWebdriverAtoms.ElementReferenceListAtomProto parseFrom(com.google.protobuf.ByteString data)

public static WebWebdriverAtoms.ElementReferenceListAtomProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static WebWebdriverAtoms.ElementReferenceListAtomProto parseDelimitedFrom(java.io.InputStream input)

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

public static WebWebdriverAtoms.ElementReferenceListAtomProto parseFrom(com.google.protobuf.CodedInputStream input)

public static WebWebdriverAtoms.ElementReferenceListAtomProto 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 WebWebdriverAtoms.ElementReferenceListAtomProto getDefaultInstance()

public static <any> parser()