public final class

ViewMatchers.IsFocusableMatcherProto

extends <any>

implements ViewMatchers.IsFocusableMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Fields
public static final intID_FIELD_NUMBER

public static final intIS_FOCUSABLE_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.IsFocusableMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetIsFocusable()

bytes is_focusable = 2;

public static ViewMatchers.IsFocusableMatcherProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ViewMatchers.IsFocusableMatcherProtoparseFrom(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_FOCUSABLE_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 getIsFocusable()

bytes is_focusable = 2;

Returns:

The isFocusable.

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

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

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

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

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

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

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

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

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

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

public static <any> parser()