public final class

RootMatchers.IsTouchableProto

extends <any>

implements RootMatchers.IsTouchableProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.matcher.RootMatchers.IsTouchableProto

Overview

Protobuf type google.test.remote.ui.matcher.IsTouchableProto

Summary

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

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public static RootMatchers.IsTouchableProto.BuildernewBuilder()

public static RootMatchers.IsTouchableProto.BuildernewBuilder(RootMatchers.IsTouchableProto prototype)

public static RootMatchers.IsTouchableProtoparseDelimitedFrom(java.io.InputStream input)

public static RootMatchers.IsTouchableProtoparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RootMatchers.IsTouchableProtoparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RootMatchers.IsTouchableProtoparseFrom(java.nio.ByteBuffer data)

public static RootMatchers.IsTouchableProtoparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RootMatchers.IsTouchableProtoparseFrom(com.google.protobuf.ByteString data)

public static RootMatchers.IsTouchableProtoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RootMatchers.IsTouchableProtoparseFrom(com.google.protobuf.CodedInputStream input)

public static RootMatchers.IsTouchableProtoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RootMatchers.IsTouchableProtoparseFrom(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

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

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

public static RootMatchers.IsTouchableProto parseFrom(com.google.protobuf.ByteString data)

public static RootMatchers.IsTouchableProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static RootMatchers.IsTouchableProto parseDelimitedFrom(java.io.InputStream input)

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

public static RootMatchers.IsTouchableProto parseFrom(com.google.protobuf.CodedInputStream input)

public static RootMatchers.IsTouchableProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RootMatchers.IsTouchableProto.Builder newBuilder()

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

public static RootMatchers.IsTouchableProto getDefaultInstance()

public static <any> parser()