public final class

ViewMatchers.IsClickableMatcherProto

extends <any>

implements ViewMatchers.IsClickableMatcherProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.matcher.ViewMatchers.IsClickableMatcherProto

Overview

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

Summary

Fields
public static final intID_FIELD_NUMBER

public static final intIS_CLICKABLE_FIELD_NUMBER

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

public static ViewMatchers.IsClickableMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetIsClickable()

bytes is_clickable = 2;

public static ViewMatchers.IsClickableMatcherProto.BuildernewBuilder()

public static ViewMatchers.IsClickableMatcherProto.BuildernewBuilder(ViewMatchers.IsClickableMatcherProto prototype)

public static ViewMatchers.IsClickableMatcherProtoparseDelimitedFrom(java.io.InputStream input)

public static ViewMatchers.IsClickableMatcherProtoparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewMatchers.IsClickableMatcherProtoparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewMatchers.IsClickableMatcherProtoparseFrom(java.nio.ByteBuffer data)

public static ViewMatchers.IsClickableMatcherProtoparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewMatchers.IsClickableMatcherProtoparseFrom(com.google.protobuf.ByteString data)

public static ViewMatchers.IsClickableMatcherProtoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewMatchers.IsClickableMatcherProtoparseFrom(com.google.protobuf.CodedInputStream input)

public static ViewMatchers.IsClickableMatcherProtoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ViewMatchers.IsClickableMatcherProtoparseFrom(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 IS_CLICKABLE_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 getIsClickable()

bytes is_clickable = 2;

Returns:

The isClickable.

public static ViewMatchers.IsClickableMatcherProto parseFrom(java.nio.ByteBuffer data)

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

public static ViewMatchers.IsClickableMatcherProto parseFrom(com.google.protobuf.ByteString data)

public static ViewMatchers.IsClickableMatcherProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static ViewMatchers.IsClickableMatcherProto parseDelimitedFrom(java.io.InputStream input)

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

public static ViewMatchers.IsClickableMatcherProto parseFrom(com.google.protobuf.CodedInputStream input)

public static ViewMatchers.IsClickableMatcherProto 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 ViewMatchers.IsClickableMatcherProto getDefaultInstance()

public static <any> parser()