public final class

RemoteWebMatchers.ElementByXPathMatcherProto

extends <any>

implements RemoteWebMatchers.ElementByXPathMatcherProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.web.proto.matcher.RemoteWebMatchers.ElementByXPathMatcherProto

Overview

Protobuf type google.test.remote.web.model.ElementByXPathMatcherProto

Summary

Fields
public static final intELEMENTMATCHER_FIELD_NUMBER

public static final intID_FIELD_NUMBER

public static final intXPATH_FIELD_NUMBER

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

public static RemoteWebMatchers.ElementByXPathMatcherProtogetDefaultInstance()

public com.google.protobuf.AnygetElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetXpath()

bytes xpath = 2;

public booleanhasElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public static RemoteWebMatchers.ElementByXPathMatcherProto.BuildernewBuilder()

public static RemoteWebMatchers.ElementByXPathMatcherProto.BuildernewBuilder(RemoteWebMatchers.ElementByXPathMatcherProto prototype)

public static RemoteWebMatchers.ElementByXPathMatcherProtoparseDelimitedFrom(java.io.InputStream input)

public static RemoteWebMatchers.ElementByXPathMatcherProtoparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RemoteWebMatchers.ElementByXPathMatcherProtoparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RemoteWebMatchers.ElementByXPathMatcherProtoparseFrom(java.nio.ByteBuffer data)

public static RemoteWebMatchers.ElementByXPathMatcherProtoparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RemoteWebMatchers.ElementByXPathMatcherProtoparseFrom(com.google.protobuf.ByteString data)

public static RemoteWebMatchers.ElementByXPathMatcherProtoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RemoteWebMatchers.ElementByXPathMatcherProtoparseFrom(com.google.protobuf.CodedInputStream input)

public static RemoteWebMatchers.ElementByXPathMatcherProtoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RemoteWebMatchers.ElementByXPathMatcherProtoparseFrom(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 XPATH_FIELD_NUMBER

public static final int ELEMENTMATCHER_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 getXpath()

bytes xpath = 2;

Returns:

The xpath.

public boolean hasElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public com.google.protobuf.Any getElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public static RemoteWebMatchers.ElementByXPathMatcherProto parseFrom(java.nio.ByteBuffer data)

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

public static RemoteWebMatchers.ElementByXPathMatcherProto parseFrom(com.google.protobuf.ByteString data)

public static RemoteWebMatchers.ElementByXPathMatcherProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static RemoteWebMatchers.ElementByXPathMatcherProto parseDelimitedFrom(java.io.InputStream input)

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

public static RemoteWebMatchers.ElementByXPathMatcherProto parseFrom(com.google.protobuf.CodedInputStream input)

public static RemoteWebMatchers.ElementByXPathMatcherProto 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 RemoteWebMatchers.ElementByXPathMatcherProto getDefaultInstance()

public static <any> parser()