public final class

RemoteWebMatchers.HasElementWithIdMatcherProto

extends <any>

implements RemoteWebMatchers.HasElementWithIdMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intELEMENTID_FIELD_NUMBER

public static final intID_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.HasElementWithIdMatcherProtogetDefaultInstance()

public com.google.protobuf.ByteStringgetElementId()

bytes elementId = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public static RemoteWebMatchers.HasElementWithIdMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static RemoteWebMatchers.HasElementWithIdMatcherProtoparseFrom(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 ELEMENTID_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 getElementId()

bytes elementId = 2;

Returns:

The elementId.

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

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

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

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

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

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

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

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

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

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

public static <any> parser()