public final class

RemoteWebMatchers.ElementByIdMatcherProto

extends <any>

implements RemoteWebMatchers.ElementByIdMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intELEMENTID_FIELD_NUMBER

public static final intELEMENTMATCHER_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.ElementByIdMatcherProtogetDefaultInstance()

public com.google.protobuf.ByteStringgetElementId()

bytes elementId = 2;

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 booleanhasElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public static RemoteWebMatchers.ElementByIdMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

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

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 getElementId()

bytes elementId = 2;

Returns:

The elementId.

public boolean hasElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public com.google.protobuf.Any getElementMatcher()

.google.protobuf.Any elementMatcher = 3;

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

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

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

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

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

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

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

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

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

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

public static <any> parser()