public final class

RemoteWebMatchers.HasElementWithXPathMatcherProto

extends <any>

implements RemoteWebMatchers.HasElementWithXPathMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
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.HasElementWithXPathMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetXpath()

bytes xpath = 2;

public static RemoteWebMatchers.HasElementWithXPathMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

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

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 static RemoteWebMatchers.HasElementWithXPathMatcherProto parseFrom(java.nio.ByteBuffer data)

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

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

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

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

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

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

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

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

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

public static <any> parser()